"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Flame, Award, Trophy, Heart, MapPin } from "lucide-react"; export default function LandingPage() { return (
); }