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