"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Circle, Sparkles, Dumbbell } from "lucide-react"; export default function FitnessLandingPage() { return (
); }