feat: Simplify cookie consent, remove blog
- CookieBanner: Accept/Reject only (no granular options) - ConsentModal: Streamlined preferences - Removed blog pages and content - Removed blog from navigation NOTE: Cookie consent logs to database on both Accept and Reject
This commit is contained in:
@@ -165,67 +165,6 @@ import Layout from '../layouts/Layout.astro'
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Latest Blog Posts -->
|
||||
<section class="py-20 bg-gray-light">
|
||||
<div class="container mx-auto px-4">
|
||||
<div class="text-center mb-16">
|
||||
<h2 class="text-4xl md:text-5xl font-bold mb-4">เรื่องน่ารู้ล่าสุด</h2>
|
||||
<p class="text-xl text-gray-600 max-w-3xl mx-auto">บทความเกี่ยวกับ SEO, AI และดิจิตอลมาร์เก็ตติ้ง</p>
|
||||
</div>
|
||||
|
||||
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
|
||||
<!-- Blog 1 -->
|
||||
<article class="bg-white rounded-2xl overflow-hidden shadow-md card-hover">
|
||||
<div class="p-6">
|
||||
<div class="flex flex-wrap gap-2 mb-4">
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">SEO</span>
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">Google</span>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 hover:text-secondary transition">
|
||||
<a href="/blog/core-web-vitals/" class="hover:underline">Core Web Vitals และ UX ปัจจัยการจัดอันดับ Google</a>
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4 line-clamp-3">ทำความเข้าใจ Core Web Vitals และ User Experience ที่มีผลต่อการจัดอันดับเว็บไซต์บน Google</p>
|
||||
<a href="/blog/core-web-vitals/" class="text-secondary font-medium hover:underline flex items-center gap-2">อ่านเพิ่มเติม →</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- Blog 2 -->
|
||||
<article class="bg-white rounded-2xl overflow-hidden shadow-md card-hover">
|
||||
<div class="p-6">
|
||||
<div class="flex flex-wrap gap-2 mb-4">
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">SEO</span>
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">Images</span>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 hover:text-secondary transition">
|
||||
<a href="/blog/alt-text-seo/" class="hover:underline">ALT Text กับ SEO ปัจจัยที่ 3 ของ Google</a>
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4 line-clamp-3">การเขียน ALT Text สำหรับรูปภาพ ช่วย SEO อย่างไร และทำไม Google ให้ความสำคัญ</p>
|
||||
<a href="/blog/alt-text-seo/" class="text-secondary font-medium hover:underline flex items-center gap-2">อ่านเพิ่มเติม →</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<!-- Blog 3 -->
|
||||
<article class="bg-white rounded-2xl overflow-hidden shadow-md card-hover">
|
||||
<div class="p-6">
|
||||
<div class="flex flex-wrap gap-2 mb-4">
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">SEO</span>
|
||||
<span class="text-xs bg-accent-blue text-white px-3 py-1 rounded-full">Ranking</span>
|
||||
</div>
|
||||
<h3 class="text-xl font-bold mb-3 hover:text-secondary transition">
|
||||
<a href="/blog/8-seo-factors/" class="hover:underline">8 ปัจจัย SEO สำหรับ Google Ranking</a>
|
||||
</h3>
|
||||
<p class="text-gray-600 mb-4 line-clamp-3">8 ปัจจัยสำคัญที่ Google ใช้ในการจัดอันดับเว็บไซต์ คุณทำครบหรือยัง?</p>
|
||||
<a href="/blog/8-seo-factors/" class="text-secondary font-medium hover:underline flex items-center gap-2">อ่านเพิ่มเติม →</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-12">
|
||||
<a href="/blog" class="btn-secondary text-xl">ดูบทความทั้งหมด</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="py-20 gradient-cta text-white">
|
||||
<div class="container mx-auto px-4 text-center">
|
||||
|
||||
Reference in New Issue
Block a user