feat(grilles): add round diffuser images to product page
This commit is contained in:
BIN
public/images/grilles/round-grille-angle.jpg
Normal file
BIN
public/images/grilles/round-grille-angle.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
public/images/grilles/round-grille-front.jpg
Normal file
BIN
public/images/grilles/round-grille-front.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
@@ -188,6 +188,11 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
<li><strong>Round Diffuser (แบบกลม):</strong> ให้ความรู้สึกที่ดูนุ่มนวลและทันสมัย เหมาะกับพื้นที่ที่ต้องการการออกแบบที่โดดเด่น</li>
|
||||
</ul>
|
||||
|
||||
<div class="grid grid-cols-1 gap-4 my-6 sm:grid-cols-2">
|
||||
<img src="/images/grilles/round-grille-front.jpg" alt="หน้ากากแอร์ทรงกลม (Round Diffuser) ด้านหน้า" class="w-full rounded-xl border border-slate-100 shadow-md object-contain" loading="lazy" decoding="async" />
|
||||
<img src="/images/grilles/round-grille-angle.jpg" alt="หน้ากากแอร์ทรงกลม (Round Diffuser) มุมเอียง" class="w-full rounded-xl border border-slate-100 shadow-md object-contain" loading="lazy" decoding="async" />
|
||||
</div>
|
||||
|
||||
<h4 class="text-xl font-semibold text-neutral-800 mt-6 mb-2">Linear Diffuser (หน้ากากแอร์แบบแนวยาว)</h4>
|
||||
<ul class="list-disc pl-6 space-y-2 text-lg text-neutral-700">
|
||||
<li><strong>Linear Slot Diffuser (แบบช่องยาว):</strong> มีลักษณะเป็นช่องแคบๆ ยาวๆ ให้ความสวยงามและทันสมัย นิยมใช้ในโรงแรมหรืออาคารที่เน้นดีไซน์</li>
|
||||
|
||||
Reference in New Issue
Block a user