fix: remove text label from grilles floating card in homepage hero
The กริลแอร์ floating card image remains in the homepage hero, but the 'กริลแอร์คุณภาพสูง' text label that previously overlaid the card has been removed.
This commit is contained in:
@@ -111,9 +111,6 @@ const articles = (await getCollection('blog')).sort(
|
||||
<!-- Card 3 - Large, center front -->
|
||||
<div class="absolute top-32 left-1/2 -translate-x-1/2 w-52 lg:w-72 rounded-2xl shadow-2xl overflow-hidden animate-float-delayed-2 glass-strong tilt-card z-10">
|
||||
<img src="/images/products-cropped/grilles_000C.jpg" alt="กริลแอร์" class="w-full h-full object-cover" loading="lazy" />
|
||||
<div class="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-black/60 to-transparent p-4">
|
||||
<p class="text-white font-medium">กริลแอร์คุณภาพสูง</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Decorative Elements -->
|
||||
|
||||
Reference in New Issue
Block a user