Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69571e52fa | |||
| 17bb016e85 | |||
| 2b77384ceb | |||
| 645628169d | |||
| 62edd883dc | |||
| 110a84c5dc | |||
| ece5eb12c2 | |||
| bb288b9f95 |
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Join our growing community of flavor lovers."
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "Reserve Now", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -89,7 +89,8 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -179,7 +180,7 @@ export default function LandingPage() {
|
||||
description="Great food. Great people. Great moments. Reserve your table today and taste the tradition."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call us now", href: "tel:+23300000000"},
|
||||
text: "Call for Reservations", href: "tel:+23300000000"},
|
||||
{
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
@@ -198,4 +199,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user