From 28a43b521df339f1c18222ec4e21a512bdf6e230 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:52:52 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7c87ba2..27ba73a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,11 +88,11 @@ export default function AboutPage() { title: "Property Buying", description: "Find your perfect home with expert guidance from our experienced agents. We help you navigate the buying process with confidence.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Modern apartment interior" + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=1", imageAlt: "Modern apartment interior" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury villa interior" + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=1", imageAlt: "Luxury villa interior" }, }, { @@ -100,11 +100,11 @@ export default function AboutPage() { title: "Property Selling", description: "Sell your property for the best price. Our marketing strategies and professional staging ensure maximum visibility and value.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Property showcase" + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=2", imageAlt: "Property showcase" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Luxury property" + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=2", imageAlt: "Luxury property" }, }, { @@ -112,11 +112,11 @@ export default function AboutPage() { title: "Investment Opportunities", description: "Explore lucrative real estate investment options. Our analysts provide market insights and property recommendations.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg", imageAlt: "Investment property" + "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161969.jpg?_wi=3", imageAlt: "Investment property" }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg", imageAlt: "Premium real estate" + "http://img.b2bpic.net/free-photo/hotel-lobby-interior_1127-3416.jpg?_wi=3", imageAlt: "Premium real estate" }, }, ]} -- 2.49.1