From 022f892db0e87fcae80668b0713ae926ceeb65ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:08:47 +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 bdd2e9a..7e9bd87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience gourmet dining that satisfies your deepest cravings at Hungry Point." buttons={[ { text: "View Menu", href: "#menu" }, - { text: "Order Now", href: "#" } + { text: "Browse Delivery Options", href: "#" } ]} imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg" mediaAnimation="slide-up" @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1