From 662544f21310d6fd5cca52c709026d2862e64893 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:52:35 +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 75d8242..b7def51 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", items: [ + title: "Phone & Hours", description: "Call us during business hours for immediate assistance from our coffee experts.", bentoComponent: "3d-task-list", title: "Phone & Hours", 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 10625cedce0ca6144e0c6a4ee005fad776b644c3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:52:39 +0000 Subject: [PATCH 2/2] Update src/app/subscription/page.tsx --- src/app/subscription/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/subscription/page.tsx b/src/app/subscription/page.tsx index 6851738..86e7d9a 100644 --- a/src/app/subscription/page.tsx +++ b/src/app/subscription/page.tsx @@ -115,7 +115,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" + }, ]} /> @@ -132,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", items: [ + title: "Customizable Preferences", description: "Select your grind, roast level, and flavor profile for every delivery.", bentoComponent: "3d-task-list", title: "Customizable Preferences", 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