diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fa1e25..359d2ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,13 @@ 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/3 h-auto" + imageClassName="w-1/2 h-auto object-cover object-center" buttons={[ { text: "Verken Winkel", href: "/shop" }, { text: "Lees Ons Verhaal", href: "/about" } ]} buttonClassName="px-8 py-4 text-lg font-semibold" + mediaWrapperClassName="flex justify-center items-center" />