Update src/app/page.tsx
This commit is contained in:
@@ -59,8 +59,8 @@ export default function LandingPage() {
|
|||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg", imageAlt: "Gourmet plated main course" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/beef-with-pistachio-topping-served-with-fruits-berries_7502-7390.jpg", imageAlt: "Gourmet plated main course" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510851.jpg", imageAlt: "Elegant appetizer presentation" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510851.jpg", imageAlt: "Elegant appetizer presentation" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2408.jpg", imageAlt: "Premium dessert course" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/main-course-restaurant_7939-2408.jpg", imageAlt: "Premium dessert course" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Premium steak main course" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=1", imageAlt: "Premium steak main course" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-salmon-dish-close-up_23-2148516990.jpg", imageAlt: "Grilled salmon presentation" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-salmon-dish-close-up_23-2148516990.jpg?_wi=1", imageAlt: "Grilled salmon presentation" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
ariaLabel="Restaurant hero section with gallery"
|
ariaLabel="Restaurant hero section with gallery"
|
||||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "mains", title: "Main Courses", author: "Executive Chef", description: "Indulge in our signature main courses featuring premium beef, fresh seafood, and house-made pasta prepared with classical French techniques.", tags: ["Premium", "Handcrafted", "Gourmet"],
|
id: "mains", title: "Main Courses", author: "Executive Chef", description: "Indulge in our signature main courses featuring premium beef, fresh seafood, and house-made pasta prepared with classical French techniques.", tags: ["Premium", "Handcrafted", "Gourmet"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg", imageAlt: "Premium steak main course"
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-assorted-meat-platter-cold-boiled-pork-meat-roulade-basdirma-tomato-greens-plate_141793-3594.jpg?_wi=2", imageAlt: "Premium steak main course"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "specialties", title: "Chef's Specialties", author: "Seasonal Creation", description: "Experience our rotating specialties featuring the finest seasonal ingredients sourced from local producers and trusted suppliers.", tags: ["Seasonal", "Limited", "Exclusive"],
|
id: "specialties", title: "Chef's Specialties", author: "Seasonal Creation", description: "Experience our rotating specialties featuring the finest seasonal ingredients sourced from local producers and trusted suppliers.", tags: ["Seasonal", "Limited", "Exclusive"],
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-salmon-dish-close-up_23-2148516990.jpg", imageAlt: "Grilled salmon specialty dish"
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-salmon-dish-close-up_23-2148516990.jpg?_wi=2", imageAlt: "Grilled salmon specialty dish"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Menu features section"
|
ariaLabel="Menu features section"
|
||||||
|
|||||||
Reference in New Issue
Block a user