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."
|
||||
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={[
|
||||
|
||||
Reference in New Issue
Block a user