Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2491cddebb | |||
| 9d7704ecc0 | |||
| de5bd508ae | |||
| 95d9872970 | |||
| 4c4e3faa36 | |||
| 4a30255283 | |||
| fafd73cfc2 | |||
| e66fea17f4 |
@@ -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: "Reserve Your Table", 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user