Merge version_1 into main #1
237
src/app/page.tsx
237
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Shield, Globe, Palette } from 'lucide-react';
|
||||
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
@@ -33,21 +34,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Nexus"
|
||||
/>
|
||||
@@ -56,64 +49,39 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Redefining Human Connection"
|
||||
description="Nexus is the premium social ecosystem designed for creators, thinkers, and visionaries who value meaningful interactions."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-young-handsome-man-wearing-glasses-looking-front-isolated-orange-wall_141793-73719.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-young-handsome-man-wearing-glasses-looking-front-isolated-orange-wall_141793-73719.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman-with-arm-crossed_23-2148187206.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-businesswoman-with-arm-crossed_23-2148187206.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join 10k+ visionaries"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance First",
|
||||
},
|
||||
type: "text", text: "Performance First"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Privacy Guaranteed",
|
||||
},
|
||||
type: "text", text: "Privacy Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Creator Centric",
|
||||
},
|
||||
type: "text", text: "Creator Centric"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless UI",
|
||||
},
|
||||
type: "text", text: "Seamless UI"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Access",
|
||||
},
|
||||
type: "text", text: "Global Access"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,17 +94,11 @@ export default function LandingPage() {
|
||||
description="We stripped away the noise and clutter to provide a focused, high-performance space for networking, collaboration, and discovery. Our platform elevates your social experience with curated content and privacy-first features."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Privacy First",
|
||||
description: "Your data, your terms. Secure encryption guaranteed.",
|
||||
},
|
||||
title: "Privacy First", description: "Your data, your terms. Secure encryption guaranteed."},
|
||||
{
|
||||
title: "Curation Matters",
|
||||
description: "High-signal, low-noise environment for your thoughts.",
|
||||
},
|
||||
title: "Curation Matters", description: "High-signal, low-noise environment for your thoughts."},
|
||||
{
|
||||
title: "Professional Tools",
|
||||
description: "Integrated suite for creators and businesses.",
|
||||
},
|
||||
title: "Professional Tools", description: "Integrated suite for creators and businesses."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-science-background-with-connecting-lines-dots_1048-13023.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -149,28 +111,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Insights",
|
||||
description: "Understand your reach with deep analytics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eye-disabled-icon-left-side_187299-45735.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Advanced Insights", description: "Understand your reach with deep analytics.", imageSrc: "http://img.b2bpic.net/free-photo/eye-disabled-icon-left-side_187299-45735.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Secure Chat",
|
||||
description: "Encrypted communication for private teams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-working-with-it_1134-86.jpg",
|
||||
buttonIcon: "Shield",
|
||||
title: "Secure Chat", description: "Encrypted communication for private teams.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-tablet-working-with-it_1134-86.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Global Discovery",
|
||||
description: "Explore curated content from around the world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100380.jpg",
|
||||
buttonIcon: "Globe",
|
||||
title: "Global Discovery", description: "Explore curated content from around the world.", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100380.jpg", buttonIcon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Creative Hub",
|
||||
description: "Powerful tools for designing digital assets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-electronics-logos-set_23-2148981161.jpg",
|
||||
buttonIcon: "Palette",
|
||||
title: "Creative Hub", description: "Powerful tools for designing digital assets.", imageSrc: "http://img.b2bpic.net/free-vector/flat-electronics-logos-set_23-2148981161.jpg", buttonIcon: Palette,
|
||||
},
|
||||
]}
|
||||
title="Platform Capabilities"
|
||||
@@ -185,20 +135,11 @@ export default function LandingPage() {
|
||||
tag="Growth at Scale"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M",
|
||||
description: "Active Users",
|
||||
},
|
||||
id: "m1", value: "1.2M", description: "Active Users"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500k",
|
||||
description: "Successful Collaborations",
|
||||
},
|
||||
id: "m2", value: "500k", description: "Successful Collaborations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
description: "Platform Uptime",
|
||||
},
|
||||
id: "m3", value: "99.9%", description: "Platform Uptime"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -209,14 +150,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nexus Inc",
|
||||
"Creator Labs",
|
||||
"Innovate X",
|
||||
"Global Reach",
|
||||
"Visionary Media",
|
||||
"Future Tech",
|
||||
"Dream Makers",
|
||||
]}
|
||||
"Nexus Inc", "Creator Labs", "Innovate X", "Global Reach", "Visionary Media", "Future Tech", "Dream Makers"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Joining forces with the world's leading brands and creator networks."
|
||||
/>
|
||||
@@ -229,59 +163,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Creative Lead",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "Creative Lead", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-her-office-businesswoman-sitting-with-her-notebook-writing-making_1258-194709.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
role: "CTO",
|
||||
company: "StartupX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", role: "CTO", company: "StartupX", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Director",
|
||||
company: "ArtMedia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", role: "Director", company: "ArtMedia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "TechStream",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "TechStream", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wong",
|
||||
role: "Lead Engineer",
|
||||
company: "DevHub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Wong", role: "Lead Engineer", company: "DevHub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3796.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "95%",
|
||||
label: "Retention Rate",
|
||||
},
|
||||
value: "95%", label: "Retention Rate"},
|
||||
{
|
||||
value: "4.8",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.8", label: "Avg Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Global Support",
|
||||
},
|
||||
value: "24/7", label: "Global Support"},
|
||||
]}
|
||||
title="Voices of the Nexus"
|
||||
description="What our users have to say about their experience in our community."
|
||||
@@ -297,35 +200,11 @@ export default function LandingPage() {
|
||||
description="Deep dives into the future of social networking and technology."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Trends",
|
||||
title: "The Era of Focused Social",
|
||||
excerpt: "How minimalism is changing the way we interact online.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background_640221-588.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/blonde-business-woman-working-her-laptop_23-2149100277.jpg",
|
||||
date: "Oct 12, 2023",
|
||||
},
|
||||
id: "b1", category: "Trends", title: "The Era of Focused Social", excerpt: "How minimalism is changing the way we interact online.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background_640221-588.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/blonde-business-woman-working-her-laptop_23-2149100277.jpg", date: "Oct 12, 2023"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Technology",
|
||||
title: "Future of Secure Networks",
|
||||
excerpt: "Encryption protocols for the next decade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg",
|
||||
authorName: "John Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg",
|
||||
date: "Oct 15, 2023",
|
||||
},
|
||||
id: "b2", category: "Technology", title: "Future of Secure Networks", excerpt: "Encryption protocols for the next decade.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", date: "Oct 15, 2023"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Creator",
|
||||
title: "Building Your Personal Brand",
|
||||
excerpt: "Strategic networking for creators and visionaries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg",
|
||||
authorName: "Sarah Lee",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-teen-with-cool-pink-hair_23-2148629627.jpg",
|
||||
date: "Oct 18, 2023",
|
||||
},
|
||||
id: "b3", category: "Creator", title: "Building Your Personal Brand", excerpt: "Strategic networking for creators and visionaries.", imageSrc: "http://img.b2bpic.net/free-photo/blue-vivid-optic-fiber_23-2148779320.jpg", authorName: "Sarah Lee", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-teen-with-cool-pink-hair_23-2148629627.jpg", date: "Oct 18, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,20 +214,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is Nexus free?",
|
||||
content: "Nexus offers a free tier for all users and a premium tier for power users.",
|
||||
},
|
||||
id: "f1", title: "Is Nexus free?", content: "Nexus offers a free tier for all users and a premium tier for power users."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you protect my privacy?",
|
||||
content: "We use industry-leading end-to-end encryption protocols.",
|
||||
},
|
||||
id: "f2", title: "How do you protect my privacy?", content: "We use industry-leading end-to-end encryption protocols."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I invite friends?",
|
||||
content: "Yes, our referral program is open to all community members.",
|
||||
},
|
||||
id: "f3", title: "Can I invite friends?", content: "Yes, our referral program is open to all community members."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about Nexus."
|
||||
@@ -360,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Early Access"
|
||||
title="Be Part of the Future"
|
||||
description="Join thousands of others in the nexus. Sign up now."
|
||||
@@ -373,13 +242,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Nexus"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user