From d94b1d8a312763aa2369a4dbc59f649a59399a15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:54:41 +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 328cf1f..5882d0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { imageAlt: "Elegant Interior Living Space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg?_wi=1", imageAlt: "Luxury Kitchen Design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg?_wi=1", imageAlt: "Luxury Swimming Pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg?_wi=1", imageAlt: "Modern Contemporary Living Room", }, ]} @@ -121,7 +121,7 @@ export default function LandingPage() { id: "p1", name: "Modern Luxury Villa", price: "$1,250,000", - imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg?_wi=2", }, { id: "p2", @@ -139,13 +139,13 @@ export default function LandingPage() { id: "p4", name: "Waterfront Estate", price: "$2,400,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg?_wi=2", }, { id: "p5", name: "Penthouse Suite", price: "$1,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg?_wi=2", }, { id: "p6", -- 2.49.1