"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return (
); }