Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -31,59 +31,32 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Nexus"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="The Premium Network for Modern Innovators"
|
||||
description="Nexus redefines how professionals connect, collaborate, and scale in the digital age. Experience premium social architecture built for speed, security, and impact."
|
||||
tag="Elevate Your Network"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-techno-party_23-2150639101.jpg",
|
||||
imageAlt: "Platform Dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-techno-party_23-2150639101.jpg", imageAlt: "Platform Dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-girl-wearing-headphones_23-2149829758.jpg",
|
||||
imageAlt: "Team Collaboration",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-handsome-bearded-hipster-male-with-tattoo-his-arm-using-smartphone_613910-12343.jpg",
|
||||
imageAlt: "Hipster male using smartphone",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-photo-night-city-smartphone_23-2148184240.jpg",
|
||||
imageAlt: "Night city photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-makes-online-payment-with-debit-card_482257-98322.jpg",
|
||||
imageAlt: "Man making online payment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-girl-wearing-headphones_23-2149829758.jpg", imageAlt: "Team Collaboration"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,24 +66,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning Connections",
|
||||
description: "Seamlessly connect with vetted leaders in real-time.",
|
||||
},
|
||||
title: "Lightning Connections", description: "Seamlessly connect with vetted leaders in real-time."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Encrypted Security",
|
||||
description: "Military-grade data protection for your professional data.",
|
||||
},
|
||||
title: "Encrypted Security", description: "Military-grade data protection for your professional data."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Verified Identities",
|
||||
description: "Authentic engagement with human-verified profiles.",
|
||||
},
|
||||
title: "Verified Identities", description: "Authentic engagement with human-verified profiles."},
|
||||
]}
|
||||
title="Built for High-Performance Networking"
|
||||
description="Unlock a suite of premium tools designed to keep you ahead of the curve in an increasingly digital professional landscape."
|
||||
@@ -125,25 +93,15 @@ export default function LandingPage() {
|
||||
author="Marcus Vane, Lead Technologist"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020339.jpg",
|
||||
alt: "Sarah J",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020339.jpg", alt: "Sarah J"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
alt: "Mike T",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg", alt: "Mike T"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-caucasian-man_53876-24833.jpg",
|
||||
alt: "Alex D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-caucasian-man_53876-24833.jpg", alt: "Alex D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg",
|
||||
alt: "Maria C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/company-worker-browsing-internet-research-project-using-computer-create-business-report-with-charts-data-analyzing-network-information-web-presentation-handheld-shot_482257-50935.jpg", alt: "Maria C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
|
||||
alt: "Liam P",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", alt: "Liam P"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -155,14 +113,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"BlueHorizon",
|
||||
"NexusCore",
|
||||
"GlobalStream",
|
||||
"VertexMedia",
|
||||
"DataPulse",
|
||||
"OptimaSystems",
|
||||
]}
|
||||
"InnovateTech", "BlueHorizon", "NexusCore", "GlobalStream", "VertexMedia", "DataPulse", "OptimaSystems"]}
|
||||
title="Backed by Industry Giants"
|
||||
description="Joining a global network trusted by thousands of forward-thinking enterprises."
|
||||
/>
|
||||
@@ -173,20 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is Nexus free to join?",
|
||||
content: "Nexus offers a free basic tier with optional premium subscriptions for enhanced features.",
|
||||
},
|
||||
id: "q1", title: "Is Nexus free to join?", content: "Nexus offers a free basic tier with optional premium subscriptions for enhanced features."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How is data protected?",
|
||||
content: "We utilize end-to-end encryption for all personal and professional communication.",
|
||||
},
|
||||
id: "q2", title: "How is data protected?", content: "We utilize end-to-end encryption for all personal and professional communication."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I integrate my existing apps?",
|
||||
content: "Yes, our API supports integration with all major professional productivity tools.",
|
||||
},
|
||||
id: "q3", title: "Can I integrate my existing apps?", content: "Yes, our API supports integration with all major professional productivity tools."},
|
||||
]}
|
||||
sideTitle="Questions? We have answers."
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -197,8 +139,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join the Nexus Network"
|
||||
title="Start your journey today."
|
||||
description="Sign up for early access and join a curated network of elite professionals."
|
||||
@@ -212,50 +153,31 @@ export default function LandingPage() {
|
||||
logoText="Nexus"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
{
|
||||
label: "Premium",
|
||||
href: "#",
|
||||
},
|
||||
label: "Premium", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user