Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16cddfbf03 | |||
| 9f9977fe82 | |||
| 642ee336cf | |||
| d3ff38fcc4 |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Online", href: "contact" },
|
{ text: "Order Now", href: "contact" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -102,6 +102,9 @@ export default function LandingPage() {
|
|||||||
tag="Menu Highlights"
|
tag="Menu Highlights"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Full Menu", href: "#" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user