From cf9aaf01e70a95b1b27f54252c84eb52a87c5ad9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:41:51 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bc12dbc..9b425c8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { description="With over 15 years of experience in the Greater Toronto Area real estate market, David Azizi specializes in helping clients navigate luxury properties, investment opportunities, and first-time home purchases. My commitment to excellence and client satisfaction has earned me recognition as one of the region's top real estate professionals." tag="About Me" buttons={[{ text: "Contact David", href: "/contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=2" imageAlt="David Azizi Real Estate Agent" useInvertedBackground={false} /> @@ -98,7 +98,7 @@ export default function AboutPage() { { id: "1", name: "David Azizi", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "David Azizi, Principal Real Estate Agent", }, { @@ -110,7 +110,7 @@ export default function AboutPage() { { id: "3", name: "Marcus Sterling", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Marcus Sterling, Investment Specialist", }, ]} -- 2.49.1 From efa32ade45f86575ee434f4c7438ceaf82bc6c6d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:41:52 +0000 Subject: [PATCH 2/4] Update src/app/listings/page.tsx --- src/app/listings/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/listings/page.tsx b/src/app/listings/page.tsx index 269ed5a..b01e62d 100644 --- a/src/app/listings/page.tsx +++ b/src/app/listings/page.tsx @@ -86,21 +86,21 @@ export default function ListingsPage() { id: "1", name: "Luxury Penthouse - Downtown Toronto", price: "$2.45M", - imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=2", imageAlt: "Downtown Toronto luxury penthouse", }, { id: "2", name: "Contemporary Estate - Rosedale", price: "$1.89M", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2", imageAlt: "Rosedale contemporary estate home", }, { id: "3", name: "Modern Townhouse - King West", price: "$1.25M", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "King West modern townhouse", }, ]} @@ -121,21 +121,21 @@ export default function ListingsPage() { id: "4", name: "Luxury Condo - Yorkville", price: "$950K", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=3", imageAlt: "Yorkville luxury condo", }, { id: "5", name: "Heritage Home - Distillery District", price: "$1.65M", - imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=3", imageAlt: "Distillery District heritage property", }, { id: "6", name: "Modern Loft - Queen West", price: "$875K", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Queen West modern loft", }, ]} -- 2.49.1 From d08f6803b39d05c9f86fceffc15c2e0e38a55693 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:41:52 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5efdfc9..56e94e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function HomePage() { description="With over 15 years of experience in the Greater Toronto Area real estate market, David Azizi specializes in helping clients navigate luxury properties, investment opportunities, and first-time home purchases. My commitment to excellence and client satisfaction has earned me recognition as one of the region's top real estate professionals." tag="About Me" buttons={[{ text: "Learn More", href: "/about" }]} - imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg" + imageSrc="http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-posing-near-office-building_1262-21023.jpg?_wi=1" imageAlt="David Azizi Real Estate Agent" useInvertedBackground={false} /> @@ -134,21 +134,21 @@ export default function HomePage() { id: "1", name: "Luxury Penthouse - Downtown Toronto", price: "$2.45M", - imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/family-is-resting-windowsill-bed_651396-2780.jpg?_wi=1", imageAlt: "Downtown Toronto luxury penthouse", }, { id: "2", name: "Contemporary Estate - Rosedale", price: "$1.89M", - imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=1", imageAlt: "Rosedale contemporary estate home", }, { id: "3", name: "Modern Townhouse - King West", price: "$1.25M", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "King West modern townhouse", }, ]} @@ -175,7 +175,7 @@ export default function HomePage() { tag: "Home Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", avatarAlt: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=1", }, { id: "2", @@ -199,7 +199,7 @@ export default function HomePage() { tag: "First-Time Purchase", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", avatarAlt: "Lisa Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=1", }, { id: "4", @@ -223,7 +223,7 @@ export default function HomePage() { tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", avatarAlt: "Amanda Foster", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-keys-just-bought-new-appartment_1303-28900.jpg?_wi=2", }, { id: "6", @@ -235,7 +235,7 @@ export default function HomePage() { tag: "Luxury Estate", avatarSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", avatarAlt: "Jennifer & Tom Bradley", - imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handshake-after-successful-deal-couple-female-signing-contract-vertical_1163-4186.jpg?_wi=2", }, ]} textboxLayout="default" -- 2.49.1 From fc6ec23f21a92b6795ffe4fe6ff388d4eaa5d45d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:41:53 +0000 Subject: [PATCH 4/4] Update src/app/preconstruction/page.tsx --- src/app/preconstruction/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/preconstruction/page.tsx b/src/app/preconstruction/page.tsx index fd2ae8a..43ab305 100644 --- a/src/app/preconstruction/page.tsx +++ b/src/app/preconstruction/page.tsx @@ -86,21 +86,21 @@ export default function PreConstructionPage() { id: "1", name: "Waterfront Condos - Toronto Harbour", price: "From $650K", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=1", imageAlt: "Waterfront condominium development", }, { id: "2", name: "Downtown Core Luxury Residences", price: "From $850K", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Downtown luxury residences", }, { id: "3", name: "Markham Tech Hub Mixed-Use", price: "From $450K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=1", imageAlt: "Markham mixed-use development", }, ]} @@ -121,21 +121,21 @@ export default function PreConstructionPage() { id: "4", name: "Riverside Towers - East Toronto", price: "From $550K", - imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vancouver-downtown-architecture-boat-with-water-reflections-dusk-panorama_649448-2636.jpg?_wi=2", imageAlt: "Riverside Towers development", }, { id: "5", name: "Midtown Modern - Avenue Road", price: "From $1.1M", - imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/miami-beach-ocean-view_649448-234.jpg?_wi=2", imageAlt: "Midtown Modern residences", }, { id: "6", name: "Liberty Village Lofts - West End", price: "From $625K", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=2", imageAlt: "Liberty Village Lofts development", }, ]} -- 2.49.1