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} 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"