import { ExternalLink } from "lucide-react"; import { Button } from "@/components/ui/button"; import Link from "next/link"; import { API_URL } from "@/lib/constants"; import Image from "next/image"; const Hero = () => { const background = `${API_URL}/media/591ab183-c72d-46ff-905c-ec04fed1bb34/file`; return (
Hero image {/* Gradient and Blur Overlay */}
logo

Trouvez votre équilibre avec
Latosa-Escrima

Une évolution des arts martiaux Philippins

); }; export default Hero;