"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 FooterBase1 from '@/components/sections/footer/FooterBase1'; import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react"; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne'; import TeamCardOne1 from '@/components/sections/team/TeamCardOne1'; export default function LandingPage() { return (
); }