From 32ffc5c3b25d5a67719a00dcd4341b67a9407059 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:16:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1533120..e01ba03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "@alicer", testimonial: "This app changed my daily routine completely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", }, { name: "Mark S.", handle: "@marks", testimonial: "Simple, clean, and truly helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg?_wi=1", }, { name: "Elena K.", handle: "@elenak", testimonial: "I love the daily quotes, always so timely.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1", }, { name: "Sam L.", handle: "@saml", testimonial: "The breathing exercises are perfect for busy days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=1", }, { name: "Jo B.", handle: "@job", testimonial: "A beautiful way to check in with myself.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg?_wi=1", }, ]} buttons={[ @@ -223,35 +223,35 @@ export default function LandingPage() { name: "Alice R.", handle: "@alice", testimonial: "Finally, a simple app that doesn't overwhelm me.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", }, { id: "2", name: "Mark S.", handle: "@mark", testimonial: "The breathing exercises are life-savers during work.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-smiling_74855-2579.jpg?_wi=2", }, { id: "3", name: "Elena K.", handle: "@elena", testimonial: "I love the journaling prompts. Very helpful!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=2", }, { id: "4", name: "Sam L.", handle: "@sam", testimonial: "Consistent, helpful, and beautiful.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=2", }, { id: "5", name: "Jo B.", handle: "@jo", testimonial: "Such a peaceful app to use daily.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-girl-looking-happy-smiling-camera-outdoor-human-emotion-concept_574295-2802.jpg?_wi=2", }, ]} title="Loved by thousands" -- 2.49.1