diff --git a/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro b/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro index 2899765..9ca068e 100644 --- a/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro +++ b/src/pages/ฉนวนหุ้มท่อ-pipe-insulation/index.astro @@ -53,6 +53,12 @@ import Footer from '@/components/common/Footer.astro'; 090-555-1415 + + + + + ดาวน์โหลดราคา +
@@ -330,26 +336,28 @@ import Footer from '@/components/common/Footer.astro'; -
+
diff --git a/src/pages/ท่อ-ppr-thai-ppr/index.astro b/src/pages/ท่อ-ppr-thai-ppr/index.astro index b5d99a1..83c0de5 100644 --- a/src/pages/ท่อ-ppr-thai-ppr/index.astro +++ b/src/pages/ท่อ-ppr-thai-ppr/index.astro @@ -53,6 +53,12 @@ import Footer from '@/components/common/Footer.astro'; 090-555-1415 + + + + + ดาวน์โหลดราคา +
@@ -223,7 +229,7 @@ import Footer from '@/components/common/Footer.astro';
+ +
+
+
+

ดาวน์โหลดราคาสินค้า

+ + +
+
Price List HDPE TAP
+
PDF - ดาวน์โหลดราคา
+
+
+
+
+
+
diff --git a/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro b/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro index 1fe66c0..78bfec2 100644 --- a/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro +++ b/src/pages/ท่อพีพีอาร์ตราช้าง/index.astro @@ -52,6 +52,10 @@ import Footer from '@/components/common/Footer.astro'; 090-555-1415 + + + ดาวน์โหลดราคา +
@@ -240,13 +244,16 @@ import Footer from '@/components/common/Footer.astro';
-
+
diff --git a/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro b/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro index de3889a..b5bc340 100644 --- a/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro +++ b/src/pages/ท่อระบายน้ำ-3-ชั้น-ไซเลนท/index.astro @@ -55,6 +55,10 @@ import Footer from '@/components/common/Footer.astro'; 090-555-1415 + + + ดาวน์โหลดราคา +
@@ -396,10 +400,10 @@ import Footer from '@/components/common/Footer.astro'; -
+
-
+
-

ดาวน์โหลดราคาสินค้า

- diff --git a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro index efe0599..c342187 100644 --- a/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro +++ b/src/pages/เม็กกรู๊ฟ-คับปลิ้ง/index.astro @@ -51,6 +51,10 @@ import Footer from '@/components/common/Footer.astro'; 090-555-1415 + + + ดาวน์โหลดราคา +
@@ -196,6 +200,22 @@ import Footer from '@/components/common/Footer.astro';
+ +
+ +
+
diff --git a/src/styles/global.css b/src/styles/global.css index 2b9049b..ac33527 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -37,6 +37,10 @@ } } + html { + scroll-padding-top: 200px; + } + body { @apply font-sans text-secondary-800 antialiased; overflow-x: hidden; @@ -135,20 +139,20 @@ /* White CTA button */ .btn-white { - @apply bg-white text-primary-700 px-8 py-4 rounded-lg - font-semibold tracking-wide transition-all duration-200; - box-shadow: 0 4px 0 #e5e7eb, 0 6px 12px rgba(0, 0, 0, 0.1); + @apply bg-white text-primary-700 px-5 py-3 rounded-lg + font-semibold tracking-wide transition-all duration-200 text-sm; + box-shadow: 0 3px 0 #e5e7eb, 0 4px 8px rgba(0, 0, 0, 0.1); } .btn-white:hover { @apply text-primary-600; transform: translateY(-2px); - box-shadow: 0 6px 0 #e5e7eb, 0 10px 20px rgba(0, 0, 0, 0.15); + box-shadow: 0 5px 0 #e5e7eb, 0 8px 16px rgba(0, 0, 0, 0.12); } .btn-white:active { - transform: translateY(2px); - box-shadow: 0 2px 0 #e5e7eb, 0 2px 6px rgba(0, 0, 0, 0.1); + transform: translateY(1px); + box-shadow: 0 2px 0 #e5e7eb, 0 2px 4px rgba(0, 0, 0, 0.1); } /* Outline button */ @@ -175,7 +179,7 @@ } .product-card-image img { - @apply w-full h-full object-contain p-6 transition-transform duration-500; + @apply w-full h-full object-cover transition-transform duration-500; transform: scale(1); }