Fix layout after removing animation code - clean structure
This commit is contained in:
@@ -71,10 +71,7 @@ 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" />
|
||||
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ติดผนัง" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ติดผนัง</h3>
|
||||
@@ -89,10 +86,7 @@ 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" />
|
||||
<img src="/images/grilles/air-grille-content.jpg" alt="แอร์ตั้งตู้" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ตั้งตู้</h3>
|
||||
@@ -107,10 +101,7 @@ 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" />
|
||||
<img src="/images/grilles/supply-air-content.jpg" alt="แอร์ฝังเพดาน" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
<h3 class="text-lg font-bold text-neutral-900 mb-2">แอร์ฝังเพดาน</h3>
|
||||
@@ -125,10 +116,7 @@ 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" />
|
||||
<img src="/images/grilles/linear-slot-content.jpg" alt="ระบบ VRF" class="w-full h-full object-cover" loading="lazy" />
|
||||
</div>
|
||||
<div class="p-5">
|
||||
<h3 class="text-lg font-bold text-neutral-900 mb-2">ระบบ VRF</h3>
|
||||
|
||||
Reference in New Issue
Block a user