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:
Kunthawat Greethong
2026-05-24 11:57:17 +07:00
parent b4a41c3ed4
commit e82f4b39f2
28 changed files with 55 additions and 55 deletions

View File

@@ -26,7 +26,7 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
<main class="bg-white min-h-screen pb-24 md:pb-0">
<!-- Hero Section -->
<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">
@@ -210,7 +210,7 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
</section>
<!-- Contact CTA -->
<section class="py-16 px-4 bg-gradient-to-br from-primary-700 to-primary-600 text-white text-center">
<section class="py-16 px-4 bg-gradient-to-br from-primary-700 to-primary-600 text-white text-center relative overflow-hidden">>
<div class="max-w-4xl mx-auto">
<h2 class="text-3xl font-bold mb-6">สนใจสินค้านี้?</h2>
<p class="text-lg text-primary-100 mb-8">ติดต่อ 090-555-1415 หรือแอดไลน์ @JPPSELECTION</p>