From 21706cf1dcabacf788f5c0bca333e0a9e4d97189 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:00 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index abedc83..fa6e9ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,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: "Contact Details", 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" }, -- 2.49.1 From 89e38c26030d8343693c5845b1fd1bba86627eb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:53:03 +0000 Subject: [PATCH 2/2] Update src/app/subscription/page.tsx --- src/app/subscription/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/subscription/page.tsx b/src/app/subscription/page.tsx index e12bfb7..01b54e6 100644 --- a/src/app/subscription/page.tsx +++ b/src/app/subscription/page.tsx @@ -132,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", title: "Customize Options", 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" }, -- 2.49.1