From e4929ddfedc509351374b237b330c5b15cfd7df5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:58:48 +0000 Subject: [PATCH 1/2] Update src/app/community/page.tsx --- src/app/community/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index b46ff6c..62a0222 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { quote: "The best way to stay close to my sisters.", tag: "Personal", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-white-hoodie-winter-fashion_53876-105546.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722629.jpg?_wi=2", imageAlt: "young woman smiling portrait soft light", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { quote: "AR lenses keep my art fresh.", tag: "Creator", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-sits-swing-room-with-loft-interior_613910-20177.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-vaporwave-style_23-2148950817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-vaporwave-style_23-2148950817.jpg?_wi=2", imageAlt: "young woman smiling portrait soft light", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { quote: "I use stories to share college life.", tag: "Life", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-spending-time-summer-field_1157-36085.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-picture-with-his-cell-phone_150588-150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-picture-with-his-cell-phone_150588-150.jpg?_wi=2", imageAlt: "young woman smiling portrait soft light", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { quote: "Snap Map makes meeting up effortless.", tag: "Connect", avatarSrc: "http://img.b2bpic.net/free-photo/view-cute-woman-smiling-street_197531-33990.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906317.jpg?_wi=2", imageAlt: "young woman smiling portrait soft light", }, { -- 2.49.1 From 5dbc11a5b5a3bcb79486ef5010fe089c6ed925ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 08:58:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37dba88..59a8ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722629.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722629.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -118,17 +118,17 @@ export default function LandingPage() { { title: "Creative Lenses", description: "Express yourself with cutting-edge AR filters.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-vaporwave-style_23-2148950817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-vaporwave-style_23-2148950817.jpg?_wi=1", }, { title: "Stories", description: "Share your day in real-time with close friends.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-picture-with-his-cell-phone_150588-150.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-taking-picture-with-his-cell-phone_150588-150.jpg?_wi=1", }, { title: "Snap Map", description: "See where your friends are and what they're up to.", - imageSrc: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906317.jpg?_wi=1", }, ]} title="Designed for Moments" -- 2.49.1