"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Heart, CheckCircle, Home, Users, Trophy, Star } from 'lucide-react'; export default function LandingPage() { return (
); }