|
|
|
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
brandName="Real Connect"
|
|
|
|
brandName="Insidz"
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{ name: "How It Works", id: "features" },
|
|
|
|
{ name: "How It Works", id: "features" },
|
|
|
|
{ name: "Features", id: "product" },
|
|
|
|
{ name: "Features", id: "product" },
|
|
|
|
@@ -44,16 +44,16 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
<HeroLogoBillboardSplit
|
|
|
|
<HeroLogoBillboardSplit
|
|
|
|
logoText="REAL CONNECT"
|
|
|
|
logoText="INSIDZ"
|
|
|
|
description="Ready to Experience Real Connections. Verified profiles. Authentic moments. Genuine friendships. Join the most trusted social platform where real people meet real people."
|
|
|
|
description="Connect with real people through verified profiles and authentic experiences. Insidz brings genuine friendships to life with real-world meetups and verified connections."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Get Started Free", href: "#contact" },
|
|
|
|
{ text: "Get Started Free", href: "#contact" },
|
|
|
|
{ text: "Learn More", href: "#features" }
|
|
|
|
{ text: "Register Now", href: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
layoutOrder="default"
|
|
|
|
layoutOrder="default"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/attractive-friends-sitting-cafe-looking-phone_171337-19708.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/attractive-friends-sitting-cafe-looking-phone_171337-19708.jpg"
|
|
|
|
imageAlt="Real Connect app interface showing verified connections"
|
|
|
|
imageAlt="Insidz app interface showing verified connections"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
frameStyle="browser"
|
|
|
|
frameStyle="browser"
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
@@ -62,12 +62,12 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<AboutMetric
|
|
|
|
<AboutMetric
|
|
|
|
title="Eliminating Fake Profiles. Building Real Trust. Transforming Strangers into Friends through Verified, Real-World Meetups."
|
|
|
|
title="Real Connections. Verified Trust. Authentic Friendships."
|
|
|
|
metrics={[
|
|
|
|
metrics={[
|
|
|
|
{ icon: CheckCircle, label: "Verified Profiles", value: "100%" },
|
|
|
|
{ icon: CheckCircle, label: "Verified Profiles", value: "100%" },
|
|
|
|
{ icon: MapPin, label: "Real Meetups", value: "Week 6" },
|
|
|
|
{ icon: MapPin, label: "Real Meetups", value: "Live" },
|
|
|
|
{ icon: Users, label: "Friends Ranking", value: "Live" },
|
|
|
|
{ icon: Users, label: "Friend Network", value: "Growing" },
|
|
|
|
{ icon: Shield, label: "Trust Score", value: "Auth" }
|
|
|
|
{ icon: Shield, label: "Trust Score", value: "Verified" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
@@ -76,17 +76,17 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardNine
|
|
|
|
<FeatureCardNine
|
|
|
|
title="Five Powerful Tabs. One Mission: Real Connection."
|
|
|
|
title="Five Powerful Features. One Mission: Real Connection."
|
|
|
|
description="Experience a beautifully designed 5-tab interface that makes genuine connection effortless. Each tab serves a unique purpose in bringing verified people together."
|
|
|
|
description="Experience a beautifully designed platform that makes genuine connection effortless. Each feature serves a unique purpose in bringing verified people together."
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: 1,
|
|
|
|
id: 1,
|
|
|
|
title: "Feed & Discovery", description: "Horizon shows everyone's verified posts. Circle lets you discover photos from people within 10km. One photo per 24 hours keeps things authentic. No likes, no comments—just genuine sharing without the pressure of validation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=1" },
|
|
|
|
title: "Feed & Discovery", description: "Discover authentic posts from verified profiles. Share moments from your day with one photo per 24 hours. No likes, no comments—just genuine sharing without the pressure of validation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=1" },
|
|
|
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-with-mock-up_23-2148264021.jpg?_wi=1" }
|
|
|
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-with-mock-up_23-2148264021.jpg?_wi=1" }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: 2,
|
|
|
|
id: 2,
|
|
|
|
title: "Connect Nearby", description: "See who's around you within 100 meters. Send friend requests directly. Meet people in your immediate vicinity. This is where location-based connection comes alive, solving the 'meeting people nearby' need with precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=1" },
|
|
|
|
title: "Connect Nearby", description: "See verified people around you within your chosen distance. Send friend requests directly. Meet people in your immediate vicinity with location-based connection precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=1" },
|
|
|
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=1" }
|
|
|
|
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=1" }
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
|
|
|
<div id="product" data-section="product">
|
|
|
|
<div id="product" data-section="product">
|
|
|
|
<ProductCardOne
|
|
|
|
<ProductCardOne
|
|
|
|
title="Experience the Platform"
|
|
|
|
title="Experience the Platform"
|
|
|
|
description="Five carefully designed tabs work together to create the most intuitive connection experience"
|
|
|
|
description="Five carefully designed features work together to create the most intuitive connection experience"
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Feed Tab", price: "🏠", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=2", imageAlt: "Feed tab showing Horizon and Circle discovery"
|
|
|
|
id: "1", name: "Feed Tab", price: "🏠", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=2", imageAlt: "Feed tab showing discovery and sharing"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", name: "Post Tab", price: "📸", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=2", imageAlt: "Post tab with camera and GPS location picker"
|
|
|
|
id: "2", name: "Post Tab", price: "📸", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=2", imageAlt: "Post tab with daily sharing"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", name: "Connect Tab", price: "🤝", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-home-with-smartphone-mug_23-2148708937.jpg?_wi=2", imageAlt: "Connect tab for nearby users"
|
|
|
|
id: "3", name: "Connect Tab", price: "🤝", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-home-with-smartphone-mug_23-2148708937.jpg?_wi=2", imageAlt: "Connect tab for nearby users"
|
|
|
|
@@ -129,12 +129,12 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
<MetricCardThree
|
|
|
|
<MetricCardThree
|
|
|
|
title="Mission Accomplished"
|
|
|
|
title="Why Insidz"
|
|
|
|
description="Real Connect is built on verified connections, real experiences, and authentic friendships. Here's what makes us different."
|
|
|
|
description="Insidz is built on verified connections, real experiences, and authentic friendships. Here's what makes us different."
|
|
|
|
metrics={[
|
|
|
|
metrics={[
|
|
|
|
{ id: "1", icon: Shield, title: "Zero Fake Profiles", value: "100%" },
|
|
|
|
{ id: "1", icon: Shield, title: "Zero Fake Profiles", value: "100%" },
|
|
|
|
{ id: "2", icon: Camera, title: "Real Photos Only", value: "Verified" },
|
|
|
|
{ id: "2", icon: Camera, title: "Real Photos Only", value: "Verified" },
|
|
|
|
{ id: "3", icon: Users, title: "Friends Ranking", value: "Real" },
|
|
|
|
{ id: "3", icon: Users, title: "Friends Network", value: "Real" },
|
|
|
|
{ id: "4", icon: Globe, title: "Trusted Platform", value: "Most" }
|
|
|
|
{ id: "4", icon: Globe, title: "Trusted Platform", value: "Most" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
@@ -146,13 +146,13 @@ export default function LandingPage() {
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardFive
|
|
|
|
<TestimonialCardFive
|
|
|
|
title="Stories from Real Connections"
|
|
|
|
title="Stories from Real Connections"
|
|
|
|
description="Hear from early adopters who've already experienced the power of verified, authentic meetups"
|
|
|
|
description="Hear from early adopters who've already experienced the power of verified, authentic meetups on Insidz"
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Sarah Chen, Software Engineer", date: "Date: 15 January 2025", title: "Finally, genuine connections without the noise", quote: "Real Connect changed how I meet people. No more catfishing, no more fake profiles. I've made real friends who I actually meet up with. The verification system works perfectly.", tag: "Beta Tester", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=3"
|
|
|
|
id: "1", name: "Sarah Chen, Software Engineer", date: "Date: 15 January 2025", title: "Finally, genuine connections without the noise", quote: "Insidz changed how I meet people. No more catfishing, no more fake profiles. I've made real friends who I actually meet up with. The verification system works perfectly.", tag: "Beta Tester", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", name: "Marcus Johnson, Marketing Manager", date: "Date: 18 January 2025", title: "The connect feature is a game changer", quote: "Seeing people within 100 meters nearby is incredible. I've made friends I would never have met otherwise. The app respects privacy while enabling real connection.", tag: "Early Adopter", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=3"
|
|
|
|
id: "2", name: "Marcus Johnson, Marketing Manager", date: "Date: 18 January 2025", title: "The connect feature is a game changer", quote: "Seeing people nearby is incredible. I've made friends I would never have met otherwise. The app respects privacy while enabling real connection.", tag: "Early Adopter", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-holding-smartphone_23-2150233664.jpg?_wi=3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", name: "Elena Rodriguez, Designer", date: "Date: 20 January 2025", title: "Beautiful design meets real functionality", quote: "The interface is intuitive and gorgeous. But what impressed me most is that it actually delivers on its promise—real people, real connections, zero fake profiles.", tag: "Community Leader", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-with-mock-up_23-2148264021.jpg?_wi=3"
|
|
|
|
id: "3", name: "Elena Rodriguez, Designer", date: "Date: 20 January 2025", title: "Beautiful design meets real functionality", quote: "The interface is intuitive and gorgeous. But what impressed me most is that it actually delivers on its promise—real people, real connections, zero fake profiles.", tag: "Community Leader", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-with-mock-up_23-2148264021.jpg?_wi=3"
|
|
|
|
@@ -161,10 +161,10 @@ export default function LandingPage() {
|
|
|
|
id: "4", name: "James Park, Entrepreneur", date: "Date: 22 January 2025", title: "No spam, no harassment, just real friends", quote: "The verified friends system and verified messaging creates a safe environment. I can actually build meaningful relationships here without worrying about authenticity.", tag: "Beta Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-home-with-smartphone-mug_23-2148708937.jpg?_wi=3"
|
|
|
|
id: "4", name: "James Park, Entrepreneur", date: "Date: 22 January 2025", title: "No spam, no harassment, just real friends", quote: "The verified friends system and verified messaging creates a safe environment. I can actually build meaningful relationships here without worrying about authenticity.", tag: "Beta Partner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-friends-home-with-smartphone-mug_23-2148708937.jpg?_wi=3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "5", name: "Priya Kapoor, Artist", date: "Date: 25 January 2025", title: "A platform that respects authenticity", quote: "Real Connect isn't just another social app. It's a movement toward genuine human connection. I love that I can upload one photo per day and actually build real friendships.", tag: "Community Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=3"
|
|
|
|
id: "5", name: "Priya Kapoor, Artist", date: "Date: 25 January 2025", title: "A platform that respects authenticity", quote: "Insidz isn't just another social app. It's a movement toward genuine human connection. I love that I can share authentically and actually build real friendships.", tag: "Community Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=3"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "6", name: "David Walsh, Student", date: "Date: 28 January 2025", title: "Meeting people has never been easier", quote: "The circle feature for discovering nearby photos is amazing. I've already made friends in my area through verified connections. This app actually works.", tag: "Active User", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=4"
|
|
|
|
id: "6", name: "David Walsh, Student", date: "Date: 28 January 2025", title: "Meeting people has never been easier", quote: "The nearby feature is amazing. I've already made friends through verified connections. This app actually works.", tag: "Active User", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-communications-network-perforated-paper-speech-bubble_53876-31066.jpg?_wi=4"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
@@ -179,8 +179,8 @@ export default function LandingPage() {
|
|
|
|
title="Join the Beta Launch Today"
|
|
|
|
title="Join the Beta Launch Today"
|
|
|
|
description="Become part of the movement transforming strangers into friends through verified, real-world meetups. Experience a social platform where authenticity is guaranteed and real connections flourish."
|
|
|
|
description="Become part of the movement transforming strangers into friends through verified, real-world meetups. Experience a social platform where authenticity is guaranteed and real connections flourish."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Get Early Access", href: "#" },
|
|
|
|
{ text: "Join Beta", href: "#" },
|
|
|
|
{ text: "Learn More", href: "#" }
|
|
|
|
{ text: "Register", href: "#" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterBaseCard
|
|
|
|
<FooterBaseCard
|
|
|
|
logoText="Real Connect"
|
|
|
|
logoText="Insidz"
|
|
|
|
columns={[
|
|
|
|
columns={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "Product", items: [
|
|
|
|
title: "Product", items: [
|
|
|
|
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
copyrightText="© 2025 Real Connect. All rights reserved. Verified connections. Real friendships."
|
|
|
|
copyrightText="© 2025 Insidz. All rights reserved. Verified connections. Real friendships."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
|