"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Sparkles, Heart, Palette, Wand2, Star, Zap, CheckCircle, Gift, HelpCircle, Mail } from "lucide-react"; export default function LandingPage() { return (
); }