From 82207442cc083143e9302199190da4d4402c977d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:39:46 +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 7318592..4e24df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,27 +71,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=1", imageAlt: "Luxurious living room design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=2", imageAlt: "Luxurious living room design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=3", imageAlt: "Luxurious living room design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=4", imageAlt: "Luxurious living room design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=5", imageAlt: "Luxurious living room design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5968.jpg?_wi=6", imageAlt: "Luxurious living room design", }, ]} @@ -178,7 +178,7 @@ export default function LandingPage() { { id: "1", name: "Julia R.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-style_53876-144814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-style_53876-144814.jpg?_wi=1", }, { id: "2", @@ -198,7 +198,7 @@ export default function LandingPage() { { id: "5", name: "Sarah K.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-style_53876-144814.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-style_53876-144814.jpg?_wi=2", }, ]} cardTitle="Client Voices" -- 2.49.1