"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import { Target } from 'lucide-react'; export default function LandingPage() { return (
); }