diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 44bc105..e3ffc2b 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -50,12 +50,12 @@ export default function HowItWorksPage() { { text: "Start Your Journey", href: "#contact" }, ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageAlt: "elegant couple fine dining city lights" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageAlt: "happy couple walking park autumn" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", imageAlt: "professional woman confident smile" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg", imageAlt: "man and woman coffee shop engaging conversation" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg", imageAlt: "elegant man in city suit confident" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg", imageAlt: "diverse group happy couples" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg?_wi=2", imageAlt: "elegant couple fine dining city lights" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=2", imageAlt: "happy couple walking park autumn" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg?_wi=2", imageAlt: "professional woman confident smile" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg?_wi=2", imageAlt: "man and woman coffee shop engaging conversation" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg?_wi=2", imageAlt: "elegant man in city suit confident" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg?_wi=2", imageAlt: "diverse group happy couples" }, ]} /> @@ -68,20 +68,20 @@ export default function HowItWorksPage() { features={[ { title: "Personalized Consultation", description: "We conduct a deep dive into your desires, values, and lifestyle to understand what truly matters to you.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg", imageAlt: "woman talking therapist office"}, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg", imageAlt: "notebook with detailed notes planning"}, + { imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg?_wi=2", imageAlt: "woman talking therapist office"}, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg?_wi=2", imageAlt: "notebook with detailed notes planning"}, ] }, { title: "Curated Introductions", description: "Our expert matchmakers hand-pick and screen compatible partners, saving you time and ensuring quality.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/business-owner-planning-property-investment-office-tour-with-broker_482257-90821.jpg", imageAlt: "two diverse people shaking hands meeting"}, - { imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg", imageAlt: "matchmaker presenting profiles client"}, + { imageSrc: "http://img.b2bpic.net/free-photo/business-owner-planning-property-investment-office-tour-with-broker_482257-90821.jpg?_wi=2", imageAlt: "two diverse people shaking hands meeting"}, + { imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg?_wi=2", imageAlt: "matchmaker presenting profiles client"}, ] }, { title: "Ongoing Support & Guidance", description: "Receive valuable feedback and coaching throughout your matching journey to maximize your success.", icon: MessageCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg", imageAlt: "woman listening empathetically advising"}, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg", imageAlt: "couple holding hands happily in distance"}, + { imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg?_wi=2", imageAlt: "woman listening empathetically advising"}, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg?_wi=2", imageAlt: "couple holding hands happily in distance"}, ] } ]} @@ -124,7 +124,7 @@ export default function HowItWorksPage() { tag="Connect" title="Ready to Find Your Match?" description="Take the first step towards a fulfilling relationship. Schedule a confidential consultation with our team today." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-laptop_23-2149963925.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-laptop_23-2149963925.jpg?_wi=2" imageAlt="elegant woman on phone scheduling appointment" mediaAnimation="opacity" inputPlaceholder="Your Email Address" diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d0295..d21d46f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,17 +65,17 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageAlt: "elegant couple fine dining city lights"}, + id: "1", 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"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageAlt: "happy couple walking park autumn"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=1", imageAlt: "happy couple walking park autumn"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-young-businessman-running-street-while-being-late-work_637285-3086.jpg", imageAlt: "professional woman confident smile"}, + id: "3", 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"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg", imageAlt: "man and woman coffee shop engaging conversation"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg?_wi=1", imageAlt: "man and woman coffee shop engaging conversation"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg", imageAlt: "elegant man in city suit confident"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/positive-colleagues-posing-taking-selfie-photo-outdoors_1262-19188.jpg?_wi=1", imageAlt: "elegant man in city suit confident"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg", imageAlt: "diverse group happy couples"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg?_wi=1", imageAlt: "diverse group happy couples"}, ]} /> @@ -109,27 +109,27 @@ export default function LandingPage() { title: "Personalized Consultation", description: "We conduct a deep dive into your desires, values, and lifestyle to understand what truly matters to you.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg", imageAlt: "woman talking therapist office"}, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg?_wi=1", imageAlt: "woman talking therapist office"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg", imageAlt: "notebook with detailed notes planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg?_wi=1", imageAlt: "notebook with detailed notes planning"}, ] }, { title: "Curated Introductions", description: "Our expert matchmakers hand-pick and screen compatible partners, saving you time and ensuring quality.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-planning-property-investment-office-tour-with-broker_482257-90821.jpg", imageAlt: "two diverse people shaking hands meeting"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-planning-property-investment-office-tour-with-broker_482257-90821.jpg?_wi=1", imageAlt: "two diverse people shaking hands meeting"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg", imageAlt: "matchmaker presenting profiles client"}, + imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg?_wi=1", imageAlt: "matchmaker presenting profiles client"}, ] }, { title: "Ongoing Support & Guidance", description: "Receive valuable feedback and coaching throughout your matching journey to maximize your success.", icon: MessageCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg", imageAlt: "woman listening empathetically advising"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg?_wi=1", imageAlt: "woman listening empathetically advising"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg", imageAlt: "couple holding hands happily in distance"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg?_wi=1", imageAlt: "couple holding hands happily in distance"}, ] } ]} @@ -223,7 +223,7 @@ export default function LandingPage() { tag="Connect" title="Ready to Find Your Match?" description="Take the first step towards a fulfilling relationship. Schedule a confidential consultation with our team today." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-laptop_23-2149963925.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-laptop_23-2149963925.jpg?_wi=1" imageAlt="elegant woman on phone scheduling appointment" mediaAnimation="opacity" inputPlaceholder="Your Email Address" diff --git a/src/app/success-stories/page.tsx b/src/app/success-stories/page.tsx index b1dc7ea..8ad26dd 100644 --- a/src/app/success-stories/page.tsx +++ b/src/app/success-stories/page.tsx @@ -58,7 +58,7 @@ export default function SuccessStoriesPage() { id: "1", name: "Jessica & Mark", handle: "@lovefound_JM", testimonial: "After years of trying dating apps, WUMA Match truly understood what I was looking for. Their personalized approach led me to Mark, and we couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-table-cafe_171337-19036.jpg", imageAlt: "Jessica and Mark smiling together", icon: Star }, { - id: "2", name: "David & Sarah", handle: "@davidandsarah", testimonial: "The entire process was seamless and incredibly professional. WUMA Match introduced me to Sarah, and our connection was instant. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageAlt: "David and Sarah embracing", icon: Star + id: "2", name: "David & Sarah", handle: "@davidandsarah", testimonial: "The entire process was seamless and incredibly professional. WUMA Match introduced me to Sarah, and our connection was instant. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg?_wi=3", imageAlt: "David and Sarah embracing", icon: Star }, { id: "3", name: "Emily & John", handle: "@emilyjohnlove", testimonial: "I was hesitant about matchmaking, but WUMA Match exceeded all expectations. They found John, who shares all my values and dreams. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/newlywed-couple-having-fun-outdoors_23-2149021175.jpg", imageAlt: "Emily and John laughing", icon: Star @@ -67,7 +67,7 @@ export default function SuccessStoriesPage() { id: "4", name: "Olivia & Daniel", handle: "@olivia_daniel", testimonial: "The matchmakers are truly gifted. Olivia and I connected on so many levels, and it's all thanks to WUMA Match's careful curation. A life-changing experience.", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-couple-walking-countryside_23-2147744908.jpg", imageAlt: "Olivia and Daniel walking hand-in-hand", icon: Star }, { - id: "5", name: "Sophia & Alex", handle: "@sophia_alex", testimonial: "WUMA Match provided incredible support and guidance. Alex is everything I could have hoped for in a partner. We're building a beautiful future together.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg", imageAlt: "Sophia and Alex enjoying a sunset", icon: Star + id: "5", name: "Sophia & Alex", handle: "@sophia_alex", testimonial: "WUMA Match provided incredible support and guidance. Alex is everything I could have hoped for in a partner. We're building a beautiful future together.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg?_wi=3", imageAlt: "Sophia and Alex enjoying a sunset", icon: Star } ]} topMarqueeDirection="left"