"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; import ProductCardFive from '@/components/sections/product/ProductCardFive'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import AboutMetric from '@/components/sections/about/AboutMetric'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Zap, TrendingUp, BarChart3, Users, Clock, Target, Shield, DollarSign, ArrowRight } from "lucide-react"; export default function LandingPage() { return (
); }