From 95d987297049c2f4231c594d2fb1ab49b409fbcd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:33:40 +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 bea666b..d652131 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "rotated-rays-static" }} text="Visit us at The Dunbar in downtown Gainesville, Florida for an unforgettable evening. Call us at (352) 555-0199 or fill out the reservation form below." - buttons={[{ text: "Reserve a Table", href: "#" }, { text: "Get Directions", href: "#" }]} + buttons={[{ text: "Reserve a Table", href: "#" }, { text: "View Map", href: "#" }]} /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1