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() { /> +
+ +
+