From 05192a216083b0e52d5cae34e657b6f36e236059 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 01:22:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9522747..4d73b91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,53 +51,53 @@ export default function LandingPage() { description="Discover premium quality and unparalleled service in the heart of the city." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=1", imageAlt: "Showroom view 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=2", imageAlt: "Showroom view 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=3", imageAlt: "Showroom view 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=4", imageAlt: "Showroom view 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=5", imageAlt: "Showroom view 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=6", imageAlt: "Showroom view 6", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=7", imageAlt: "Showroom detail 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=8", imageAlt: "Showroom detail 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=9", imageAlt: "Showroom detail 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=10", imageAlt: "Showroom detail 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=11", imageAlt: "Showroom detail 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=12", imageAlt: "Showroom detail 6", }, ]} @@ -236,7 +236,7 @@ export default function LandingPage() { role: "CEO", company: "DesignCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=13", }, { id: "t2", @@ -244,7 +244,7 @@ export default function LandingPage() { role: "Architect", company: "UrbanBuild", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=14", }, { id: "t3", @@ -252,7 +252,7 @@ export default function LandingPage() { role: "Designer", company: "StudioLux", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=15", }, { id: "t4", @@ -260,7 +260,7 @@ export default function LandingPage() { role: "Founder", company: "HomePro", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=16", }, { id: "t5", @@ -268,7 +268,7 @@ export default function LandingPage() { role: "Creative", company: "ArtisticVibe", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397577.jpg?_wi=17", }, ]} /> -- 2.49.1