From b7b282323998ff14d2a28de39dc0ea1bf9f086f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:50 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 55f072f..79080c6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,28 +66,28 @@ export default function AboutPage() { id: "1", name: "Victoria Sterling", role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1", imageAlt: "Victoria Sterling" }, { id: "2", name: "James Whitmore", role: "Senior Agent", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=1", imageAlt: "James Whitmore" }, { id: "3", name: "Alexandra Chen", role: "International Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=1", imageAlt: "Alexandra Chen" }, { id: "4", name: "Marcus Thompson", role: "Investment Advisor", - imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg?_wi=1", imageAlt: "Marcus Thompson" } ]} -- 2.49.1 From cbbfe5dd011a973e5575a1f550cf9ead84053fa7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:51 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 893b194..c870126 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -71,21 +71,21 @@ export default function ContactPage() { id: "01", title: "20+ Years Experience", description: "Over two decades of excellence in luxury real estate sales and client satisfaction.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=2", imageAlt: "Experience in luxury real estate" }, { id: "02", title: "Global Network", description: "International connections enabling access to exclusive off-market opportunities worldwide.", - imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=3", imageAlt: "Global network" }, { id: "03", title: "White-Glove Service", description: "Dedicated concierge support managing every aspect of your property transaction.", - imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=2", imageAlt: "Premium service" } ]} @@ -112,7 +112,7 @@ export default function ContactPage() { quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2", imageAlt: "Penthouse listing" }, { @@ -123,7 +123,7 @@ export default function ContactPage() { quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.", tag: "International Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg?_wi=2", imageAlt: "Global luxury property" }, { @@ -134,7 +134,7 @@ export default function ContactPage() { quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.", tag: "Investment Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg?_wi=2", imageAlt: "Estate portfolio" } ]} -- 2.49.1 From 6984f1eb89d52303d370896f59062743283cb465 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:51 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4074bb..43e15cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function HomePage() { ]} buttonAnimation="entrance-slide" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", imageAlt: "Modern luxury mansion with pool" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", imageAlt: "Beachfront contemporary villa" }, + { imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=1", imageAlt: "Modern luxury mansion with pool" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=1", imageAlt: "Beachfront contemporary villa" }, { imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageAlt: "Penthouse with city views" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg", imageAlt: "Historic mansion with gardens" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg?_wi=1", imageAlt: "Historic mansion with gardens" }, { imageSrc: "http://img.b2bpic.net/free-photo/wedding-morning-luxury-woman-man-before-wedding-hotel-near-pool_624325-4204.jpg", imageAlt: "Mediterranean estate" } ]} mediaAnimation="entrance-slide" @@ -83,7 +83,7 @@ export default function HomePage() { name: "Oceanfront Masterpiece", price: "$8,500,000", variant: "Malibu, California", - imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=1", imageAlt: "Beachfront luxury home" }, { @@ -91,7 +91,7 @@ export default function HomePage() { name: "Manhattan Penthouse", price: "$12,000,000", variant: "Upper East Side, NY", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg?_wi=1", imageAlt: "Penthouse with skyline views" }, { @@ -99,7 +99,7 @@ export default function HomePage() { name: "Miami Modern Sanctuary", price: "$6,750,000", variant: "Brickell, Miami", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg?_wi=1", imageAlt: "Contemporary Miami residence" } ]} @@ -126,28 +126,28 @@ export default function HomePage() { id: "01", title: "Property Acquisition", description: "Strategic sourcing of premium properties aligned with your investment objectives and lifestyle preferences.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=1", imageAlt: "Property acquisition service" }, { id: "02", title: "Market Analysis", description: "In-depth market research and valuation expertise ensuring informed decisions on luxury real estate investments.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=1", imageAlt: "Market analysis service" }, { id: "03", title: "International Connections", description: "Global network of luxury property specialists enabling access to exclusive off-market opportunities worldwide.", - imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=1", imageAlt: "International network service" }, { id: "04", title: "Concierge Support", description: "Dedicated concierge team managing all aspects of your property transaction and ownership experience.", - imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourists-going-through-check-process-hotel-reception-desk_482257-82845.jpg?_wi=1", imageAlt: "Concierge support service" } ]} @@ -193,7 +193,7 @@ export default function HomePage() { quote: "The team at Luxe Properties understood my vision perfectly. They found me the ideal penthouse within my demanding timeline. Their professionalism and discretion were impeccable.", tag: "Premium Service", avatarSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1", imageAlt: "Penthouse listing" }, { @@ -204,7 +204,7 @@ export default function HomePage() { quote: "I needed a property in multiple countries. Luxe Properties leveraged their international network seamlessly. The investment guidance alone was worth far more than their commission.", tag: "International Expertise", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-outdoor-swimming-pool-hotel-resort_74190-7433.jpg?_wi=1", imageAlt: "Global luxury property" }, { @@ -215,7 +215,7 @@ export default function HomePage() { quote: "Their market analysis was incredibly thorough. They helped me build a diversified luxury real estate portfolio across three continents. Highly recommended.", tag: "Investment Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/luxury-real-estate-instagram-posts_23-2150673419.jpg?_wi=1", imageAlt: "Estate portfolio" }, { -- 2.49.1 From cdc0f2622c1bad3493f14a5c127896125c3ea100 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:51 +0000 Subject: [PATCH 4/5] Update src/app/properties/page.tsx --- src/app/properties/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/properties/page.tsx b/src/app/properties/page.tsx index 53d11ca..44f3c32 100644 --- a/src/app/properties/page.tsx +++ b/src/app/properties/page.tsx @@ -55,7 +55,7 @@ export default function PropertiesPage() { name: "Oceanfront Masterpiece", price: "$8,500,000", variant: "Malibu, California", - imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg?_wi=2", imageAlt: "Beachfront luxury home" }, { @@ -63,7 +63,7 @@ export default function PropertiesPage() { name: "Manhattan Penthouse", price: "$12,000,000", variant: "Upper East Side, NY", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-central-park-aerial-view_649448-1415.jpg?_wi=2", imageAlt: "Penthouse with skyline views" }, { @@ -71,7 +71,7 @@ export default function PropertiesPage() { name: "Miami Modern Sanctuary", price: "$6,750,000", variant: "Brickell, Miami", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-resort-palm-trees-summer-time_116348-4.jpg?_wi=2", imageAlt: "Contemporary Miami residence" }, { @@ -79,7 +79,7 @@ export default function PropertiesPage() { name: "Beverly Hills Estate", price: "$15,200,000", variant: "Beverly Hills, CA", - imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=2", imageAlt: "Luxury estate in Beverly Hills" }, { @@ -87,7 +87,7 @@ export default function PropertiesPage() { name: "London Townhouse", price: "$9,800,000", variant: "Mayfair, London", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912529.jpg?_wi=2", imageAlt: "Historic London townhouse" }, { @@ -95,7 +95,7 @@ export default function PropertiesPage() { name: "Swiss Alpine Retreat", price: "$7,200,000", variant: "Zermatt, Switzerland", - imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ancient-colonnade-surrounded-by-green-garden-city-center-architectural-harmony-nature_169016-69859.jpg?_wi=2", imageAlt: "Alpine luxury resort" } ]} @@ -122,21 +122,21 @@ export default function PropertiesPage() { id: "01", title: "Detailed Property Valuation", description: "Comprehensive appraisals using comparable market analysis, historical appreciation, and unique property characteristics.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=2", imageAlt: "Property valuation service" }, { id: "02", title: "Financing Guidance", description: "Expert advice on luxury property financing options, including international lending and portfolio strategies.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2", imageAlt: "Financing consultation" }, { id: "03", title: "Legal & Tax Planning", description: "Coordinated support with legal experts ensuring compliance and optimizing tax implications of your acquisition.", - imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=2", imageAlt: "Legal planning service" } ]} -- 2.49.1 From 36604d5378144e01a30950f6b741daa3eef8cda6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:41:52 +0000 Subject: [PATCH 5/5] Update src/app/team/page.tsx --- src/app/team/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index aecee89..cd189b2 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -49,28 +49,28 @@ export default function TeamPage() { id: "1", name: "Victoria Sterling", role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=3", imageAlt: "Victoria Sterling" }, { id: "2", name: "James Whitmore", role: "Senior Agent", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg?_wi=2", imageAlt: "James Whitmore" }, { id: "3", name: "Alexandra Chen", role: "International Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg?_wi=2", imageAlt: "Alexandra Chen" }, { id: "4", name: "Marcus Thompson", role: "Investment Advisor", - imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-businessman-discussing-using-digital-tablet_23-2147899929.jpg?_wi=2", imageAlt: "Marcus Thompson" } ]} @@ -98,21 +98,21 @@ export default function TeamPage() { id: "01", title: "Residential Luxury", description: "Expert representation in high-end residential properties from penthouses to estates.", - imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=3", imageAlt: "Luxury residential" }, { id: "02", title: "International Markets", description: "Deep expertise in global luxury markets across Americas, Europe, Asia, and beyond.", - imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/connected-world-map_23-2147622844.jpg?_wi=4", imageAlt: "International markets" }, { id: "03", title: "Investment Strategy", description: "Portfolio optimization and investment analysis for long-term wealth building.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-financial-data-computer_9975-22514.jpg?_wi=3", imageAlt: "Investment analysis" } ]} -- 2.49.1