Add sticky image wrapper to all product hero sections

This commit is contained in:
Kunthawat Greethong
2026-05-24 20:10:44 +07:00
parent 9fc6951dd4
commit c0975d6493
8 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
<div class="grid lg:grid-cols-2 gap-12 items-start">
<div class="order-2 lg:order-1">
<div class="lg:sticky lg:top-24">
<div class="rounded-2xl overflow-hidden">
<img src="/images/products-cropped/durgo_000C.jpg" alt="DURGO AVVs" class="w-full h-auto rounded-xl" width="600" height="400" loading="eager" />
</div>