"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Zap } from 'lucide-react'; export default function LandingPage() { return (
); }