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