Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 07:44:23 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}