From 6f13e0bc68cc834427db129488d24ed58441804d Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 359d2ba..b0a2b60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { tagIcon={Leaf} imageSrc="https://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805333.jpg" imageAlt="Geüpcycled mode transformatie showcase" - imageClassName="w-1/2 h-auto object-cover object-center" + imageClassName="w-1/2 h-auto object-cover object-center crop-20" buttons={[ { text: "Verken Winkel", href: "/shop" }, { text: "Lees Ons Verhaal", href: "/about" } @@ -150,4 +150,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}