Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 712ed94d3a |
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Browse Our Menu", href: "#menu"},
|
text: "View Menu", href: "#menu"},
|
||||||
{
|
{
|
||||||
text: "Book a Table", href: "#contact"},
|
text: "Book a Table", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
@@ -102,6 +102,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Reserve a Table", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
|
id: "1", brand: "Snack", name: "Momo Platter", price: "Rs. 450", rating: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user