"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroLogo from "@/components/sections/hero/HeroLogo"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TeamCardFive from "@/components/sections/team/TeamCardFive"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { AlertCircle, BarChart3, Bot, CheckCircle, Cpu, DollarSign, Globe, Link, Mail, Settings, Sparkles, Target, TrendingDown, TrendingUp, User, Zap, } from "lucide-react"; export default function LandingPage() { return (
); }