2 Commits

Author SHA1 Message Date
1edc103404 Update src/app/page.tsx 2026-04-10 16:17:11 +00:00
42c97e15fb Merge version_1 into main
Merge version_1 into main
2026-04-10 16:14:52 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Features", name: "Features", id: "/features"},
id: "/features",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Download", name: "Download", id: "/download"},
id: "/download",
},
{ {
name: "Support", name: "Support", id: "/support"},
id: "/support",
},
]} ]}
brandName="ZIVVA" brandName="ZIVVA"
/> />
@@ -57,102 +47,57 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="ZIVVA Connect. Chat. Explore." title="ZIVVA Connect. Chat. Explore."
description="A new way to meet people, stay connected, and enjoy a clean, fast, secure messaging experience." description="A new way to meet people, stay connected, and enjoy a clean, fast, secure messaging experience."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@sarahj", testimonial: "ZIVVA is the cleanest social app I've used. No junk, just chats.", rating: 5,
handle: "@sarahj", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=1"},
testimonial: "ZIVVA is the cleanest social app I've used. No junk, just chats.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=1",
},
{ {
name: "Michael K.", name: "Michael K.", handle: "@mikedev", testimonial: "Finally a fast messaging app that isn't cluttered. Love the AI assistant.", rating: 5,
handle: "@mikedev", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=1"},
testimonial: "Finally a fast messaging app that isn't cluttered. Love the AI assistant.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=1",
},
{ {
name: "Elena R.", name: "Elena R.", handle: "@elena_connects", testimonial: "Safe, teen-friendly, and very intuitive. Highly recommend.", rating: 5,
handle: "@elena_connects", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1"},
testimonial: "Safe, teen-friendly, and very intuitive. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=1",
},
{ {
name: "David W.", name: "David W.", handle: "@david_w", testimonial: "The update broadcast system is a game changer for my local community group.", rating: 5,
handle: "@david_w", imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=1"},
testimonial: "The update broadcast system is a game changer for my local community group.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=1",
},
{ {
name: "Jessica L.", name: "Jessica L.", handle: "@jessl", testimonial: "Best social app experience. Real-time and super smooth.", rating: 5,
handle: "@jessl", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call-smartphone_53876-96928.jpg"},
testimonial: "Best social app experience. Real-time and super smooth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-video-call-smartphone_53876-96928.jpg",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Download APK", text: "Download APK", href: "/download"},
href: "/download",
},
{ {
text: "Join Community", text: "Join Community", href: "#"},
href: "#",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/various-applications-forming-circle-front-two-people-using-mobile-phone_23-2147844568.jpg?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CAnfUw0bXXvzJHu9Z2oRDb8Z1I/uploaded-1775837808943-xbjdrbny.png"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg", src: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg", alt: "User 1"},
alt: "User 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", alt: "User 2"},
alt: "User 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", src: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg", alt: "User 3"},
alt: "User 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg", src: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg", alt: "User 4"},
alt: "User 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/woman-having-video-call-smartphone_53876-96928.jpg", src: "http://img.b2bpic.net/free-photo/woman-having-video-call-smartphone_53876-96928.jpg", alt: "User 5"},
alt: "User 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Secure Messaging"},
text: "Secure Messaging",
},
{ {
type: "text", type: "text", text: "Instant Delivery"},
text: "Instant Delivery",
},
{ {
type: "text", type: "text", text: "Zero Ads"},
text: "Zero Ads",
},
{ {
type: "text", type: "text", text: "AI Enabled"},
text: "AI Enabled",
},
{ {
type: "text", type: "text", text: "Community Safe"},
text: "Community Safe",
},
]} ]}
/> />
</div> </div>
@@ -167,37 +112,17 @@ export default function LandingPage() {
showRating={true} showRating={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Anna S.", handle: "@anna", testimonial: "Best UI ever.", rating: 5,
name: "Anna S.", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=2"},
handle: "@anna",
testimonial: "Best UI ever.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=2",
},
{ {
id: "t2", id: "t2", name: "Bob B.", handle: "@bob", testimonial: "Super fast speeds.", rating: 5,
name: "Bob B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=2"},
handle: "@bob",
testimonial: "Super fast speeds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=2",
},
{ {
id: "t3", id: "t3", name: "Cathy D.", handle: "@cathy", testimonial: "Very safe.", rating: 4,
name: "Cathy D.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2"},
handle: "@cathy",
testimonial: "Very safe.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2",
},
{ {
id: "t4", id: "t4", name: "Dan E.", handle: "@dan", testimonial: "Clean design.", rating: 5,
name: "Dan E.", imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=2"},
handle: "@dan",
testimonial: "Clean design.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=2",
},
]} ]}
/> />
</div> </div>
@@ -211,23 +136,14 @@ export default function LandingPage() {
description="Growing fast, reaching more users every day." description="Growing fast, reaching more users every day."
metrics={[ metrics={[
{ {
id: "m1", id: "m1", icon: Users,
icon: Users, title: "Active Users", value: "50K+"},
title: "Active Users",
value: "50K+",
},
{ {
id: "m2", id: "m2", icon: MessageSquare,
icon: MessageSquare, title: "Messages Sent", value: "1M+"},
title: "Messages Sent",
value: "1M+",
},
{ {
id: "m3", id: "m3", icon: ShieldCheck,
icon: ShieldCheck, title: "Security Rate", value: "99.9%"},
title: "Security Rate",
value: "99.9%",
},
]} ]}
/> />
</div> </div>
@@ -242,17 +158,9 @@ export default function LandingPage() {
description="Meet the creators behind ZIVVA." description="Meet the creators behind ZIVVA."
members={[ members={[
{ {
id: "tm1", id: "tm1", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=3"},
name: "John Doe",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=3",
},
{ {
id: "tm2", id: "tm2", name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=3"},
name: "Jane Smith",
role: "CTO",
imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=3",
},
]} ]}
/> />
</div> </div>
@@ -261,8 +169,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Join" tag="Join"
title="Get Started" title="Get Started"
description="Enter your email to receive early access updates." description="Enter your email to receive early access updates."
@@ -276,42 +183,27 @@ export default function LandingPage() {
logoText="ZIVVA" logoText="ZIVVA"
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Download", label: "Download", href: "/download"},
href: "/download",
},
{ {
label: "Features", label: "Features", href: "/features"},
href: "/features",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Help Center", label: "Help Center", href: "/support"},
href: "/support",
},
{ {
label: "FAQ", label: "FAQ", href: "/support"},
href: "/support",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "/legal"},
href: "/legal",
},
{ {
label: "Terms of Use", label: "Terms of Use", href: "/legal"},
href: "/legal",
},
], ],
}, },
]} ]}