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