diff --git a/src/app/page.tsx b/src/app/page.tsx index 3695f7e..3553eb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2" imageAlt="Fresh colorful restaurant food platter" buttons={[ - { text: "View Menu", href: "/products" }, + { text: "Order Now", href: "https://example.com/order" }, { text: "Reserve Table", href: "https://example.com/reserve" } ]} marqueeItems={[ @@ -411,4 +411,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file