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