"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 FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Award, Heart, Leaf, MapPin, Quote } from 'lucide-react'; export default function LandingPage() { return (
); }