"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Cloud, Code, Database, Shield, Smartphone, Sparkles, Zap } from 'lucide-react'; export default function LandingPage() { return (
); }