"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Crown, Globe, Package, Smartphone, Sparkles, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
); }