diff --git a/app/match/[matchId]/page.tsx b/app/match/[matchId]/page.tsx index a8bd71d..b808561 100644 --- a/app/match/[matchId]/page.tsx +++ b/app/match/[matchId]/page.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Link from "next/link"; import { notFound } from "next/navigation"; import Hero from "@/components/Hero"; import MatchupHUD from "@/components/MatchupHUD"; @@ -82,6 +83,17 @@ export default async function MatchPage({ shareUrl={matchUrl(match.matchId)} lang={lang} /> + + {/* 하단 CTA — 전체 일정으로(다른 경기 투표). ADO2 사용해보기 버튼과 동일 사양(퍼플 #A65EFF) */} + + {t.moreMatches} + + +