"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TextAbout from '@/components/sections/about/TextAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Zap, User, TrendingUp, TrendingDown, Calendar, Star, Clock, Lightbulb, Sparkles, Video, CheckCircle, Dumbbell, Heart, Shield, MessageCircle, Instagram, Facebook, Linkedin } from "lucide-react"; export default function LandingPage() { return (
); }