diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d78155..b1f533c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } + ]} /> @@ -120,8 +123,6 @@ export default function LandingPage() {