From 348d5192e1d1ebf86bebdc91e10dfd241a56a106 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:49:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0948d54..afb2644 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Shield, Zap, Mail, Phone, MapPin } from "lucide-react"; +import { CheckCircle, Shield, Zap, Mail, Phone, MapPin, Search } from "lucide-react"; export default function LandingPage() { return ( @@ -34,6 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Features", id: "features" }, + { name: "All Sites", id: "all-sites" }, { name: "Blog", id: "blog" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, @@ -46,7 +47,10 @@ export default function LandingPage() { +
+ +
+