From d4b99a1291e9498ddb2862b727bfa19253d57b26 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:57:28 +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 ba14dfa..16a9151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#properties", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -162,25 +162,25 @@ export default function LandingPage() { id: "p1", name: "Vanguard Estate", price: "$2.5M", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-sea-ocean-beach-around-umbrella-chair-leisure-travel-vacation_74190-14348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-sea-ocean-beach-around-umbrella-chair-leisure-travel-vacation_74190-14348.jpg?_wi=1", }, { id: "p2", name: "Serenity Haven", price: "$1.8M", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg?_wi=1", }, { id: "p3", name: "Vista Heights", price: "$3.2M", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", }, { id: "p4", name: "Grand Pavilion", price: "$4.1M", - imageSrc: "http://img.b2bpic.net/free-photo/house-with-marble-fence_1137-55.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-with-marble-fence_1137-55.jpg?_wi=1", }, { id: "p5", @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Aero Landbase exceeded every expectation with our new property investment.", tag: "Estate", avatarSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149938.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-pool-villa-spectacular-contemporary-design-digital-art-real-estate-home-house-property-ge_1258-150759.jpg?_wi=2", imageAlt: "luxury real estate home exterior", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "Seamless experience from consultation to acquisition. Truly premium service.", tag: "Land", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-sea-ocean-beach-around-umbrella-chair-leisure-travel-vacation_74190-14348.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-sea-ocean-beach-around-umbrella-chair-leisure-travel-vacation_74190-14348.jpg?_wi=2", imageAlt: "luxury modern villa swimming pool", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { quote: "The most professional agency I have partnered with for luxury projects.", tag: "Project", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064874.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg?_wi=2", imageAlt: "modern apartment interior design", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { quote: "Found our dream home thanks to their curated collection and dedication.", tag: "Home", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-talking-outside_23-2147707515.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=2", imageAlt: "modern home garden patio", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "Unmatched local expertise and market insight. Exceptional results.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-real-estate-agent_23-2151064922.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/house-with-marble-fence_1137-55.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-with-marble-fence_1137-55.jpg?_wi=2", imageAlt: "architectural detail house facade", }, ]} -- 2.49.1