"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import SplitAboutCards from '@/components/sections/about/SplitAboutCards'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Users, Zap, Award, TrendingUp, Sparkles, Star, Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }