fix: Add max-w-4xl to remaining sections in thermobreak page

This commit is contained in:
OpenCode Agent
2026-04-02 20:44:46 +07:00
parent d1df5c01d4
commit c589a62b25

View File

@@ -348,6 +348,7 @@ import Footer from '@/components/common/Footer.astro';
<!-- Applications Section -->
<section id="applications" class="section bg-gray-50">
<div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-xl font-bold text-secondary-900 mb-8">การใช้งานเทอร์โมเบรค</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white p-6 rounded-lg shadow-sm">
@@ -400,6 +401,7 @@ import Footer from '@/components/common/Footer.astro';
<!-- Project References Section -->
<section id="projects" class="section bg-white">
<div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-xl font-bold text-secondary-900 mb-8">ตัวอย่างโครงการที่ใช้เทอร์โมเบรค</h2>
<p class="text-lg text-secondary-700 mb-8">เทอร์โมเบรคถูกใช้งานในโครงการขนาดใหญ่ทั่วโลกและในประเทศไทย รวมถึง:</p>
<div class="grid md:grid-cols-2 gap-6">
@@ -428,11 +430,13 @@ import Footer from '@/components/common/Footer.astro';
<p class="text-lg text-secondary-800"><strong>ติดต่อเรา</strong> เพื่อขอรายละเอียดโครงการและคำแนะนำการใช้งานสำหรับโครงการของคุณ</p>
</div>
</div>
</div>
</section>
<!-- Thickness Selection Guide -->
<section id="thickness-guide" class="section bg-gray-50">
<div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-xl font-bold text-secondary-900 mb-8">คำแนะนำการเลือกความหนาฉนวน</h2>
<div class="overflow-x-auto">
<table class="w-full border-collapse bg-white rounded-lg shadow-sm">
@@ -458,11 +462,13 @@ import Footer from '@/components/common/Footer.astro';
</div>
<p class="text-sm text-secondary-600 mt-4">* ความหนาที่แนะนำขึ้นอยู่กับอุณหภูมิทำงานและสภาพแวดล้อม ติดต่อเราเพื่อขอคำแนะนำที่เหมาะสม</p>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="section bg-white">
<div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-xl font-bold text-secondary-900 mb-8">คำถามที่พบบ่อย</h2>
<div class="space-y-4">
<div class="bg-gray-50 rounded-lg p-4">
@@ -487,6 +493,7 @@ import Footer from '@/components/common/Footer.astro';
</div>
</div>
</div>
</div>
</section>
<!-- Product Prices Section -->