This commit is contained in:
2025-09-01 16:00:11 +02:00
parent 98eeb17359
commit e859c122cb
3 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export function Hero3() {
id="section-1" id="section-1"
data-story-section data-story-section
data-image="/images/hero_story1.jpg" data-image="/images/hero_story1.jpg"
className="relative w-full overflow-hidden h-[60vh] lg:h-auto mt-0" className="relative w-full overflow-hidden h-screen lg:h-auto mt-0"
> >
{/* Background Image - stays for mobile, hidden on lg (sticky column takes over) */} {/* Background Image - stays for mobile, hidden on lg (sticky column takes over) */}
<img <img

View File

@@ -17,7 +17,7 @@ export function Hero4() {
id="section-2" id="section-2"
data-story-section data-story-section
data-image="/images/hero_story2.jpg" data-image="/images/hero_story2.jpg"
className="relative w-full overflow-hidden h-[60vh] lg:h-auto mt-0" className="relative w-full overflow-hidden h-screen lg:h-auto mt-0"
> >
<img <img
src="/images/hero_story2.jpg" src="/images/hero_story2.jpg"