"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Sparkles, Award, Star, Instagram, Facebook, Twitter } from "lucide-react"; export default function LandingPage() { return (
); }