"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Sparkles, Star, Quote } from "lucide-react"; export default function LandingPage() { return (
); }