Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:13:13 +00:00
parent 970e74b96f
commit 74cd9b9cde

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Order Now", href: "menu" },
{ text: "Order Online", href: "order" },
{ text: "Visit Us Today", href: "contact" }
]}
/>
@@ -180,7 +180,7 @@ export default function LandingPage() {
]}
ctaTitle="Ready to order?"
ctaDescription="Visit us in-store or order online now for quick pickup and delivery."
ctaButton={{ text: "Order Now", href: "order" }}
ctaButton={{ text: "Call Us or Order", href: "order" }}
ctaIcon={Coffee}
useInvertedBackground={false}
animationType="slide-up"