From 0ff6ae90204301902dae097269a0cd4564e6896b Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Tue, 9 Jun 2026 21:17:16 +0700 Subject: [PATCH] content(home): simplify hero copy to 3 punchy lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - badge: "เราจะช่วยคุณเพิ่มกำไร" → "Moreminimore" - title: "เราช่วยวางระบบงาน..." → "เราจะช่วยคุณเพิ่มกำไร" - subtitle: "รับทำเว็บ ที่ปรึกษา..." → "เราช่วยวางระบบงาน และใช้สถิติวางกลยุทธ์ทางการตลาด" Update Hero.astro default props to match so other pages that consume without props get the same copy. Co-Authored-By: Claude --- src/components/Hero.astro | 6 +++--- src/pages/index.astro | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 190e111..a48f3be 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -15,9 +15,9 @@ interface Props { } const { - badge = 'เราจะช่วยคุณเพิ่มกำไร', - title = 'เราช่วยวางระบบงาน และใช้สถิติวางกลยุทธ์ทางการตลาด', - subtitle = 'รับทำเว็บ ที่ปรึกษาการตลาด และวางระบบ AI ในองค์กร เริ่มจากดูสถิติของคุณก่อน ไม่ใช่เดาว่าควรทำอะไร', + badge = 'Moreminimore', + title = 'เราจะช่วยคุณเพิ่มกำไร', + subtitle = 'เราช่วยวางระบบงาน และใช้สถิติวางกลยุทธ์ทางการตลาด', showCTA = true, ctaText = 'เริ่มปรึกษาฟรี', ctaLink = '/contact', diff --git a/src/pages/index.astro b/src/pages/index.astro index ce9db47..1774629 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -76,9 +76,9 @@ const featuredPortfolio = portfolio.filter(p => p.data.featured).slice(0, 4); ดูผลงานจริง