From af8658dc55b55170a6330563a4b2f0ff8da1adac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:13:22 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 44e7100..95e616f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { title: "Sanft", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg" + imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=7" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -78,7 +78,7 @@ export default function LandingPage() { title: "Premium", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg" + imageSrc="http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307334.jpg?_wi=8" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -95,14 +95,14 @@ export default function LandingPage() { title: "Ursprung", description: "Schweizer Entwicklung.", buttonIcon: "Gem", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-chic-boho-dress-amongst-flowers_23-2150260822.jpg?_wi=3", imageAlt: "woman cleaning eyelash extensions gently", }, { title: "Zukunft", description: "Nachhaltig.", buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/what-have-you-got-me_329181-15365.jpg?_wi=7", imageAlt: "portrait elegant woman natural makeup", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() {