From e44e803233c173ab6cfb0038eee2a860c6fb293d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:05:49 +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 5de6bc7..111ac56 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -110,7 +110,7 @@ export default function ContactPage() { tag="We're Here to Help" tagIcon={MessageCircle} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Live Chat", href: "#live-chat"}, -- 2.49.1 From a9d9dcd7fccf27f9de94fa270dae1d064abfc45f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:05:50 +0000 Subject: [PATCH 2/2] Update src/app/locations/page.tsx --- src/app/locations/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/locations/page.tsx b/src/app/locations/page.tsx index b6a3c0d..5118aaf 100644 --- a/src/app/locations/page.tsx +++ b/src/app/locations/page.tsx @@ -123,14 +123,13 @@ export default function LocationsPage() { ], }, { - title: "Popular Times", description: "Peak times for Caribbean Flair dining.", bentoComponent: "timeline", timelineData: { - heading: "Peak Hours", subheading: "When to expect the busiest service", items: [ - { label: "Lunch Rush", detail: "12 PM - 1:30 PM" }, - { label: "Afternoon Slow", detail: "2 PM - 4:30 PM" }, - { label: "Dinner Peak", detail: "6 PM - 8 PM" }, - ], - completedLabel: "Current Time"}, - }, + title: "Popular Times", description: "Peak times for Caribbean Flair dining.", bentoComponent: "timeline", items: [ + { label: "Lunch Rush", detail: "12 PM - 1:30 PM" }, + { label: "Afternoon Slow", detail: "2 PM - 4:30 PM" }, + { label: "Dinner Peak", detail: "6 PM - 8 PM" }, + ], + completedLabel: "Current Time"}, + ], ]} /> -- 2.49.1