Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e1e2d0c4a | |||
| 69571e52fa | |||
| 17bb016e85 | |||
| 2b77384ceb | |||
| 645628169d |
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Join our growing community of flavor lovers."
|
avatarText="Join our growing community of flavor lovers."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve a Table", href: "#contact" },
|
{ text: "Reserve Now", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user