Fix layout after removing animation code - clean structure
This commit is contained in:
@@ -456,9 +456,6 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
|
||||
|
||||
<div class="space-y-4">
|
||||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||||
<span class="font-medium text-neutral-900">ระบบรั้วไวน์แมนมีอายุการใช้งานนานเท่าไหร่?</span>
|
||||
@@ -473,9 +470,6 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
|
||||
</div>
|
||||
|
||||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||||
<span class="font-medium text-neutral-900">ระยะห่างของเสาควรเท่าไหร่?</span>
|
||||
@@ -490,9 +484,6 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
|
||||
</div>
|
||||
|
||||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||||
<span class="font-medium text-neutral-900">ติดตั้งระบบรั้วไวน์แมนยากหรือไม่?</span>
|
||||
@@ -507,9 +498,6 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
|
||||
</div>
|
||||
|
||||
<div class="border border-neutral-200 rounded-xl overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<details class="group">
|
||||
<summary class="flex items-center justify-between p-4 cursor-pointer bg-neutral-50 hover:bg-neutral-100 transition-colors">
|
||||
<span class="font-medium text-neutral-900">ควรเลือกตาข่ายถักปมหรือตาข่ายฟิคซ์ล็อค?</span>
|
||||
|
||||
@@ -71,9 +71,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
<!-- แอร์ติดผนัง -->
|
||||
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
|
||||
<div class="aspect-video overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ติดผนัง" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
@@ -89,9 +86,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
<!-- แอร์ตั้งตู้ -->
|
||||
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
|
||||
<div class="aspect-video overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<img src="/images/grilles/air-grille-content.jpg" alt="แอร์ตั้งตู้" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
@@ -107,9 +101,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
<!-- แอร์ฝังเพดาน -->
|
||||
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
|
||||
<div class="aspect-video overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ฝังเพดาน" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
@@ -125,9 +116,6 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
<!-- ระบบ VRF -->
|
||||
<div class="bg-white rounded-2xl overflow-hidden shadow-sm hover:shadow-xl transition-all border border-neutral-200">
|
||||
<div class="aspect-video overflow-hidden">
|
||||
<!-- Floating Particles -->
|
||||
</div>
|
||||
|
||||
<img src="/images/grilles/linear-slot-content.jpg" alt="ระบบ VRF" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
|
||||
Reference in New Issue
Block a user