"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import BlogCardEleven from '@/components/sections/blog/BlogCardEleven'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Heart, PawPrint, Home, Users, Smile } from 'lucide-react'; export default function LandingPage() { return (
); }