"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Palette, Heart, Star, Instagram, ExternalLink, Mail } from 'lucide-react'; export default function LandingPage() { return (
); }