import Image from "next/image"; import { Link } from "@/i18n/routing"; import { vipnagorgialla } from "@/components/Vipnagorgialla"; import { useTranslations } from "next-intl"; export default function HeroSection() { const t = useTranslations("home"); return (
{/* Background image */} {/* Dark overlay */}
{/* Content */}
{/* Left: logo + info + CTA */}
TipiLAN Logo

{t("hero.date")}

{t("hero.location")}

{t("hero.buyTicket")}
{/* Right: prize pool + award */}

{t("hero.prizePool")}

10 000€

TalTech student award

{t("hero.award")}

); }