Auto-sync from website-creator

This commit is contained in:
Kunthawat
2026-04-02 09:40:03 +07:00
parent 82e8a5fda7
commit df2b00a914
8 changed files with 115 additions and 37 deletions

View File

@@ -53,6 +53,12 @@ import Footer from '@/components/common/Footer.astro';
</svg>
<span>090-555-1415</span>
</a>
<a href="#pricelist" class="btn-white flex items-center gap-2">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
<span>ดาวน์โหลดราคา</span>
</a>
</div>
<div class="space-y-4">
@@ -481,13 +487,16 @@ import Footer from '@/components/common/Footer.astro';
</section>
<!-- Product Prices Section -->
<section class="section bg-gray-50">
<section class="section gradient-mesh">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8 text-center">ดาวน์โหลดราคาสินค้า</h2>
<div class="max-w-md mx-auto">
<a href="/documents/2026-New Update Thermobreak Price List.pdf" target="_blank" class="flex items-center gap-4 p-4 bg-white rounded-xl shadow-sm hover:shadow-md transition-shadow">
<div class="card-glass p-8 max-w-lg mx-auto">
<h2 id="pricelist" class="text-lg sm:text-xl font-bold text-secondary-900 mb-6 text-center">ดาวน์โหลดราคาสินค้า</h2>
<a href="/documents/2026-New Update Thermobreak Price List.pdf" target="_blank" class="flex items-center gap-4 p-4 bg-secondary-50 rounded-xl hover:bg-secondary-100 transition-colors group">
<svg class="w-10 h-10 text-red-600 flex-shrink-0" fill="currentColor" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8l-6-6zm-1 9V3.5L18.5 9H13zM8 13h8v2H8v-2zm0 4h8v2H8v-2zm0-8h2v2H8V9z"/></svg>
<div><div class="font-medium text-secondary-900">Thermobreak Price List 2026</div><div class="text-sm text-secondary-500">PDF - ดาวน์โหลดราคา</div></div>
<div>
<div class="font-semibold text-secondary-900 group-hover:text-primary-600 transition-colors">Thermobreak Price List 2026</div>
<div class="text-sm text-secondary-500">PDF - ดาวน์โหลดราคา</div>
</div>
</a>
</div>
</div>