Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95d9872970 | |||
| 4c4e3faa36 |
@@ -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