From f0f9270a28fd9e9eba98b642beb2f38247835c63 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 06:38:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c038681..a74bc3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,15 +84,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg?_wi=1", imageAlt: "Luxurious living room with modern sofa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Modern dining room with wooden table and chairs", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160174.jpg?_wi=1", imageAlt: "Elegant bedroom interior with comfortable bed", }, { @@ -157,7 +157,7 @@ export default function LandingPage() { imageAlt: "Interior designer sketching furniture layout", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-zoom-calls-with-chair-plant_23-2149684454.jpg?_wi=2", imageAlt: "artisan crafting wooden furniture details", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { imageAlt: "Happy customer admiring new living room", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "artisan crafting wooden furniture details", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { imageAlt: "Modern furniture showroom", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-nordic-minimalism-japanese-wabi-sabi-interior-design-blend_23-2151160174.jpg?_wi=2", imageAlt: "artisan crafting wooden furniture details", }, ]} -- 2.49.1