import { useTranslations } from "next-intl"; import { TypographyH1, TypographyLead } from "../../components/ui/typography"; import { Badge } from "../../components/ui/badge"; import { MapPin } from "lucide-react"; import Image from "next/image"; export default function Home() { const t = useTranslations(); return (