Update src/app/menu/page.tsx
This commit is contained in:
@@ -83,15 +83,15 @@ export default function MenusPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "dinner", brand: "Ginger & Baker", name: "Dinner & Drinks", price: "View Menu", rating: 5,
|
id: "dinner", brand: "Ginger & Baker", name: "Dinner & Drinks", price: "View Menu", rating: 5,
|
||||||
reviewCount: "800+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oioti4", imageAlt: "Elegant dinner setting"
|
reviewCount: "800+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oioti4&_wi=2", imageAlt: "Elegant dinner setting"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "bakery", brand: "Ginger & Baker", name: "Bakery & Desserts", price: "View Menu", rating: 5,
|
id: "bakery", brand: "Ginger & Baker", name: "Bakery & Desserts", price: "View Menu", rating: 5,
|
||||||
reviewCount: "600+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csb5ll", imageAlt: "Assortment of fresh pastries"
|
reviewCount: "600+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csb5ll&_wi=2", imageAlt: "Assortment of fresh pastries"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "drinks", brand: "Ginger & Baker", name: "Coffee & Beverages", price: "View Menu", rating: 5,
|
id: "drinks", brand: "Ginger & Baker", name: "Coffee & Beverages", price: "View Menu", rating: 5,
|
||||||
reviewCount: "400+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h4o79l", imageAlt: "Gourmet coffee and chai"
|
reviewCount: "400+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h4o79l&_wi=2", imageAlt: "Gourmet coffee and chai"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -119,7 +119,7 @@ export default function MenusPage() {
|
|||||||
id: "reservations", title: "Do I need a reservation to dine in?", content: "While walk-ins are welcome, we highly recommend making a reservation, especially for dinner or on weekends, to ensure you get a table at your preferred time."
|
id: "reservations", title: "Do I need a reservation to dine in?", content: "While walk-ins are welcome, we highly recommend making a reservation, especially for dinner or on weekends, to ensure you get a table at your preferred time."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9elbr"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c9elbr&_wi=2"
|
||||||
imageAlt="Diverse restaurant spaces interiors"
|
imageAlt="Diverse restaurant spaces interiors"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user