"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { Award, CheckCircle, Clock, DollarSign, Edit, Gauge, HelpCircle, Lightbulb, Layers, MessageSquare, MousePointer, Palette, Smartphone, Sparkles, Star, TrendingDown, Users, Zap } from 'lucide-react'; export default function LandingPage() { return (
); }