"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 FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; export default function LandingPage() { return (
); }