From fc5b2db5bc80d0dd19307f6be4657c689e19d62e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95fd2b2..54fe772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,27 +49,27 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg", + "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg?_wi=1", imageAlt: "Modern residential building", }, { imageSrc: - "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg", + "http://img.b2bpic.net/free-photo/developing-district-new-living-complex_23-2147694673.jpg?_wi=1", imageAlt: "Commercial property development", }, { imageSrc: - "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", + "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1", imageAlt: "Luxury apartment complex", }, { imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg", + "http://img.b2bpic.net/free-photo/low-angle-shot-high-rise-building-clear-blue-sky-with-white-clouds_181624-2242.jpg?_wi=1", imageAlt: "Modern building exterior", }, { imageSrc: - "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg", + "http://img.b2bpic.net/free-photo/new-york-city-manhattan-skyline_649448-1430.jpg?_wi=1", imageAlt: "City skyline property", }, ]} @@ -95,7 +95,7 @@ export default function HomePage() { name: "Skyline Tower Residency", price: "$2.5M - $8.5M", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", + "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=1", imageAlt: "Skyline Tower Residency", }, { @@ -103,7 +103,7 @@ export default function HomePage() { name: "Green Valley Villas", price: "$800K - $2.2M", imageSrc: - "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", + "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Green Valley Villas", }, { @@ -111,7 +111,7 @@ export default function HomePage() { name: "Tech Hub Business Park", price: "$5M - $15M", imageSrc: - "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg", + "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=1", imageAlt: "Tech Hub Business Park", }, ]} @@ -133,7 +133,7 @@ export default function HomePage() { "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: - "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", + "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "Residential complex", }, { @@ -143,7 +143,7 @@ export default function HomePage() { "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: - "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg", + "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=2", imageAlt: "Commercial property", }, { @@ -153,7 +153,7 @@ export default function HomePage() { "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", + "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=2", imageAlt: "Mixed-use development", }, ]} @@ -213,7 +213,7 @@ export default function HomePage() { name: "Crystal Park Towers", price: "$3.2M - $9.5M", imageSrc: - "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg", + "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162820.jpg?_wi=3", imageAlt: "Crystal Park Towers", }, { @@ -221,7 +221,7 @@ export default function HomePage() { name: "Harmony Heights", price: "$1.1M - $2.8M", imageSrc: - "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", + "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3", imageAlt: "Harmony Heights", }, { @@ -229,7 +229,7 @@ export default function HomePage() { name: "Business District Central", price: "$4.5M - $12M", imageSrc: - "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg", + "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=3", imageAlt: "Business District Central", }, ]} @@ -268,7 +268,7 @@ export default function HomePage() { company: "Kumar Construction Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -278,7 +278,7 @@ export default function HomePage() { company: "Elite Properties", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -288,7 +288,7 @@ export default function HomePage() { company: "Patel Real Estate Ventures", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Vikram Patel", }, { @@ -298,7 +298,7 @@ export default function HomePage() { company: "Horizon Developments", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Anjali Desai", }, { @@ -308,7 +308,7 @@ export default function HomePage() { company: "Singh Capital Group", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Arjun Singh", }, { @@ -318,7 +318,7 @@ export default function HomePage() { company: "Premium Realty Solutions", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Meera Gupta", }, ]} @@ -340,7 +340,7 @@ export default function HomePage() {