From ec90aa3a2fd8beeaa52ada61b98cd072372038b5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 937519f..bb5de63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="Trusted Real Estate Experts" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=1", imageAlt: "Luxury home exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=1", imageAlt: "Modern interior living space", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { description: "Transparent dealings in every contract.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg?_wi=1" imageAlt="Real estate professional working" tagIcon={BookOpen} mediaAnimation="slide-up" @@ -140,14 +140,14 @@ export default function LandingPage() { name: "Modern Luxury Villa", price: "$1,250,000", variant: "Villa", - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-695.jpg?_wi=1", }, { id: "2", name: "City View Apartment", price: "$650,000", variant: "Apartment", - imageSrc: "http://img.b2bpic.net/free-photo/copper-sink-elegant-kitchen-counter-country-house_628469-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-sink-elegant-kitchen-counter-country-house_628469-514.jpg?_wi=1", }, { id: "3", @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "Fantastic experience finding our family home.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/couple-signing-papers-fr-new-house_23-2149383566.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-stairs_23-2149204468.jpg?_wi=2", imageAlt: "professional headshot business client", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { quote: "Professional, transparent, and efficient service.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-family-their-dg-relaxing-by-window-home-looking-through-it_637285-2902.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg?_wi=2", imageAlt: "professional headshot business client", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { quote: "Sold my property above asking price.", tag: "Seller", avatarSrc: "http://img.b2bpic.net/free-photo/receiving-keys-happy-couple-together-their-new-house-conception-moving_146671-16174.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg?_wi=2", imageAlt: "professional headshot business client", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "Guided me through every step seamlessly.", tag: "Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-senior-couple-indoors_23-2149390971.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-woman-short-summer-dress-outside-villa-hotel-by-tree-blue-swimming-pool_343596-695.jpg?_wi=2", imageAlt: "professional headshot business client", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "Unmatched expertise in high-end properties.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/copper-sink-elegant-kitchen-counter-country-house_628469-514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copper-sink-elegant-kitchen-counter-country-house_628469-514.jpg?_wi=2", imageAlt: "professional headshot business client", }, ]} -- 2.49.1