"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogoCarousel from '@/components/sections/hero/HeroLogoCarousel'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import PricingCardFour from '@/components/sections/pricing/PricingCardFour'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Phone, Mail, MapPin } from "lucide-react"; export default function FitnessLandingPage() { return (
); }