From e4f57850ed571c8d4b71737db7ee4d675679d3c5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 16:43:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00bee72..21420c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Smartphone, Zap, Heart, TrendingUp, Mail } from 'lucide-react'; +import { Smartphone, Zap, Heart, TrendingUp, Mail, Brain } from 'lucide-react'; export default function HomePage() { return ( @@ -29,6 +29,7 @@ export default function HomePage() { brandName="AppFlow" navItems={[ { name: "Features", id: "features" }, + { name: "Insights", id: "insights" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "metrics" } ]} @@ -87,6 +88,28 @@ export default function HomePage() { /> +
+ +
+