"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Award, Flower2, HelpCircle, Heart, Mail, Palette, Sparkles, Star, Zap } from "lucide-react"; export default function LandingPage() { return (
); }