"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Palette, Image, Users, Star, Instagram, Facebook, Twitter, Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }