"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import { Coffee, Leaf, Flame, Instagram, Facebook, Twitter, Youtube, Mail, Star } from "lucide-react"; export default function LandingPage() { return (
); }