"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Sparkles, Flame, Star, MapPin, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return (
); }