"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { MessageCircle, Brain, BarChart3, Zap, Shield, Users, Target, TrendingUp, DollarSign, Sparkles, Crown } from "lucide-react"; export default function HomePage() { return (
); }