"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import AboutMetric from '@/components/sections/about/AboutMetric'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Globe, Rocket, Sparkles, Star, TrendingUp, Users, Zap } from 'lucide-react'; export default function LandingPage() { return (
); }