From 7bc8306745165b489ce7a6ca4984ea19ac04b69d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:19:36 +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 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 -- 2.49.1