Merge version_1 into main #1
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
handle: "@elena_foodie",
|
||||
testimonial: "The best dining experience I've had in years. Truly impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=1",
|
||||
imageAlt: "luxury dining table setting warm light",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
handle: "@mark_travels",
|
||||
testimonial: "Sophisticated atmosphere and divine flavors. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=1",
|
||||
imageAlt: "luxury dining table setting warm light",
|
||||
},
|
||||
{
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "A culinary masterpiece in every dish. Simply wonderful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg?_wi=1",
|
||||
imageAlt: "luxury dining table setting warm light",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
handle: "@david_dines",
|
||||
testimonial: "Outstanding service and perfectly paired wines.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg?_wi=1",
|
||||
imageAlt: "luxury dining table setting warm light",
|
||||
},
|
||||
{
|
||||
@@ -102,11 +102,11 @@ export default function LandingPage() {
|
||||
handle: "@mia_foodie",
|
||||
testimonial: "An absolute treasure in the city, perfectly executed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg?_wi=1",
|
||||
imageAlt: "luxury dining table setting warm light",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg",
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Perfection"
|
||||
description="Founded by award-winning chefs, Lumière Dining transforms fresh, locally sourced ingredients into a sophisticated symphony of flavors that honor tradition while embracing innovation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,17 +172,17 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Farm-to-Table",
|
||||
description: "Sourced daily from local organic farms to ensure peak freshness and quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Fine Wines",
|
||||
description: "Expertly curated wine cellar featuring rare finds from global vineyards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "Hospitality refined to make every guest feel uniquely welcome and cared for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
@@ -312,7 +312,7 @@ export default function LandingPage() {
|
||||
quote: "The best dining experience ever.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-excited-about-being-proposed_23-2148060405.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg?_wi=3",
|
||||
imageAlt: "portrait happy woman dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -323,7 +323,7 @@ export default function LandingPage() {
|
||||
quote: "Service was impeccable.",
|
||||
tag: "Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=3",
|
||||
imageAlt: "portrait happy woman dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -334,7 +334,7 @@ export default function LandingPage() {
|
||||
quote: "The ambiance was magical.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-toasting-whiskey-with-her-friend-party_23-2148037535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-harvest-vegetables-stall-farmer-s-market_23-2148209701.jpg?_wi=3",
|
||||
imageAlt: "portrait happy woman dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -345,7 +345,7 @@ export default function LandingPage() {
|
||||
quote: "Flavors were beyond compare.",
|
||||
tag: "Business",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-shrimp-with-sweet-chilli-sauce-slice-lemon-glass-white-wine-table_141793-3591.jpg?_wi=3",
|
||||
imageAlt: "portrait happy woman dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -356,7 +356,7 @@ export default function LandingPage() {
|
||||
quote: "Highly recommend the tart.",
|
||||
tag: "Reviewer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409811.jpg?_wi=3",
|
||||
imageAlt: "portrait happy woman dining restaurant",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user