From dabaa31589b8283864c32af29cff9bb7fb2cd73d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:46:59 +0000 Subject: [PATCH] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 154c500..c7539ba 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -89,7 +89,7 @@ export default function PropertiesPage() { name: "Sunset Hills Estate", price: "$2,450,000", variant: "5 BR | 4.5 BA | 6,200 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Modern hillside estate with panoramic views", }, { @@ -97,7 +97,7 @@ export default function PropertiesPage() { name: "Oceanfront Villa", price: "$3,850,000", variant: "6 BR | 5 BA | 7,500 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-swimming-pool-hotel-resort_74190-8862.jpg?_wi=2", imageAlt: "Luxury beachfront villa with infinity pool", }, { @@ -105,7 +105,7 @@ export default function PropertiesPage() { name: "Downtown Penthouse", price: "$1,650,000", variant: "3 BR | 2.5 BA | 3,100 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone_23-2148230176.jpg?_wi=2", imageAlt: "Urban penthouse with city skyline views", }, { @@ -113,7 +113,7 @@ export default function PropertiesPage() { name: "Vineyard Manor", price: "$2,950,000", variant: "7 BR | 6 BA | 8,000 sq ft", - imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/farming-concept-with-vineyard_23-2148573794.jpg?_wi=2", imageAlt: "Sprawling estate on private vineyard grounds", }, ]} @@ -139,21 +139,21 @@ export default function PropertiesPage() { id: 1, title: "Prime Locations", description: "Properties situated in the most exclusive neighborhoods and coveted areas with strong appreciation potential.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-worker-crossed-arms-office_1139-202.jpg?_wi=2", imageAlt: "Prime location properties", }, { id: 2, title: "Premium Finishes", description: "High-end materials, designer finishes, and state-of-the-art amenities throughout every property.", - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148376374.jpg?_wi=2", imageAlt: "Premium interior finishes", }, { id: 3, title: "Investment Ready", description: "Each property vetted for appreciation potential, rental income opportunities, and long-term value.", - imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164709.jpg?_wi=2", imageAlt: "Investment property consulting", }, ]}