From 3b8c217a92090329e3cfa66ff8e7deb300fe9532 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:37:06 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 903efd3..7e107fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,21 +115,21 @@ export default function HomePage() { id: "property-1", name: "Modern Downtown Apartment", price: "$850,000", - imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg?_wi=1", imageAlt: "Modern luxury apartment", }, { id: "property-2", name: "Suburban Family Home", price: "$620,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=1", imageAlt: "Beautiful suburban residence", }, { id: "property-3", name: "Luxury Villa Estate", price: "$2,450,000", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=1", imageAlt: "Exclusive luxury villa", }, ]} @@ -149,7 +149,7 @@ export default function HomePage() { description="With over 20 years of experience in the luxury real estate market, Prestige Realty has established itself as the premier destination for discerning buyers and sellers seeking exceptional properties and expert guidance." subdescription="Our team of certified real estate professionals combines local market expertise with global perspectives to deliver unparalleled service in property transactions, investment opportunities, and portfolio management." icon={Home} - imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg?_wi=1" imageAlt="Prestige Realty professional team" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From f88f21683bb84cc04647d8a4f92016bb4495d4f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:37:06 +0000 Subject: [PATCH 2/2] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 28cf6cd..d827a73 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -93,7 +93,7 @@ export default function PropertiesPage() { ]} buttonAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg" + imageSrc="http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=2" imageAlt="Luxury property listings" mediaAnimation="slide-up" frameStyle="card" @@ -109,21 +109,21 @@ export default function PropertiesPage() { id: "property-1", name: "Modern Downtown Apartment", price: "$850,000", - imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/family-parents-living-room-scene_24877-49940.jpg?_wi=2", imageAlt: "Modern luxury apartment", }, { id: "property-2", name: "Suburban Family Home", price: "$620,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1446.jpg?_wi=2", imageAlt: "Beautiful suburban residence", }, { id: "property-3", name: "Luxury Villa Estate", price: "$2,450,000", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918962.jpg?_wi=3", imageAlt: "Exclusive luxury villa", }, ]} @@ -172,7 +172,7 @@ export default function PropertiesPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-urban-corporation-downtown-building_482257-124382.jpg?_wi=2" imageAlt="Real estate consultation" mediaAnimation="slide-up" buttonText="Schedule Tour" -- 2.49.1