Update src/app/page.tsx

This commit is contained in:
2026-05-12 09:33:40 +00:00
parent 4c4e3faa36
commit 95d9872970

View File

@@ -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: "#" }]}
/>
</div>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}