"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles, Home, CheckCircle, Award, TrendingUp, Building2, Shield, HelpCircle, Zap } from "lucide-react"; export default function LandingPage() { return (
); }