Update src/app/subscription/page.tsx
This commit is contained in:
@@ -57,7 +57,8 @@ export default function SubscriptionPage() {
|
||||
{ text: "Chat to Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"1 bag (250g or 500g) every week", "10% discount on regular price", "Skip or pause anytime", "Free priority shipping", "Exclusive member-only blends"],
|
||||
"1 bag (250g or 500g) every week", "10% discount on regular price", "Skip or pause anytime", "Free priority shipping", "Exclusive member-only blends"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "biweekly", badge: "Bi-Weekly Plan", badgeIcon: Sparkles,
|
||||
@@ -66,7 +67,8 @@ export default function SubscriptionPage() {
|
||||
{ text: "Chat to Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"1kg coffee every 2 weeks", "15% discount on regular price", "Free shipping all orders", "Birthday bonus coffee", "Loyalty rewards program"],
|
||||
"1kg coffee every 2 weeks", "15% discount on regular price", "Free shipping all orders", "Birthday bonus coffee", "Loyalty rewards program"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "monthly", badge: "Monthly Box", badgeIcon: Award,
|
||||
@@ -75,7 +77,8 @@ export default function SubscriptionPage() {
|
||||
{ text: "Chat to Sales", href: "/contact" },
|
||||
],
|
||||
features: [
|
||||
"2kg premium selection monthly", "20% discount on all items", "Free express shipping", "Early access to limited editions", "Exclusive tasting notes guide"],
|
||||
"2kg premium selection monthly", "20% discount on all items", "Free express shipping", "Early access to limited editions", "Exclusive tasting notes guide"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -102,7 +105,8 @@ export default function SubscriptionPage() {
|
||||
{
|
||||
title: "Limited Edition Access", description: "Be the first to access seasonal roasts, experimental blends, and exclusive collaborations.", bentoComponent: "marquee", centerIcon: Coffee,
|
||||
variant: "text", texts: [
|
||||
"Spring Microlots First", "Harvest Releases Early", "Exclusive Collaborations", "Member-Only Roasts"],
|
||||
"Spring Microlots First", "Harvest Releases Early", "Exclusive Collaborations", "Member-Only Roasts"
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sustainability Tracking", description: "Monitor your environmental impact with detailed reports showing your carbon footprint savings and forest regeneration contribution.", bentoComponent: "timeline", heading: "Your Impact", subheading: "Positive change through coffee", items: [
|
||||
@@ -110,7 +114,8 @@ export default function SubscriptionPage() {
|
||||
{ label: "Forest Acres", detail: "Protected per year" },
|
||||
{ label: "Fair Wages", detail: "Invested in farming" },
|
||||
],
|
||||
completedLabel: "Making a Difference"},
|
||||
completedLabel: "Making a Difference"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,7 +132,7 @@ export default function SubscriptionPage() {
|
||||
carouselMode="buttons"
|
||||
features={[
|
||||
{
|
||||
title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", items: [
|
||||
title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", title: "Customize Options", items: [
|
||||
{ icon: Coffee, label: "Choose Roast", time: "Light/Medium/Dark" },
|
||||
{ icon: Zap, label: "Select Grind", time: "5 options" },
|
||||
{ icon: Leaf, label: "Set Schedule", time: "Weekly/Bi-weekly/Monthly" },
|
||||
@@ -155,16 +160,20 @@ export default function SubscriptionPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/fincadonmanuel", ariaLabel: "Follow us on Instagram"},
|
||||
href: "https://instagram.com/fincadonmanuel", ariaLabel: "Follow us on Instagram"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/fincadonmanuel", ariaLabel: "Follow us on Facebook"},
|
||||
href: "https://facebook.com/fincadonmanuel", ariaLabel: "Follow us on Facebook"
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/fincadonmanuel", ariaLabel: "Follow us on Twitter"},
|
||||
href: "https://twitter.com/fincadonmanuel", ariaLabel: "Follow us on Twitter"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:hello@fincadonmanuel.com", ariaLabel: "Email us"},
|
||||
href: "mailto:hello@fincadonmanuel.com", ariaLabel: "Email us"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user