"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Heart, CheckCircle, Mail } from "lucide-react"; export default function LandingPage() { return (
); }