"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }