diff --git a/src/app/product/whitepop-pro/page.tsx b/src/app/product/whitepop-pro/page.tsx new file mode 100644 index 0000000..f8799b3 --- /dev/null +++ b/src/app/product/whitepop-pro/page.tsx @@ -0,0 +1,307 @@ +"use client" + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import { CheckCircle, Clock, Shield, Smile, Sparkles, TrendingUp, Zap, Heart, Award } from 'lucide-react'; + +export default function WhitePopProPage() { + return ( + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+ ); +}