"use client" import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Zap, TrendingUp, Shield, Wrench, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }