From e1cde58afdc9de70fcaa3e0a633d80c1416b5d72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:23:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 891b4fb..1b02aed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,31 +50,31 @@ export default function LandingPage() { description="Expert Guidance. Exclusive Access. Your Trusted Partner in Premium Real Estate." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=1", imageAlt: "Luxury High-rise Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "Modern Villa Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=2", imageAlt: "Luxury High-rise Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2", imageAlt: "Modern Villa Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=3", imageAlt: "Luxury High-rise Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=3", imageAlt: "Modern Villa Pune"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=4", imageAlt: "Modern Villa Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=4", imageAlt: "Luxury High-rise Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=5", imageAlt: "Modern Villa Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=5", imageAlt: "Luxury High-rise Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "Modern Villa Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=6", imageAlt: "Modern Villa Pune"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg", imageAlt: "Luxury High-rise Pune"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-apartment-buildings-with-modern-design_1268-15586.jpg?_wi=6", imageAlt: "Luxury High-rise Pune"}, ]} buttons={[ { -- 2.49.1