"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react"; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import CardStack from '@/components/cardStack/CardStack'; export default function LandingPage() { return (
iPhone Case

iPhone X Case

Protect your iPhone with our premium case.

iPhone Charger

Fast Charger

Charge your iPhone up to 50% in just 30 minutes.

iPhone Screen Protector

Screen Protector

Keep your iPhone screen scratch-free with our ultra-clear protector.

); }