Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-23 12:12:42 +00:00

View File

@@ -12,7 +12,6 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { BarChart3, Users, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,6 +61,10 @@ export default function LandingPage() {
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. Unify your data sources into one actionable dashboard."
buttons={[{ text: "Learn More" }]}
textboxLayout="split"
bulletPoints={[
{ title: "Unified Data", description: "See everything in one place." },
{ title: "Full Attribution", description: "Know what works." }
]}
/>
</div>
@@ -120,8 +123,6 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitText
textboxLayout="split"
useInvertedBackground={true}
faqsAnimation="blur-reveal"
faqs={[
{ id: "f1", title: "Who is Node for?", content: "High-ticket coaching owners making $30k-$200k/mo." },
@@ -134,6 +135,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"
title="Ready to take control of your revenue?"
description="Get started with Node today."
background={{ variant: "plain" }}