Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 15:50:24 +00:00

View File

@@ -32,26 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Features",
id: "features",
},
{
name: "Success",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Success", id: "testimonials" },
{ name: "FAQ", id: "faq" },
]}
brandName="LuvMatch"
/>
@@ -62,12 +47,9 @@ export default function LandingPage() {
logoText="Find Meaningful Connections"
description="LuvMatch uses advanced compatibility matching to help you find the partner who truly fits your lifestyle and values. Stop swiping and start connecting."
buttons={[
{
text: "Start Matching",
href: "#contact",
},
{ text: "Start Matching", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park_1157-20011.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park_1157-20011.jpg"
imageAlt="Couple connecting meaningfully"
/>
</div>
@@ -79,21 +61,13 @@ export default function LandingPage() {
title="Designed for Deep Connections"
description="LuvMatch moves beyond surface-level swiping to foster genuine human connections. Our platform is built on transparency, safety, and a sophisticated algorithm that truly understands what makes a great match."
bulletPoints={[
{
title: "Smart Matching",
description: "Personality-based algorithms ensure you meet people who share your values.",
},
{
title: "Verified Profiles",
description: "Every profile is vetted to ensure a safe and genuine dating environment.",
},
{
title: "Privacy First",
description: "Your data is protected; you control exactly who sees your profile information.",
},
{ title: "Smart Matching", description: "Personality-based algorithms ensure you meet people who share your values." },
{ title: "Verified Profiles", description: "Every profile is vetted to ensure a safe and genuine dating environment." },
{ title: "Privacy First", description: "Your data is protected; you control exactly who sees your profile information." },
]}
imageSrc="http://img.b2bpic.net/free-photo/dating-app-interface-smartphone_23-2149374755.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/dating-app-interface-smartphone_23-2149374755.jpg"
imageAlt="Matching interface on smartphone"
mediaAnimation="slide-up"
/>
</div>
@@ -104,67 +78,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Unrivaled Security",
description: "We prioritize your safety with industry-leading verification tools and support systems.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-shield-with-shadow_78370-4413.jpg",
imageAlt: "Verification shield",
},
title: "Unrivaled Security", description: "We prioritize your safety with industry-leading verification tools and support systems.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-shield-with-shadow_78370-4413.jpg", imageAlt: "Verification shield"},
items: [
{
icon: ShieldCheck,
text: "Advanced vetting",
},
{
icon: Lock,
text: "Secure data storage",
},
{ icon: ShieldCheck, text: "Advanced vetting" },
{ icon: Lock, text: "Secure data storage" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-summer-park_1157-20011.jpg?_wi=2",
imageAlt: "verified account safety icon",
},
{
title: "Tailored Matches",
description: "Get daily suggestions based on compatibility scoring that actually makes sense.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tangerines-blue-background-flat-lay_169016-19322.jpg",
imageAlt: "Matching algorithm",
},
title: "Tailored Matches", description: "Get daily suggestions based on compatibility scoring that actually makes sense.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cookies-tangerines-blue-background-flat-lay_169016-19322.jpg", imageAlt: "Matching algorithm"},
items: [
{
icon: Sparkles,
text: "Smart scoring",
},
{
icon: Users,
text: "Shared values",
},
{ icon: Sparkles, text: "Smart scoring" },
{ icon: Users, text: "Shared values" },
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/dating-app-interface-smartphone_23-2149374755.jpg?_wi=2",
imageAlt: "verified account safety icon",
},
{
title: "Deep Conversation",
description: "Unlock meaningful dialogue with our prompt-based icebreakers and messaging tools.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-dating-app-concept_23-2149316406.jpg",
imageAlt: "Chat UI",
},
title: "Deep Conversation", description: "Unlock meaningful dialogue with our prompt-based icebreakers and messaging tools.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-dating-app-concept_23-2149316406.jpg", imageAlt: "Chat UI"},
items: [
{
icon: MessageCircle,
text: "Engaging prompts",
},
{
icon: Zap,
text: "Real-time chat",
},
{ icon: MessageCircle, text: "Engaging prompts" },
{ icon: Zap, text: "Real-time chat" },
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=1",
imageAlt: "verified account safety icon",
},
]}
title="Your Journey, Your Way"
@@ -178,21 +116,9 @@ export default function LandingPage() {
title="Proven Success"
tag="Impact"
metrics={[
{
id: "m1",
value: "500k+",
description: "Active users monthly",
},
{
id: "m2",
value: "25k+",
description: "Success stories shared",
},
{
id: "m3",
value: "98%",
description: "Safety satisfaction rating",
},
{ id: "m1", value: "500k+", description: "Active users monthly" },
{ id: "m2", value: "25k+", description: "Success stories shared" },
{ id: "m3", value: "98%", description: "Safety satisfaction rating" },
]}
metricsAnimation="slide-up"
/>
@@ -204,41 +130,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarah_j",
testimonial: "I never thought I'd find my soulmate on an app, but LuvMatch proved me wrong!",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg?_wi=2",
},
{
id: "t2",
name: "Michael R.",
handle: "@michael_r",
testimonial: "The compatibility matching is on a completely different level than anything else I've tried.",
imageSrc: "http://img.b2bpic.net/free-photo/charming-satisfied-young-afro-american-woman-uses-smartphone-online-communication-has-coffee-break-holds-paper-cup-hand-enjoys-good-day-wears-striped-jumper-isolated-pink-wall_273609-48012.jpg",
},
{
id: "t3",
name: "Emily K.",
handle: "@emily_k",
testimonial: "The verification process makes me feel so much safer meeting new people.",
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg",
},
{
id: "t4",
name: "David L.",
handle: "@david_l",
testimonial: "Best experience I've had. Genuine, kind, and truly compatible people.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-playing-darts_23-2148287866.jpg",
},
{
id: "t5",
name: "Jessica M.",
handle: "@jess_m",
testimonial: "Found my partner within two weeks. I'm forever grateful for the platform.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-haired-beautiful-woman-laughs-happily-has-carefree-expression-keeps-mouth-opened-wears-casual-beige-t-shirt-isolated-white-studio-background-sincere-human-emotions-concept_273609-62002.jpg",
},
{ id: "t1", name: "Sarah J.", handle: "@sarah_j", testimonial: "I never thought I'd find my soulmate on an app, but LuvMatch proved me wrong!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-couple-diversity-love-moment-together_1150-9316.jpg" },
{ id: "t2", name: "Michael R.", handle: "@michael_r", testimonial: "The compatibility matching is on a completely different level than anything else I've tried.", imageSrc: "http://img.b2bpic.net/free-photo/charming-satisfied-young-afro-american-woman-uses-smartphone-online-communication-has-coffee-break-holds-paper-cup-hand-enjoys-good-day-wears-striped-jumper-isolated-pink-wall_273609-48012.jpg" },
{ id: "t3", name: "Emily K.", handle: "@emily_k", testimonial: "The verification process makes me feel so much safer meeting new people.", imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg" },
{ id: "t4", name: "David L.", handle: "@david_l", testimonial: "Best experience I've had. Genuine, kind, and truly compatible people.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-playing-darts_23-2148287866.jpg" },
{ id: "t5", name: "Jessica M.", handle: "@jess_m", testimonial: "Found my partner within two weeks. I'm forever grateful for the platform.", imageSrc: "http://img.b2bpic.net/free-photo/positive-curly-haired-beautiful-woman-laughs-happily-has-carefree-expression-keeps-mouth-opened-wears-casual-beige-t-shirt-isolated-white-studio-background-sincere-human-emotions-concept_273609-62002.jpg" },
]}
title="Real Success Stories"
description="Join thousands who found their special someone on LuvMatch."
@@ -250,14 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"The Daily Times",
"Tech Review",
"Connection Weekly",
"Global Life",
"The Dating Insight",
"Modern Love Magazine",
"Culture Daily",
]}
"The Daily Times", "Tech Review", "Connection Weekly", "Global Life", "The Dating Insight", "Modern Love Magazine", "Culture Daily"]}
title="Trusted by Millions"
description="Featured in leading global publications for our unique approach to dating."
/>
@@ -267,21 +156,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is the matching free?",
content: "Basic features are free, and we offer premium tiers for advanced matching tools.",
},
{
id: "q2",
title: "How is my privacy protected?",
content: "We use bank-grade encryption to ensure your profile data is secure and visible only to your matches.",
},
{
id: "q3",
title: "How does verification work?",
content: "We require photo and identity verification to ensure every user is who they claim to be.",
},
{ id: "q1", title: "Is the matching free?", content: "Basic features are free, and we offer premium tiers for advanced matching tools." },
{ id: "q2", title: "How is my privacy protected?", content: "We use bank-grade encryption to ensure your profile data is secure and visible only to your matches." },
{ id: "q3", title: "How does verification work?", content: "We require photo and identity verification to ensure every user is who they claim to be." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about starting your LuvMatch journey."
@@ -292,9 +169,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Get Started"
title="Join LuvMatch Today"
description="Take the first step toward finding your match. Sign up and complete your profile in minutes."
@@ -309,14 +184,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LuvMatch"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>