"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { CheckCircle, Facebook, HelpCircle, Instagram, Linkedin, Mail, Quote, Star, TrendingUp, Twitter, Zap } from "lucide-react"; export default function LandingPage() { return (
); }