"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Sparkles, CheckCircle, Star, DollarSign, Users, Crown, TrendingUp, Building, Globe, Award } from "lucide-react"; export default function LandingPage() { return (
{}} ]} className="w-full" containerClassName="mx-auto" titleClassName="text-5xl md:text-7xl font-bold" descriptionClassName="text-lg md:text-xl" />
); }