From f01304288aa3b9aa0173ba0d46efe6c3bc1fce93 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 19:16:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 983ce73..378df3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,12 +68,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826266.jpg?_wi=1", imageAlt: "Luxus Interieur", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg?_wi=1", imageAlt: "Boutique Atmosphäre", }, { @@ -126,13 +126,13 @@ export default function LandingPage() { { title: "Beratung auf Augenhöhe", description: "Persönlicher Service für höchste Ansprüche.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826266.jpg?_wi=2", imageAlt: "skilled craftsman working luxury", }, { title: "Atmosphäre zum Verweilen", description: "Besuchen Sie unser Ladenlokal in zentraler Lage.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861880.jpg?_wi=2", imageAlt: "skilled craftsman working luxury", }, ]} -- 2.49.1