"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Sparkles, Star, Zap, Heart } from "lucide-react"; export default function LandingPage() { return (
); }