From b9cd39fe1ca0263677ebaae63bb8c2ee0893e7c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 16:57:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80274f4..eef7c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { description="We specialize in high-end residential and commercial construction, delivering precision, elegance, and unmatched quality in every project." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=1", imageAlt: "Luxury villa exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=1", imageAlt: "Modern interior living space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=1", imageAlt: "Architectural project showcase", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=2", imageAlt: "Modern home entrance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=2", imageAlt: "Minimalist staircase design", }, ]} @@ -161,7 +161,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=3", }, { id: "p2", @@ -170,7 +170,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=3", }, { id: "p3", @@ -179,7 +179,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=2", }, { id: "p4", @@ -188,7 +188,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "6", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-building-exterior-night-with-warm-uplighting_84443-74861.jpg?_wi=4", }, { id: "p5", @@ -197,7 +197,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "4", - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091989.jpg?_wi=4", }, { id: "p6", @@ -206,7 +206,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004681.jpg?_wi=3", }, ]} title="Our Portfolio" -- 2.49.1