"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import PricingCardSeven from '@/components/sections/pricing/PricingCardSeven'; import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Zap, Brain, Shield, Award, Sparkles } from "lucide-react"; export default function LandingPage() { return (
); }