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"