diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fcb2fb3..015e51b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b8c54a2..8810d2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/traditional-italian-food-world-tourism-day_23-2149114040.jpg" imageAlt="3D rotating pizza with steam animation" buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Order Now", href: "#menu" }, { text: "Order Pickup", href: "#contact" }, ]} buttonAnimation="slide-up" @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file