"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; import Image from "next/image"; export function Hero() { return (
{/* Background Image with Overlay */}
Miami Beach Fitness
Miami's #1 Elite Coaching
TRAIN IN
PARADISE
Experience world-class training under the Miami sun. From South Beach to Brickell, we bring elite performance to your doorstep.
{/* Decorative Elements */}
); }