ท่อไซเลอร์ (Syler Pipe)
ภาพรวม
diff --git a/dist/terms-and-conditions/index.html b/dist/terms-and-conditions/index.html
index 4096b0a1a..b3c317523 100644
--- a/dist/terms-and-conditions/index.html
+++ b/dist/terms-and-conditions/index.html
@@ -1,2 +1,2 @@
-
ข้อกำหนดการใช้งาน | ดีล พลัส เทค ข้อกำหนดและเงื่อนไข
Terms & Conditions
Version: 1.0.0 | 12 มีนาคม 2569
1. การยอมรับ
การใช้เว็บไซต์แสดงว่ายอมรับข้อกำหนดนี้
2. บริการ
จำหน่ายและให้คำปรึกษาเกี่ยวกับ:
- ท่อ PPR, ท่อ HDPE
- อุปกรณ์ระบบน้ำและ HVAC
- บริการหลังการขาย
3. ทรัพย์สินทางปัญญา
เนื้อหาทั้งหมดเป็นทรัพย์สินของบริษัทฯ ห้ามคัดลอกโดยไม่ได้รับอนุญาต
4. ข้อผูกพันผู้ใช้
- ใช้งานเพื่อวัตถุประสงค์ที่ชอบด้วยกฎหมาย
- ไม่ให้ข้อมูลที่เป็นเท็จ
- ไม่พยายามเข้าถึงระบบโดยไม่ได้รับอนุญาต
5. ข้อจำกัดความรับผิด
บริษัทฯ ไม่รับผิดชอบต่อความเสียหายใดๆ ที่เกิดจากการใช้เว็บไซต์
6. กฎหมายที่ใช้บังคับ
อยู่ภายใต้กฎหมายราชอาณาจักรไทย
7. ติดต่อ
บริษัท ดีล พลัส เทค จำกัด
อีเมล: info@dealplustech.co.th
โทร: 090-555-1415
\ No newline at end of file
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index eee9d3564..ccd60d163 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -41,7 +41,5 @@ const { title, description, image } = Astro.props;
diff --git a/src/styles/globals.css b/src/styles/globals.css
index c0dc445e0..df73f7fc3 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -1,5 +1,3 @@
-@import "tailwindcss";
-
@theme {
--color-primary-500: #22c55e;
--color-primary-600: #16a34a;
@@ -31,91 +29,3 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 700;
letter-spacing: -0.025em;
}
-
-.btn-primary {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding: 0.75rem 1.5rem;
- background-color: var(--color-primary-600);
- color: white;
- font-weight: 600;
- border-radius: 0.5rem;
- transition: all 0.2s;
-}
-
-.btn-primary:hover {
- background-color: var(--color-primary-700);
-}
-
-.btn-secondary {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding: 0.75rem 1.5rem;
- background-color: var(--color-secondary-800);
- color: white;
- font-weight: 600;
- border-radius: 0.5rem;
- transition: all 0.2s;
-}
-
-.btn-secondary:hover {
- background-color: var(--color-secondary-900);
-}
-
-.btn-outline {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- padding: 0.75rem 1.5rem;
- border: 2px solid var(--color-primary-600);
- color: var(--color-primary-600);
- background-color: transparent;
- font-weight: 600;
- border-radius: 0.5rem;
- transition: all 0.2s;
-}
-
-.btn-outline:hover {
- background-color: var(--color-primary-600);
- color: white;
-}
-
-.section-title {
- text-align: center;
- margin-bottom: 1rem;
- font-size: 1.875rem;
- font-weight: 700;
-}
-
-@media (min-width: 768px) {
- .section-title {
- font-size: 2.25rem;
- }
-}
-
-@media (min-width: 1024px) {
- .section-title {
- font-size: 3rem;
- }
-}
-
-.section-subtitle {
- text-align: center;
- color: var(--color-secondary-600);
- font-size: 1.125rem;
-}
-
-.card {
- background-color: white;
- border-radius: 0.75rem;
- transition: all 0.3s;
- overflow: hidden;
- box-shadow: 0 4px 6px -1px #0000001a;
-}
-
-.card:hover {
- transform: translateY(-0.25rem);
- box-shadow: 0 10px 15px -3px #0000001a;
-}