From 9ad5ff96fa7063c087b702c4555e27fd5d26728f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:07:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 469d76b..b86d147 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/blue-tiled-background_53876-89445.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blue-tiled-background_53876-89445.jpg?_wi=1" imageAlt="Professionelle Fliesenarbeiten im Badezimmer" mediaAnimation="slide-up" avatars={[ @@ -176,7 +176,7 @@ export default function LandingPage() { icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg" + imageSrc="http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg?_wi=1" imageAlt="Fliesenleger Werkzeuge und Fliesen auf Baustelle" mediaAnimation="slide-up" /> @@ -198,7 +198,7 @@ export default function LandingPage() { imageAlt: "Modernes Badezimmer mit eleganten Fliesen", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/blue-tiled-background_53876-89445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-tiled-background_53876-89445.jpg?_wi=2", imageAlt: "elegant bathroom tiling finished project", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { imageAlt: "Stilvolle Küchenfliesen und Backsplash", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15364.jpg?_wi=2", imageAlt: "elegant bathroom tiling finished project", }, { @@ -233,11 +233,11 @@ export default function LandingPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=1", imageAlt: "Terrassenfliesen im Außenbereich", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-boho-kitchen-interior_23-2149637996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-boho-kitchen-interior_23-2149637996.jpg?_wi=1", imageAlt: "elegant bathroom tiling finished project", }, ]} @@ -257,14 +257,14 @@ export default function LandingPage() { id: "p1", name: "Elegantes Bad", price: "Individuelles Angebot", - imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/backlit-mirror-minimalist-sink-spa-bathroom_169016-68891.jpg?_wi=2", imageAlt: "Elegantes Badezimmer mit weißen Fliesen", }, { id: "p2", name: "Moderne Küche", price: "Individuelles Angebot", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-boho-kitchen-interior_23-2149637996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-boho-kitchen-interior_23-2149637996.jpg?_wi=2", imageAlt: "Moderne Küche mit stylischen Backsplash-Fliesen", }, { -- 2.49.1