"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Zap, TrendingUp, DollarSign, CheckCircle } from "lucide-react"; export default function LandingPage() { return (
); }