feat: oversized H1 hero for all inner pages + portfolio refinements

- Add hero-oversized class (Option B) to global.css
- Apply oversized H1 to: about, services, blog, contact, faq, privacy, terms
- Portfolio page: oversized hero, new text, portfolio-design-note in section-heading
- Clean up duplicate styles from portfolio.astro scoped block
This commit is contained in:
Kunthawat Greethong
2026-06-28 17:52:56 +07:00
parent 9ebbc91e5b
commit bb1b1ba568
9 changed files with 94 additions and 81 deletions

View File

@@ -7,16 +7,12 @@ import { faqs } from '../data/site.js';
title="คำถามที่พบบ่อย | MoreminiMore"
description="คำถามที่พบบ่อยเกี่ยวกับบริการ เว็บไซต์ การตลาด ระบบอัตโนมัติ AI ราคา และวิธีทำงานของ MoreminiMore"
>
<section class="page-hero scene scene-light" data-scene="light">
<div class="page-hero-grid">
<div>
<p class="eyebrow">คำถามที่พบบ่อย</p>
<h1>คำถามที่ควรถามก่อนเริ่มทำอะไรเพิ่ม</h1>
</div>
<p class="hero-lead">
ถ้ายังไม่แน่ใจว่าควรทำเว็บ ยิงแอด วางระบบ หรือใช้ AI ก่อน คำตอบเหล่านี้จะช่วยให้เห็นภาพเบื้องต้น
</p>
</div>
<section class="page-hero scene scene-light hero-oversized" data-scene="light">
<p class="eyebrow">คำถามที่พบบ่อย</p>
<h1>คำถามที่ควรถามก่อนเริ่มทำอะไรเพิ่ม</h1>
<p class="hero-lead">
ถ้ายังไม่แน่ใจว่าควรทำเว็บ ยิงแอด วางระบบ หรือใช้ AI ก่อน คำตอบเหล่านี้จะช่วยให้เห็นภาพเบื้องต้น
</p>
</section>
<section class="page-section">