File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed
Expand file tree Collapse file tree 3 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,28 @@ import Loader from '@/components/ui/common/Loader.jsx';
44export const metadata = {
55 title : "Homecoming" ,
66 description : "GDGoC INHA 제1회 홈커밍 데이 행사 안내 및 참여 페이지" ,
7+
8+ openGraph : {
9+ title : "GDGoC INHA 제1회 홈커밍 데이" ,
10+ description : "GDGoC INHA가 처음으로 선보이는 홈커밍 데이에 여러분을 초대합니다." ,
11+ url : "https://gdgocinha.com/homecoming" ,
12+ siteName : "GDGoC INHA" ,
13+ images : [
14+ {
15+ url : "/images/homecoming/meta_img.png" , // 🔥 메타 이미지
16+ width : 1200 ,
17+ height : 630 ,
18+ alt : "GDGoC INHA Homecoming Day" ,
19+ } ,
20+ ] ,
21+ locale : "ko_KR" ,
22+ type : "website" ,
23+ } ,
724} ;
825
926export default function HomecomingLayout ( { children } ) {
1027 return (
11- < Suspense fallback = { < Loader /> } >
28+ < Suspense fallback = { < Loader /> } >
1229 { children }
1330 </ Suspense >
1431 ) ;
Original file line number Diff line number Diff line change @@ -171,15 +171,30 @@ function Invitation({onBack}) {
171171 (인천 연수구 컨벤시아대로 204 인스타2)
172172 </ p >
173173 </ div >
174+
175+ < div >
176+ < h2 className = "text-sm md:text-base font-semibold text-neutral-900 mb-3" >
177+ 참가 신청
178+ </ h2 >
179+
180+ < a
181+ href = "https://docs.google.com/forms/d/e/1FAIpQLSddHWTKvn3noWvLJX_LuW7dhGsAgXl8miD0cOpdqhviByvVFw/viewform"
182+ target = "_blank"
183+ rel = "noopener noreferrer"
184+ className = "inline-flex items-center gap-1 rounded-full bg-neutral-900/5 px-3 py-1.5 text-xs font-medium text-neutral-800 hover:bg-neutral-900/10"
185+ >
186+ 신청 링크 바로 가기
187+ < span aria-hidden > →</ span >
188+ </ a >
189+ </ div >
174190 </ div >
175191
176192 { /* 오른쪽 컬럼: 프로그램 안내 */ }
177193 < div className = "mt-6 md:mt-0 md:col-span-1" >
178194 < h2 className = "text-sm md:text-base font-bold text-neutral-900 mb-3" >
179195 프로그램 안내
180196 </ h2 >
181-
182- < div className = "space-y-5 text-xs md:text-sm text-neutral-900" >
197+ < div className = "space-y-5 text-xs md:text-sm text-neutral-900 relative" >
183198 < div >
184199 < p className = "font-semibold mb-1" >
185200 1부(13:00~) GOAT Final Day
You can’t perform that action at this time.
0 commit comments