From c376e9d35eeb925dafa2144b20b240ba5fd8269a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 07:44:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3766954..262004b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ export default function LandingPage() { ctaTitle="Ready to Taste Excellence?" ctaDescription="Visit us today or place your order online. We're here to serve you with fresh, artisanal baked goods." ctaIcon={Phone} - ctaButton={{ text: "Contact Us", href: "#" }} + ctaButton={{ text: "Order Online or Visit Us", href: "#" }} useInvertedBackground={false} animationType="slide-up" accordionAnimationType="smooth" @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1