Fix animated hero background position and update Header menu
1. Fixed animated hero background - now inside the hero section with proper class structure 2. Changed อุปกรณ์ดับเพลิง to ตู้ดับเพลิง in Header main menu
This commit is contained in:
@@ -3,7 +3,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout title="อุปกรณ์ปรับอากาศ | ระบบปรับอากาศคุณภาพสูง ประหยัดพลังงาน" description="อุปกรณ์ปรับอากาศคุณภาพสูง ระบบ VRF, แอร์ธรรมดา, พัดลมและอุปกรณ์เสริม พร้อมบริการติดตั้งและดูแล">
|
||||
<section class="bg-gradient-to-br from-primary-700 to-primary-600 text-white py-12">
|
||||
<section class="bg-gradient-to-br from-primary-700 to-primary-600 text-white py-12 relative overflow-hidden">>
|
||||
|
||||
<!-- Animated Background -->
|
||||
<div class="absolute inset-0 overflow-hidden pointer-events-none">
|
||||
@@ -279,7 +279,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<section class="py-16 bg-gradient-to-br from-accent-500 to-accent-600 text-white">
|
||||
<section class="py-16 bg-gradient-to-br from-accent-500 to-accent-600 text-white relative overflow-hidden">>
|
||||
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h2 class="text-3xl lg:text-4xl font-bold mb-4">ต้องการคำแนะนำเพิ่มเติม?</h2>
|
||||
<p class="text-lg text-white/80 mb-8">ทีมงานผู้เชี่ยวชาญพร้อมให้บริการให้คำปรึกษาฟรี สำหรับการเลือกระบบปรับอากาศที่เหมาะสมกับพื้นที่ของคุณ</p>
|
||||
|
||||
Reference in New Issue
Block a user