From 0d0c38086d97a21681d61d0e326a1b2b60b73581 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:48:23 +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 dbb099c..f86d42d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,19 +67,19 @@ export default function LandingPage() { imageAlt: "Modern architectural building exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dutch-angle-shot-tall-apartment-building-windows_181624-4089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dutch-angle-shot-tall-apartment-building-windows_181624-4089.jpg?_wi=1", imageAlt: "Minimalist structural design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg?_wi=1", imageAlt: "Precision blueprint design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248391.jpg?_wi=1", imageAlt: "Contemporary avant-garde design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7134.jpg?_wi=1", imageAlt: "Structural engineering detail", }, ]} @@ -111,13 +111,13 @@ export default function LandingPage() { id: "p1", name: "Luxury Residence", price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/dutch-angle-shot-tall-apartment-building-windows_181624-4089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dutch-angle-shot-tall-apartment-building-windows_181624-4089.jpg?_wi=2", }, { id: "p2", name: "HQ Tower", price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg?_wi=2", }, { id: "p3", @@ -135,13 +135,13 @@ export default function LandingPage() { id: "p5", name: "Modern Museum", price: "Cultural", - imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248391.jpg?_wi=2", }, { id: "p6", name: "Urban Bridge", price: "Structural", - imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/windows-building-textures_1203-7134.jpg?_wi=2", }, ]} title="Projects" -- 2.49.1