"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TagAbout from '@/components/sections/about/TagAbout'; import FeatureCardThirteen from '@/components/sections/feature/FeatureCardThirteen'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import { Sparkles, Heart, Instagram, Facebook, Youtube, Mail } from "lucide-react"; export default function LandingPage() { return (
); }