Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-08 08:15:04 +00:00

View File

@@ -81,17 +81,17 @@ export default function LandingPage() {
carouselItems={[ carouselItems={[
{ {
id: "1", id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=1",
imageAlt: "elegant couple fine dining city lights", imageAlt: "elegant couple fine dining city lights",
}, },
{ {
id: "2", id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=1",
imageAlt: "happy couple walking park autumn", imageAlt: "happy couple walking park autumn",
}, },
{ {
id: "3", id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg?_wi=1",
imageAlt: "professional woman confident smile", imageAlt: "professional woman confident smile",
}, },
{ {
@@ -158,7 +158,7 @@ export default function LandingPage() {
imageAlt: "notebook with detailed notes planning", imageAlt: "notebook with detailed notes planning",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=2",
imageAlt: "woman talking therapist office", imageAlt: "woman talking therapist office",
}, },
{ {
@@ -175,7 +175,7 @@ export default function LandingPage() {
imageAlt: "matchmaker presenting profiles client", imageAlt: "matchmaker presenting profiles client",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=2",
imageAlt: "woman talking therapist office", imageAlt: "woman talking therapist office",
}, },
{ {
@@ -192,7 +192,7 @@ export default function LandingPage() {
imageAlt: "couple holding hands happily in distance", imageAlt: "couple holding hands happily in distance",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg?_wi=2",
imageAlt: "woman talking therapist office", imageAlt: "woman talking therapist office",
}, },
]} ]}