remove black friday deal

This commit is contained in:
Ben Allfree 2024-12-03 01:47:20 -08:00
parent 20b9b1ba45
commit 3a75125216
2 changed files with 3 additions and 8 deletions

View File

@ -6,12 +6,10 @@
export let priceMonthly: [number, string?, number?] = [
359,
'once, use forever',
299,
]
export let priceAnnually: [number, string?, number?] = [
159,
'year (save 55%)',
99,
]
export let startDate: Date | null = null
export let endDate: Date | null = null
@ -26,15 +24,12 @@
name={`${PLAN_NAMES[SubscriptionType.Flounder]}`}
qtyRemaining={1000 - $stats.total_flounder_subscribers}
qtyMax={1000}
{endDate}
{startDate}
availableText="Sale ends"
description="Epic elite! The Flounder's Edition is almost as good as the Founder's edition, and you'll help PocketHost go global."
{priceMonthly}
{priceAnnually}
requireAuthenticatedUser
checkoutMonthURL="https://store.pockethost.io/buy/9ff8775b-6b9e-4aa8-a0ab-dc5e58e25408?checkout[custom][user_id]={$userStore?.id}&checkout[email]={$userStore?.email}&checkout[discount_code]=G0MTI0OQ"
checkoutYearURL="https://store.pockethost.io/buy/82d79f7c-64f6-4c2b-9f58-dcc8951f1cdd?checkout[custom][user_id]={$userStore?.id}&checkout[email]={$userStore?.email}&checkout[discount_code]=G0MTI0OQ"
checkoutMonthURL="https://store.pockethost.io/buy/9ff8775b-6b9e-4aa8-a0ab-dc5e58e25408?checkout[custom][user_id]={$userStore?.id}&checkout[email]={$userStore?.email}"
checkoutYearURL="https://store.pockethost.io/buy/82d79f7c-64f6-4c2b-9f58-dcc8951f1cdd?checkout[custom][user_id]={$userStore?.id}&checkout[email]={$userStore?.email}"
features={[
`Everything in the ${PLAN_NAMES[SubscriptionType.Premium]} tier`,
`Commemorative Flounder's badge`,

View File

@ -21,7 +21,7 @@
<div>
<MothershipStatus />
<Navbar />
<PromoBanner />
<!-- <PromoBanner /> -->
<div class="px-4 sm:px-6 lg:px-8">
<VerifyAccountBar />