Merge version_1 into main #1
195
src/app/page.tsx
195
src/app/page.tsx
@@ -20,27 +20,23 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Intelligence",
|
||||
id: "#intelligence",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Intelligence", id: "#intelligence" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Results", id: "#results" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Node"
|
||||
/>
|
||||
@@ -48,20 +44,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Stop Flying Blind."
|
||||
description="Node connects Business Intelligence, Content Analytics, and Team Performance into one real-time dashboard for coaching businesses scaling to $200k/mo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View Platform",
|
||||
href: "#features",
|
||||
},
|
||||
{ text: "Schedule Demo", href: "#contact" },
|
||||
{ text: "View Platform", href: "#features" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg"
|
||||
/>
|
||||
@@ -73,18 +61,9 @@ export default function LandingPage() {
|
||||
title="Business Intelligence"
|
||||
description="Stop guessing. Node tracks every metric that matters — from ad spend to close rate — with full UTM attribution so you know exactly which piece of content generated revenue."
|
||||
metrics={[
|
||||
{
|
||||
value: "$200k",
|
||||
title: "Monthly Target",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "CRM Accuracy",
|
||||
},
|
||||
{
|
||||
value: "Real-time",
|
||||
title: "Data Flow",
|
||||
},
|
||||
{ value: "$200k", title: "Monthly Target" },
|
||||
{ value: "100%", title: "CRM Accuracy" },
|
||||
{ value: "Real-time", title: "Data Flow" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-marketing-sales-dashboard-graphics-concept_53876-133831.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -98,27 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "c1",
|
||||
title: "Content Intelligence",
|
||||
description: "Frame-by-frame analysis of your reels and stories to see what builds trust, sparks curiosity, and converts.",
|
||||
tag: "AI-Powered",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg",
|
||||
},
|
||||
{
|
||||
id: "t1",
|
||||
title: "Team Management",
|
||||
description: "Track setter and closer performance, manage commissions, and generate EOD reports all in one unified dashboard.",
|
||||
tag: "Team-First",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg",
|
||||
},
|
||||
{
|
||||
id: "m1",
|
||||
title: "Performance Hub",
|
||||
description: "Unified metrics tracking from Calendly to closed deal, ensuring your sales team operates as a single unit.",
|
||||
tag: "Unified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg",
|
||||
},
|
||||
{ id: "c1", title: "Content Intelligence", description: "Frame-by-frame analysis of your reels and stories to see what builds trust, sparks curiosity, and converts.", tag: "AI-Powered", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg" },
|
||||
{ id: "t1", title: "Team Management", description: "Track setter and closer performance, manage commissions, and generate EOD reports all in one unified dashboard.", tag: "Team-First", imageSrc: "http://img.b2bpic.net/free-photo/computer-dark-room-with-graphs-screen_169016-54998.jpg" },
|
||||
{ id: "m1", title: "Performance Hub", description: "Unified metrics tracking from Calendly to closed deal, ensuring your sales team operates as a single unit.", tag: "Unified", imageSrc: "http://img.b2bpic.net/free-photo/teleworker-home-office-gathering-information-from-internet-seminar_482257-119301.jpg" }
|
||||
]}
|
||||
title="Powering Your Growth"
|
||||
description="Comprehensive tools to master your performance, content, and team."
|
||||
@@ -132,21 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$30k-$200k",
|
||||
description: "Revenue Scaling Range",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
description: "Metrics Tracked Automatically",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3x",
|
||||
description: "Increased Sales Visibility",
|
||||
},
|
||||
{ id: "m1", value: "$30k-$200k", description: "Revenue Scaling Range" },
|
||||
{ id: "m2", value: "100+", description: "Metrics Tracked Automatically" },
|
||||
{ id: "m3", value: "3x", description: "Increased Sales Visibility" }
|
||||
]}
|
||||
title="Built for Scale"
|
||||
description="Designed for elite owners running organic content and paid ads at high scale."
|
||||
@@ -157,15 +106,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alpha Growth",
|
||||
"Scale Masters",
|
||||
"Elite Consulting",
|
||||
"Direct Sales Pro",
|
||||
"Coach Labs",
|
||||
"Revenue One",
|
||||
"Scale Logic",
|
||||
]}
|
||||
names={["Alpha Growth", "Scale Masters", "Elite Consulting", "Direct Sales Pro", "Coach Labs", "Revenue One", "Scale Logic"]}
|
||||
title="Trusted by Coaches"
|
||||
description="Empowering high-ticket coaching leaders globally."
|
||||
/>
|
||||
@@ -176,46 +117,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible clarity",
|
||||
quote: "Node finally let me see which content actually drives our $150k monthly revenue.",
|
||||
name: "Sarah J.",
|
||||
role: "Owner, CoachCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-businesswoman-cafe-sitting-with-notebook-making-notes-working_1258-199053.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Total gamechanger",
|
||||
quote: "The content scoring model is absolute magic. We increased our reach significantly.",
|
||||
name: "Mark D.",
|
||||
role: "CEO, ScaleMax",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-having-conversation-with-work-colleague_273609-4714.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Team visibility",
|
||||
quote: "My closers and setters are finally on one page. Commission management is so easy.",
|
||||
name: "Emily R.",
|
||||
role: "Founder, SalesLabs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Data-backed decisions",
|
||||
quote: "We stopped flying blind. Now we make decisions based on real data, not intuition.",
|
||||
name: "David K.",
|
||||
role: "Founder, GrowthOne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45551.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Essential dashboard",
|
||||
quote: "If you are scaling a sales team, this is the only system you will ever need.",
|
||||
name: "Lisa M.",
|
||||
role: "CEO, EliteConsult",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-portrait-photo-senior-businessman-spacious-room-with-plants-holding-reading-documents_146671-14551.jpg",
|
||||
},
|
||||
{ id: "1", title: "Incredible clarity", quote: "Node finally let me see which content actually drives our $150k monthly revenue.", name: "Sarah J.", role: "Owner, CoachCorp", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-businesswoman-cafe-sitting-with-notebook-making-notes-working_1258-199053.jpg" },
|
||||
{ id: "2", title: "Total gamechanger", quote: "The content scoring model is absolute magic. We increased our reach significantly.", name: "Mark D.", role: "CEO, ScaleMax", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-having-conversation-with-work-colleague_273609-4714.jpg" },
|
||||
{ id: "3", title: "Team visibility", quote: "My closers and setters are finally on one page. Commission management is so easy.", name: "Emily R.", role: "Founder, SalesLabs", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170387.jpg" },
|
||||
{ id: "4", title: "Data-backed decisions", quote: "We stopped flying blind. Now we make decisions based on real data, not intuition.", name: "David K.", role: "Founder, GrowthOne", imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45551.jpg" },
|
||||
{ id: "5", title: "Essential dashboard", quote: "If you are scaling a sales team, this is the only system you will ever need.", name: "Lisa M.", role: "CEO, EliteConsult", imageSrc: "http://img.b2bpic.net/free-photo/good-portrait-photo-senior-businessman-spacious-room-with-plants-holding-reading-documents_146671-14551.jpg" }
|
||||
]}
|
||||
title="Hear from Owners"
|
||||
description="What our users say about the Node dashboard."
|
||||
@@ -227,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Who is Node for?",
|
||||
content: "Node is for high-ticket coaching business owners making $30k–$200k/month.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Does it integrate with my CRM?",
|
||||
content: "Yes, Node integrates with major systems to pull data automatically.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I get started?",
|
||||
content: "Click the schedule demo button to speak with our success team.",
|
||||
},
|
||||
{ id: "f1", title: "Who is Node for?", content: "Node is for high-ticket coaching business owners making $30k–$200k/month." },
|
||||
{ id: "f2", title: "Does it integrate with my CRM?", content: "Yes, Node integrates with major systems to pull data automatically." },
|
||||
{ id: "f3", title: "How do I get started?", content: "Click the schedule demo button to speak with our success team." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about starting with Node."
|
||||
@@ -252,18 +146,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get Started"
|
||||
title="Ready to scale?"
|
||||
description="Book a demo today to see Node in action and optimize your coaching business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Demo",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Demo", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -272,16 +159,8 @@ export default function LandingPage() {
|
||||
logoText="Node"
|
||||
copyrightText="© 2025 Node Intelligence. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user