From 8a822652e7cd29076ffb7fe83890863e5c99af19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:50:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 93 +++++++++++++++--------------------------------- 1 file changed, 29 insertions(+), 64 deletions(-) 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() {
-
- -
- -
- +
-
- -
-
@@ -196,9 +164,6 @@ export default function LandingPage() { }, { id: "5", name: "Jessica Martinez", date: "10 days ago", title: "Worth Every Penny", quote: "I've tried other whitening products before, but WhitePop Pro is by far the best. The results are incredible and they last!", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/confident-determined-young-girl-student-cross-arms-chest-power-pose-smiling-looking-self-assured-standing-white-background-near-your-logo-place-banner_176420-44471.jpg", avatarAlt: "Jessica Martinez" - }, - { - id: "6", name: "James Thompson", date: "5 days ago", title: "Best Purchase I've Made", quote: "Seriously impressed with WhitePop Pro. My smile has never looked better, and my friends have been asking where I got them done.", tag: "Verified Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-happy-man-smiling-against-white-space_58466-12722.jpg", avatarAlt: "James Thompson" } ]} textboxLayout="default"