From 7db12a2dd11ca26af12d001c6b9dbca86612776d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:22:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 655c319..d09c1b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,9 +70,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/men-watching-television-cheering-team_329181-18368.jpg?_wi=1", imageAlt: "Sports Viewing Area"}, ]} buttons={[ - { text: "(347) 248-0646", href: "tel:(347)248-0646" }, - { text: "Call Now", href: "tel:(347)248-0646" }, - { text: "View Menu", href: "#dishes" }, + { text: "Reserve Table", href: "tel:(347)248-0646" }, + { text: "Order Online", href: "https://www.doordash.com" }, ]} buttonAnimation="blur-reveal" /> -- 2.49.1