From 25c91c571169665c671efc681cd33dbffa875de0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:06:42 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c613a66..062311f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -98,7 +98,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=2" /> -- 2.49.1 From ad5d14e9f00df920bec2d9305dd0206856d443bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:06:42 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a88d75b..9a1a387 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -56,7 +56,7 @@ export default function HomePage() { text: "Details", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-working-roof_23-2148748777.jpg?_wi=1", }, { tag: "Sanierung", -- 2.49.1