Update src/app/page.tsx

This commit is contained in:
2026-06-08 08:15:43 +00:00
parent 473ab10df5
commit 7a8e2feeed

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Process", name: "Process", id: "#process"},
id: "#process",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="WUMA Match" brandName="WUMA Match"
/> />
@@ -68,47 +54,26 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardRotatedCarousel <HeroBillboardRotatedCarousel
background={{ background={{
variant: "rotated-rays-animated", variant: "rotated-rays-animated"}}
}}
title="Premium Matchmaking, Personally Curated for You" title="Premium Matchmaking, Personally Curated for You"
description="Skip the endless swiping. Our expert matchmakers connect you with genuinely compatible partners who share your values and life goals." description="Skip the endless swiping. Our expert matchmakers connect you with genuinely compatible partners who share your values and life goals."
buttons={[ buttons={[
{ {
text: "Start Your Match Journey", text: "Start Your Match Journey", href: "#contact"},
href: "#contact",
},
]} ]}
carouselItems={[ carouselItems={[
{ {
id: "1", 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"},
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", id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-kissing-woman-head_23-2147978608.jpg", imageAlt: "happy couple walking park autumn"},
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", 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"},
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", id: "4", imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg", imageAlt: "man and woman coffee shop engaging conversation"},
imageSrc: "http://img.b2bpic.net/free-photo/discussion-by-lunch_1098-15803.jpg",
imageAlt: "man and woman coffee shop engaging conversation",
},
{ {
id: "5", 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"},
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", id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg", imageAlt: "diverse group happy couples"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-protesting-outdoors_23-2150246612.jpg",
imageAlt: "diverse group happy couples",
},
]} ]}
/> />
</div> </div>
@@ -120,17 +85,11 @@ export default function LandingPage() {
description="WUMA Match is not just a dating service; it's a personalized experience designed for discerning individuals. We believe true connection goes beyond algorithms, focusing on shared values, lifestyle, and aspirations to forge meaningful relationships." description="WUMA Match is not just a dating service; it's a personalized experience designed for discerning individuals. We believe true connection goes beyond algorithms, focusing on shared values, lifestyle, and aspirations to forge meaningful relationships."
metrics={[ metrics={[
{ {
value: "90%", value: "90%", title: "Success Rate"},
title: "Success Rate",
},
{ {
value: "500+", value: "500+", title: "Happy Couples"},
title: "Happy Couples",
},
{ {
value: "10", value: "10", title: "Years Experience"},
title: "Years Experience",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business_23-2148911762.jpg" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-discussing-business_23-2148911762.jpg"
imageAlt="warm, inviting office space consulting" imageAlt="warm, inviting office space consulting"
@@ -145,56 +104,32 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Personalized Consultation", title: "Personalized Consultation", description: "We conduct a deep dive into your desires, values, and lifestyle to understand what truly matters to you.", icon: Users,
description: "We conduct a deep dive into your desires, values, and lifestyle to understand what truly matters to you.",
icon: Users,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-couple-sitting-cafe_171337-19076.jpg", imageAlt: "woman talking therapist office"},
imageAlt: "woman talking therapist office",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-wedding-planner-laptop-top-view_23-2148652056.jpg", 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?_wi=2",
imageAlt: "woman talking therapist office",
}, },
{ {
title: "Curated Introductions", title: "Curated Introductions", description: "Our expert matchmakers hand-pick and screen compatible partners, saving you time and ensuring quality.", icon: Heart,
description: "Our expert matchmakers hand-pick and screen compatible partners, saving you time and ensuring quality.",
icon: Heart,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-planning-property-investment-office-tour-with-broker_482257-90821.jpg", 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"},
imageAlt: "two diverse people shaking hands meeting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-concept-with-letter-game_23-2147797126.jpg", 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?_wi=2",
imageAlt: "woman talking therapist office",
}, },
{ {
title: "Ongoing Support & Guidance", title: "Ongoing Support & Guidance", description: "Receive valuable feedback and coaching throughout your matching journey to maximize your success.", icon: MessageCircle,
description: "Receive valuable feedback and coaching throughout your matching journey to maximize your success.",
icon: MessageCircle,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207971.jpg", imageAlt: "woman listening empathetically advising"},
imageAlt: "woman listening empathetically advising",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-silhouette-nature-sunset_23-2150290723.jpg", 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?_wi=2",
imageAlt: "woman talking therapist office",
},
]} ]}
title="Our Bespoke Matchmaking Process" title="Our Bespoke Matchmaking Process"
description="Experience a service tailored to your unique preferences, ensuring every introduction is thoughtfully considered." description="Experience a service tailored to your unique preferences, ensuring every introduction is thoughtfully considered."
@@ -206,14 +141,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Elite Ventures", "Elite Ventures", "Pinnacle Group", "Sophisticated Living", "Global Connections", "Executive Match", "Aesthetic Pursuits", "Legacy Partners"]}
"Pinnacle Group",
"Sophisticated Living",
"Global Connections",
"Executive Match",
"Aesthetic Pursuits",
"Legacy Partners",
]}
title="Trusted by Discerning Individuals" title="Trusted by Discerning Individuals"
description="Our clients come from diverse professional backgrounds, united by their pursuit of meaningful connections and the highest standards of discretion." description="Our clients come from diverse professional backgrounds, united by their pursuit of meaningful connections and the highest standards of discretion."
/> />
@@ -227,50 +155,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah J.", role: "Marketing Executive", company: "Global Brands", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "smiling woman professional headshot"},
role: "Marketing Executive",
company: "Global Brands",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
imageAlt: "smiling woman professional headshot",
},
{ {
id: "2", id: "2", name: "Michael L.", role: "Tech Entrepreneur", company: "Innovate Corp", rating: 5,
name: "Michael L.", imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-tasty-fries-outdoors_329181-20716.jpg", imageAlt: "smiling man professional headshot"},
role: "Tech Entrepreneur",
company: "Innovate Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-tasty-fries-outdoors_329181-20716.jpg",
imageAlt: "smiling man professional headshot",
},
{ {
id: "3", id: "3", name: "Emily R.", role: "Financial Analyst", company: "Wealth Management Inc.", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-954.jpg", imageAlt: "elegant woman posing candidly"},
role: "Financial Analyst",
company: "Wealth Management Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-954.jpg",
imageAlt: "elegant woman posing candidly",
},
{ {
id: "4", id: "4", name: "David K.", role: "Senior Architect", company: "Urban Design Studio", rating: 5,
name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/men-discussing-business-while-smiling_23-2148746323.jpg", imageAlt: "professional man smiling candid"},
role: "Senior Architect",
company: "Urban Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/men-discussing-business-while-smiling_23-2148746323.jpg",
imageAlt: "professional man smiling candid",
},
{ {
id: "5", id: "5", name: "Olivia M.", role: "Healthcare Administrator", company: "Metropolitan Hospital", rating: 5,
name: "Olivia M.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-girl-making-assumptions-what-gets-as-christmas-present-looking-curious-happy-upper-lef_1258-135519.jpg", imageAlt: "woman looking thoughtfully joyful"},
role: "Healthcare Administrator",
company: "Metropolitan Hospital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-girl-making-assumptions-what-gets-as-christmas-present-looking-curious-happy-upper-lef_1258-135519.jpg",
imageAlt: "woman looking thoughtfully joyful",
},
]} ]}
title="Real Connections, Real Stories" title="Real Connections, Real Stories"
description="Hear from our satisfied clients who found their perfect match and built fulfilling relationships with WUMA Match." description="Hear from our satisfied clients who found their perfect match and built fulfilling relationships with WUMA Match."
@@ -284,26 +182,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "1", id: "1", name: "Eleanor Vance", role: "Head Matchmaker", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-holding-hands_23-2147744904.jpg", imageAlt: "professional female matchmaker portrait"},
name: "Eleanor Vance",
role: "Head Matchmaker",
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-holding-hands_23-2147744904.jpg",
imageAlt: "professional female matchmaker portrait",
},
{ {
id: "2", id: "2", name: "Julian Hayes", role: "Senior Matchmaking Advisor", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", imageAlt: "professional male matchmaker portrait"},
name: "Julian Hayes",
role: "Senior Matchmaking Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
imageAlt: "professional male matchmaker portrait",
},
{ {
id: "3", id: "3", name: "Isabella Chen", role: "Client Relations Specialist", imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7538.jpg", imageAlt: "professional female assistant matchmaker"},
name: "Isabella Chen",
role: "Client Relations Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7538.jpg",
imageAlt: "professional female assistant matchmaker",
},
]} ]}
title="Meet Your Dedicated Matchmakers" title="Meet Your Dedicated Matchmakers"
description="Our team of experienced professionals is committed to understanding your unique needs and guiding you towards lasting love." description="Our team of experienced professionals is committed to understanding your unique needs and guiding you towards lasting love."
@@ -316,25 +199,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What makes WUMA Match different?", content: "We offer a highly personalized, curated experience focusing on genuine compatibility and discretion, unlike typical algorithm-based dating apps."},
title: "What makes WUMA Match different?",
content: "We offer a highly personalized, curated experience focusing on genuine compatibility and discretion, unlike typical algorithm-based dating apps.",
},
{ {
id: "2", id: "2", title: "How does the matchmaking process work?", content: "It begins with a confidential consultation, followed by curated introductions and ongoing support tailored to your unique preferences."},
title: "How does the matchmaking process work?",
content: "It begins with a confidential consultation, followed by curated introductions and ongoing support tailored to your unique preferences.",
},
{ {
id: "3", id: "3", title: "Is my privacy guaranteed?", content: "Absolutely. We prioritize your confidentiality and discretion above all else, with strict privacy protocols in place."},
title: "Is my privacy guaranteed?",
content: "Absolutely. We prioritize your confidentiality and discretion above all else, with strict privacy protocols in place.",
},
{ {
id: "4", id: "4", title: "What kind of individuals do you match?", content: "We work with affluent, relationship-focused singles aged 28-55 who value quality connections and professional guidance."},
title: "What kind of individuals do you match?",
content: "We work with affluent, relationship-focused singles aged 28-55 who value quality connections and professional guidance.",
},
]} ]}
title="Your Questions, Answered" title="Your Questions, Answered"
description="Find answers to common questions about our personalized matchmaking services, process, and privacy." description="Find answers to common questions about our personalized matchmaking services, process, and privacy."
@@ -346,8 +217,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Connect" tag="Connect"
title="Ready to Find Your Match?" title="Ready to Find Your Match?"
description="Take the first step towards a fulfilling relationship. Schedule a confidential consultation with our team today." description="Take the first step towards a fulfilling relationship. Schedule a confidential consultation with our team today."
@@ -366,13 +236,9 @@ export default function LandingPage() {
logoAlt="modern elegant WUMA Match logo" logoAlt="modern elegant WUMA Match logo"
logoText="WUMA Match" logoText="WUMA Match"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>