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