From 32dce9ea1eb286aa42d754d0c6ab74e1108c3cba Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 28 Apr 2026 02:12:29 +0900 Subject: [PATCH] =?UTF-8?q?feat(home):=20Liquid=20Glass=20+=20Jua=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=EB=A1=9C=20=ED=97=A4=EB=8D=94=C2=B7=ED=91=B8?= =?UTF-8?q?=ED=84=B0=C2=B7=ED=99=88=C2=B7=EB=AE=A4=EC=A7=81=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=A0=84=ED=99=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - layout.tsx: Bagel/Inter/Manrope/SpaceGrotesk → Jua 단일화 + GlassFilter 마운트 - globals.css: 글래스 효과·Jua 폰트 변수 - TopNav: 알약형 글래스 헤더 (스크롤 시 max-w-3xl 축소) - PublicShell: 푸터 정돈 - 홈 page.tsx: hero 영상 배경 + GlassButton CTA + 트윗 마퀴 - 뮤직 page.tsx: SparklesOverlay + 3D card effect Co-Authored-By: Claude Opus 4.7 (1M context) --- app/components/PublicShell.tsx | 109 ++++++-- app/components/TopNav.tsx | 25 +- app/globals.css | 47 +++- app/layout.tsx | 16 +- app/page.tsx | 460 +++++++++++++++++---------------- app/services/music/page.tsx | 293 +++++++-------------- 6 files changed, 493 insertions(+), 457 deletions(-) diff --git a/app/components/PublicShell.tsx b/app/components/PublicShell.tsx index 35cff75..677cce2 100644 --- a/app/components/PublicShell.tsx +++ b/app/components/PublicShell.tsx @@ -13,36 +13,103 @@ export default function PublicShell({ children }: { children: React.ReactNode }) }} > {children} -