5 Commits

Author SHA1 Message Date
95d9872970 Update src/app/page.tsx 2026-05-12 09:33:40 +00:00
4c4e3faa36 Merge version_2 into main
Merge version_2 into main
2026-05-12 09:32:27 +00:00
4a30255283 Update src/app/page.tsx 2026-05-12 09:32:24 +00:00
fafd73cfc2 Merge version_1 into main
Merge version_1 into main
2026-05-12 09:31:15 +00:00
e66fea17f4 Merge version_1 into main
Merge version_1 into main
2026-05-12 09:30:49 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
title="Authentic Flavor in the Heart of Gainesville"
description="Experience hand-crafted American cuisine using the freshest local ingredients. Every dish at The Dunbar tells a story of passion, tradition, and culinary excellence."
buttons={[{ text: "Order Now", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }]}
buttons={[{ text: "Order Now", href: "#menu" }, { text: "Book a Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg"
imageAlt="Premium dining experience"
mediaAnimation="slide-up"
@@ -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>
);
}
}