"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Crown, Droplet, Heart, Phone, Shield, Smartphone, Sparkles, Star, Zap } from 'lucide-react'; export default function iPhoneSalesPage() { return (
); }