"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; import { Award, Instagram, Linkedin, Medal, Sparkles, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
); }