From c8959505ed6635fc025b639a7180f080a8043833 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d926c0..e748eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,11 @@ import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwe import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { CheckCircle, TrendingUp, Users, Zap, Sparkles } from 'lucide-react'; +import { CheckCircle, TrendingUp, Users, Zap, Sparkles, Globe, Smartphone, Megaphone, MessageSquare, Cpu, Package } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,7 +33,7 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Features", id: "features" }, - { name: "Services", id: "services" }, + { name: "Pricing", id: "pricing" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} @@ -159,35 +159,53 @@ export default function LandingPage() {