"use client" import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import { Coffee, Flame, Heart, Leaf } from 'lucide-react'; export default function LandingPage() { return (
); }