Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-28 08:53:22 +00:00

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Legacy of Flavor"
description="Lumière blends traditional techniques with modern creativity to deliver an unforgettable dining experience in the heart of the city."
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145585.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145585.jpg?_wi=1"
imageAlt="Chef preparing dish"
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
/>
@@ -157,35 +157,35 @@ export default function LandingPage() {
name: "Elena Ross",
handle: "@elena.r",
testimonial: "An absolutely incredible evening. The flavors were perfectly balanced and the service was impeccable.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=1",
},
{
id: "2",
name: "Marcus Chen",
handle: "@m.chen",
testimonial: "The best fine dining experience I have had in years. Highly recommend the risotto!",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=1",
},
{
id: "3",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "Such a warm atmosphere paired with world-class food. Lumière is now my favorite spot.",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg?_wi=1",
},
{
id: "4",
name: "David Thorne",
handle: "@dave.thorne",
testimonial: "A truly artistic approach to food. Every course was a masterpiece of taste and visual presentation.",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=1",
},
{
id: "5",
name: "Chloe Vance",
handle: "@chloevance",
testimonial: "Exquisite attention to detail. Every bite tells a story. A must-visit destination.",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=2",
},
]}
title="Diner Testimonials"
@@ -206,31 +206,31 @@ export default function LandingPage() {
id: "1",
name: "Chef Julien",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145585.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145585.jpg?_wi=2",
},
{
id: "2",
name: "Elena Martinez",
role: "Head Pastry Chef",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=3",
},
{
id: "3",
name: "Marcus Thorne",
role: "Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491815.jpg?_wi=2",
},
{
id: "4",
name: "Sarah Jenkins",
role: "Sous Chef",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg?_wi=2",
},
{
id: "5",
name: "David Lee",
role: "Kitchen Manager",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=2",
},
]}
/>