From 6ebf2a857a21796cb91e536af41c4bc981ebce37 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:53:31 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 93e859b..c43f2f5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { { value: "50,000+", title: "Verified Properties" }, { value: "100,000+", title: "Active Student Users" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/charming-girlfriends-posing-selfie_23-2147745085.jpg" + imageSrc="http://img.b2bpic.net/free-photo/charming-girlfriends-posing-selfie_23-2147745085.jpg?_wi=2" imageAlt="happy students apartment friendly roommates" mediaAnimation="slide-up" useInvertedBackground={true} @@ -102,7 +102,7 @@ export default function AboutPage() { { value: "200+", title: "Partner Universities" }, { value: "1,000,000+", title: "Total Transactions" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg?_wi=3" imageAlt="students settling into their new campus housing" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 4046565e9d552f3a16d49acabf1957eca405273f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:53:32 +0000 Subject: [PATCH 2/3] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 86aadea..4ae9a3b 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -79,7 +79,7 @@ export default function BrowsePage() { { text: "Start Filtering", href: "/browse" }, { text: "Back to Home", href: "/" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg?_wi=2" imageAlt="students exploring apartment near university campus" showDimOverlay={true} /> @@ -99,7 +99,7 @@ export default function BrowsePage() { rating: 5, reviewCount: "342", imageSrc: - "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg", + "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg?_wi=2", imageAlt: "modern studio apartment furnished near campus", }, { @@ -110,7 +110,7 @@ export default function BrowsePage() { rating: 4, reviewCount: "218", imageSrc: - "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg", + "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg?_wi=2", imageAlt: "two bedroom apartment shared roommates students", }, { @@ -121,7 +121,7 @@ export default function BrowsePage() { rating: 5, reviewCount: "156", imageSrc: - "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg", + "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg?_wi=2", imageAlt: "furnished dorm room college university housing", }, { @@ -132,7 +132,7 @@ export default function BrowsePage() { rating: 4, reviewCount: "89", imageSrc: - "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg", + "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg?_wi=3", imageAlt: "garden apartment with outdoor space", }, { @@ -143,7 +143,7 @@ export default function BrowsePage() { rating: 5, reviewCount: "267", imageSrc: - "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg", + "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg?_wi=3", imageAlt: "shared suite in campus residence hall", }, { @@ -154,7 +154,7 @@ export default function BrowsePage() { rating: 5, reviewCount: "124", imageSrc: - "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg", + "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg?_wi=3", imageAlt: "modern apartment with fitness amenities", }, ]} @@ -190,7 +190,7 @@ export default function BrowsePage() { "Yes! Click the heart icon on any listing to save it to your favorites. You can access all saved listings from your profile dashboard anytime.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161648.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161648.jpg?_wi=2" imageAlt="support team assistance" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1 From 99d0c91e2d39b5f43aaf8fcfb6f5a63b8cd179d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 01:53:32 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ee5b11..a606380 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function HomePage() { { text: "Start Searching Now", href: "browse" }, { text: "Find Roommates", href: "/roommates" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg?_wi=1" imageAlt="students exploring apartment near university campus" showDimOverlay={true} /> @@ -199,7 +199,7 @@ export default function HomePage() { { value: "50,000+", title: "Verified Properties" }, { value: "100,000+", title: "Active Student Users" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/charming-girlfriends-posing-selfie_23-2147745085.jpg" + imageSrc="http://img.b2bpic.net/free-photo/charming-girlfriends-posing-selfie_23-2147745085.jpg?_wi=1" imageAlt="happy students apartment friendly roommates" mediaAnimation="slide-up" useInvertedBackground={true} @@ -219,7 +219,7 @@ export default function HomePage() { price: "$1,200/month", rating: 5, reviewCount: "342", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407632.jpg?_wi=1", imageAlt: "modern studio apartment furnished near campus", }, { @@ -229,7 +229,7 @@ export default function HomePage() { price: "$850/month", rating: 4, reviewCount: "218", - imageSrc: "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kitchen-student-dormitory-group-interracial-students-resting-student-dormitory_613910-18945.jpg?_wi=1", imageAlt: "two bedroom apartment shared roommates students", }, { @@ -239,7 +239,7 @@ export default function HomePage() { price: "$950/month", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kids-with-tablet-couch_23-2147782782.jpg?_wi=1", imageAlt: "furnished dorm room college university housing", }, ]} @@ -352,7 +352,7 @@ export default function HomePage() { "While we can't mandate lease changes, our support team can help mediate conflicts and discuss options. We recommend having clear roommate agreements before moving in.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161648.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161648.jpg?_wi=1" imageAlt="friendly customer service team helping students" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1