From 7d4d50af402f8dfd52a0ff289a88751be0950d58 Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Mon, 15 Jun 2026 10:13:13 +0900 Subject: [PATCH] =?UTF-8?q?Enlarge=20header=20buttons=201.5x=20+=20add=20b?= =?UTF-8?q?ottom=20"=EB=8B=A4=EB=A5=B8=20=EA=B2=BD=EA=B8=B0=20=ED=88=AC?= =?UTF-8?q?=ED=91=9C=ED=95=98=EA=B8=B0"=20CTA=20(ADO2=20purple)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Hero "전체 일정"·ShareButton "투표 공유하기" 1.5배 (12→18px, 패딩 확대) - 상세 페이지 하단(Crowd 아래·푸터 위)에 "다른 경기 투표하기 →" CTA 추가 - ADO2 광고 버튼 동일 사양: 퍼플 #A65EFF · 라운드 풀 · 글로우 · 화살표 - 텍스트 15px, 전체 일정(대시보드) 이동 - i18n moreMatches (KO/EN) Co-Authored-By: Claude Opus 4.8 --- app/match/[matchId]/page.tsx | 12 ++++++++++++ components/Hero.tsx | 2 +- components/ShareButton.tsx | 2 +- docs/DESIGN.md | 16 ++++++++++++++++ lib/i18n.ts | 3 +++ 5 files changed, 33 insertions(+), 2 deletions(-) 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} + + +