Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a2b3954c2 | |||
| 6bfb91fbe7 | |||
| cd1e7147be | |||
| 54a51f7350 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Order Online", href: "#order" },
|
||||
{ text: "Reserve Your Table", href: "#order" },
|
||||
{ text: "Visit Tonight", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -79,8 +79,8 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ value: "10+", title: "Years Serving Cleveland" },
|
||||
{ value: "500+", title: "5-Star Reviews" },
|
||||
{ value: "10+", title: "Years Serving Cleveland" },
|
||||
{ value: "1000+", title: "Weekly Guests" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -215,4 +215,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user