From 14001b03f762ea1c42c653e5e173d97353f1fb68 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:27:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f97d9f..a2f566e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,7 +181,7 @@ export default function HomePage() { role: "Film Critic", company: "Cinephile Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1", imageAlt: "Marcus Chen", }, { @@ -190,7 +190,7 @@ export default function HomePage() { role: "Movie Night Organizer", company: "Streaming Squad", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { @@ -199,7 +199,7 @@ export default function HomePage() { role: "Film Student", company: "Cinema Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-glasses_641386-302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-glasses_641386-302.jpg?_wi=1", imageAlt: "Jordan Davis", }, { From 4a23e97469bb72ec00c0f360ee803e93349ef2f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:27:57 +0000 Subject: [PATCH 2/2] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index be9579f..8665fbe 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -55,7 +55,7 @@ export default function ProfilePage() { title: "Profile Settings", subtitle: "Edit your information", detail: "Update avatar, bio, and public visibility of your rankings", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2", imageAlt: "Profile settings", }, { @@ -63,7 +63,7 @@ export default function ProfilePage() { title: "Privacy Controls", subtitle: "Manage who can see what", detail: "Control which friends can view your rankings and recommendations", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Privacy settings", }, { @@ -71,7 +71,7 @@ export default function ProfilePage() { title: "Account Preferences", subtitle: "Customize your experience", detail: "Set notification preferences and personalize your FilmRank experience", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-glasses_641386-302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-glasses_641386-302.jpg?_wi=2", imageAlt: "Account preferences", }, ],