From 23348a00dbcc73d9eead5f9bbb338266429e4918 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:12:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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() {