diff --git a/src/app/page.tsx b/src/app/page.tsx index 59e71f8..959a1e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { CheckCircle, Clock, Shield, Smile, Sparkles, TrendingUp, Zap } from 'lucide-react'; +import { CheckCircle, Clock, Shield, Smile, Sparkles, TrendingUp, Zap, Droplet, Leaf, Award, Zap as ZapIcon, Heart, Lock } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,9 +33,10 @@ export default function LandingPage() { brandName="WhitePop" navItems={[ { name: "How It Works", id: "how-it-works" }, + { name: "Before & After", id: "before-after" }, { name: "Benefits", id: "benefits" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Pricing", id: "pricing" } + { name: "Reviews", id: "testimonials" }, + { name: "FAQ", id: "faq" } ]} button={{ text: "Shop Now", href: "#pricing" }} /> @@ -44,17 +45,17 @@ export default function LandingPage() {