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", }, { 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", }, ],