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: React.FC<{ background: string }> = ({ background }) => { return (
Hero image {/* Gradient and Blur Overlay */}
logo

Trouvez votre équilibre avec
Latosa Escrima

Une évolution des arts martiaux Philippins

); }; export default Hero;