From 0e5b9c4cf7fc9140981dad8d13ea6a72855f0359 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:47:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e32ddd5..b7b7023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", imageAlt: "Luxury residential tower night photography"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=1", imageAlt: "Luxury residential tower night photography"}, ]} buttons={[{ text: "Download Investment Guide", href: "#contact" }]} buttonAnimation="blur-reveal" @@ -242,7 +242,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=2" imageAlt="Luxury building investment opportunity" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1