Update src/app/page.tsx

This commit is contained in:
2026-06-11 02:03:34 +00:00
parent 4f72877b35
commit a8f1bc6f67

View File

@@ -74,19 +74,19 @@ export default function LandingPage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=1",
imageAlt: "Gourmet dish in elegant restaurant setting", imageAlt: "Gourmet dish in elegant restaurant setting",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg?_wi=1",
imageAlt: "Charming outdoor terrace restaurant by the sea", imageAlt: "Charming outdoor terrace restaurant by the sea",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=1",
imageAlt: "Interior of modern upscale restaurant", imageAlt: "Interior of modern upscale restaurant",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg?_wi=1",
imageAlt: "Fresh seafood platter gourmet presentation", imageAlt: "Fresh seafood platter gourmet presentation",
}, },
{ {
@@ -258,7 +258,7 @@ export default function LandingPage() {
tag: "Connoisseur", tag: "Connoisseur",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg",
avatarAlt: "Karim Haddad", avatarAlt: "Karim Haddad",
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=2",
imageAlt: "smiling woman professional headshot", imageAlt: "smiling woman professional headshot",
}, },
{ {
@@ -270,7 +270,7 @@ export default function LandingPage() {
tag: "Celebration", tag: "Celebration",
avatarSrc: "http://img.b2bpic.net/free-photo/tnder-beautiful-feminine-asian-female-striped-blouse-tilting-head-gentle-touching-face-before-putting-facial-anti-acne-mask-smiling-lovely-gazing-camera-white-wall_176420-34528.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/tnder-beautiful-feminine-asian-female-striped-blouse-tilting-head-gentle-touching-face-before-putting-facial-anti-acne-mask-smiling-lovely-gazing-camera-white-wall_176420-34528.jpg",
avatarAlt: "Sophie Martin", avatarAlt: "Sophie Martin",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698370.jpg?_wi=2",
imageAlt: "smiling woman professional headshot", imageAlt: "smiling woman professional headshot",
}, },
{ {
@@ -282,7 +282,7 @@ export default function LandingPage() {
tag: "Gourmet", tag: "Gourmet",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-man-white-shirt-poses-velvet-wall_197531-23907.jpg",
avatarAlt: "Antoine Gauthier", avatarAlt: "Antoine Gauthier",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190962.jpg?_wi=2",
imageAlt: "smiling woman professional headshot", imageAlt: "smiling woman professional headshot",
}, },
{ {
@@ -294,7 +294,7 @@ export default function LandingPage() {
tag: "Regular", tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg", avatarSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-young-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-9955.jpg",
avatarAlt: "Lina Khoury", avatarAlt: "Lina Khoury",
imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg?_wi=2",
imageAlt: "smiling woman professional headshot", imageAlt: "smiling woman professional headshot",
}, },
]} ]}