Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-13 20:15:10 +00:00

View File

@@ -101,15 +101,15 @@ export default function LandingPage() {
features={[
{
id: "feature-1", title: "Tasting Menus", author: "Chef Jean-Claude", description: "Multi-course experiences crafted to showcase seasonal ingredients and culinary innovation.", tags: ["6 Courses", "Wine Pairing", "2.5 Hours"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg?_wi=1", imageAlt: "Elegant multi-course tasting menu"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg", imageAlt: "Elegant multi-course tasting menu"
},
{
id: "feature-2", title: "Private Dining", author: "Hospitality Team", description: "Intimate spaces perfect for celebrations, business dinners, and special occasions with customized menus.", tags: ["Up to 20 Guests", "Custom Menus", "Sommelier Service"],
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=1", imageAlt: "Private dining room elegant setup"
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", imageAlt: "Private dining room elegant setup"
},
{
id: "feature-3", title: "Wine Collection", author: "Sommelier Marcus", description: "Curated selection of rare vintages and emerging wines with expert pairing recommendations.", tags: ["500+ Selections", "Rare Vintages", "Expert Guidance"],
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg?_wi=1", imageAlt: "Premium wine collection display"
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg", imageAlt: "Premium wine collection display"
}
]}
animationType="blur-reveal"
@@ -127,16 +127,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "prod-1", name: "Pan-Seared Foie Gras", price: "$48", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg?_wi=2", imageAlt: "Pan-seared foie gras with berry reduction"
id: "prod-1", name: "Pan-Seared Foie Gras", price: "$48", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg", imageAlt: "Pan-seared foie gras with berry reduction"
},
{
id: "prod-2", name: "Dover Sole Meunière", price: "$52", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg?_wi=2", imageAlt: "Dover sole with brown butter and capers"
id: "prod-2", name: "Dover Sole Meunière", price: "$52", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", imageAlt: "Dover sole with brown butter and capers"
},
{
id: "prod-3", name: "Beef Wellington", price: "$58", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg?_wi=2", imageAlt: "Premium beef Wellington with mushroom duxelles"
id: "prod-3", name: "Beef Wellington", price: "$58", variant: "À La Carte", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg", imageAlt: "Premium beef Wellington with mushroom duxelles"
},
{
id: "prod-4", name: "Grand Marnier Soufflé", price: "$22", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg?_wi=3", imageAlt: "Perfectly risen Grand Marnier soufflé"
id: "prod-4", name: "Grand Marnier Soufflé", price: "$22", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081455.jpg", imageAlt: "Perfectly risen Grand Marnier soufflé"
}
]}
gridVariant="bento-grid"
@@ -198,7 +198,7 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Restaurant metrics and achievements"
/>