From c8fd6a1349bd42bd7ae822fe0cf31f2da00049b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=8F=E7=8B=BC?= Date: Fri, 7 Aug 2026 13:00:03 +0800 Subject: [PATCH 1/5] feat(home): add cinematic copy reveal --- src/components/Hero.astro | 5 ++- src/i18n/content.ts | 18 ++++---- src/styles/global.css | 87 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+), 9 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 69bcff7..f3edfc4 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -36,7 +36,10 @@ const { locale, copy } = Astro.props; {copy.hero.titleLead} {copy.hero.titleEnd} -

{copy.hero.description}

+

+ {copy.hero.descriptionLead} + {copy.hero.descriptionEnd} +

{copy.hero.action}