From 471d6a4a17de699db831af74817d00bf9415e962 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:30:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index becd014..b43a093 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,37 +111,37 @@ export default function LandingPage() { id: "p1", name: "Emerald Estate, Lagos", price: "₦4,000,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=1", }, { id: "p2", name: "Golden View, Abuja", price: "₦6,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=2", }, { id: "p3", name: "Riverside Plots, Port Harcourt", price: "₦3,800,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=3", }, { id: "p4", name: "Royal Haven, Ibadan", price: "₦2,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=4", }, { id: "p5", name: "Summit Park, Enugu", price: "₦3,200,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=5", }, { id: "p6", name: "Legacy Heights, Kano", price: "₦2,000,000", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-business-work-money-concept_53876-122749.jpg?_wi=6", }, ]} title="Affordable Land, High Future Value" @@ -188,27 +188,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah O.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=1", }, { id: "t2", name: "Michael B.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg?_wi=1", }, { id: "t3", name: "Chidi A.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=2", }, { id: "t4", name: "Amaka N.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193992.jpg?_wi=2", }, { id: "t5", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=3", }, ]} cardTitle="What Our Investors Say" -- 2.49.1