Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2491cddebb | |||
| 9d7704ecc0 | |||
| de5bd508ae | |||
| 95d9872970 | |||
| 4c4e3faa36 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
title="Authentic Flavor in the Heart of Gainesville"
|
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."
|
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: "Book 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"
|
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"
|
imageAlt="Premium dining experience"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "rotated-rays-static" }}
|
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."
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -170,4 +170,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user