"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 FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { MessageSquare } from "lucide-react"; export default function LandingPage() { return (
); }