diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b7def51..75d8242 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,7 +59,7 @@ export default function ContactPage() { ], }, { - title: "Phone & Hours", description: "Call us during business hours for immediate assistance from our coffee experts.", bentoComponent: "3d-task-list", title: "Phone & Hours", items: [ + title: "Phone & Hours", description: "Call us during business hours for immediate assistance from our coffee experts.", bentoComponent: "3d-task-list", items: [ { icon: Phone, label: "+1 (555) 123-4567", time: "Mon-Fri" }, { icon: Clock, label: "9 AM - 6 PM EST", time: "Daily" }, { icon: MapPin, label: "Central America", time: "Farm HQ" }, diff --git a/src/app/subscription/page.tsx b/src/app/subscription/page.tsx index 86e7d9a..900b92a 100644 --- a/src/app/subscription/page.tsx +++ b/src/app/subscription/page.tsx @@ -133,7 +133,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", title: "Customizable Preferences", items: [ + title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", 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" },