From a7894154366498ed2420b32fb0be7d53602b8396 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:32:10 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a66bc25..b00b83d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2" imageAlt="Creator platform team workspace" mediaAnimation="slide-up" imagePosition="left" -- 2.49.1 From c185acf162caa7bbf399a6e9e72049f14f749594 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:32:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dfd3ce..ab7abc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function HomePage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1" imageAlt="Creator platform overview" mediaAnimation="slide-up" imagePosition="right" @@ -220,7 +220,7 @@ export default function HomePage() { role: "Course Creator", company: "Design Accelerator", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "Sarah Martinez portrait", }, { @@ -229,7 +229,7 @@ export default function HomePage() { role: "Independent Musician", company: "Indie Music Producer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg?_wi=1", imageAlt: "James Chen portrait", }, { @@ -238,7 +238,7 @@ export default function HomePage() { role: "Template Designer", company: "Creative Assets Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "Emma Wilson portrait", }, { @@ -247,7 +247,7 @@ export default function HomePage() { role: "eBook Author", company: "Self-Published Author", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-caucasian-guy-with-beard-smiling-looking-happy-camera-standing-blue-background_1258-40230.jpg?_wi=2", imageAlt: "Marcus Johnson portrait", }, ]} -- 2.49.1