From 1598ba3d6beafd63fb904d8a78137bb510122fa2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:51:08 +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 cd3edbf..2b75143 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "@alexs", testimonial: "Findly helped me find my lost keys within 10 minutes. Absolute life-saver!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=1", }, { name: "Sarah Miller", handle: "@sarahm", testimonial: "Great community platform. The photo verification really builds trust.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=1", }, { name: "David Zhou", handle: "@davidz", testimonial: "Finally, a way to track neighborhood lost and found items. Very professional.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10449.jpg?_wi=1", }, { name: "Elena Ross", handle: "@elenar", testimonial: "Simple, efficient, and secure. Highly recommended for every city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg?_wi=1", }, { name: "Mike Vance", handle: "@mikev", testimonial: "The geotagging precision is unmatched. Got my wallet back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg?_wi=1", }, ]} buttons={[ @@ -190,7 +190,7 @@ export default function LandingPage() { role: "Designer", company: "Local Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?_wi=2", }, { id: "2", @@ -198,7 +198,7 @@ export default function LandingPage() { role: "Teacher", company: "High School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg?_wi=2", }, { id: "3", @@ -206,7 +206,7 @@ export default function LandingPage() { role: "Engineer", company: "Tech Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10449.jpg?_wi=2", }, { id: "4", @@ -214,7 +214,7 @@ export default function LandingPage() { role: "Photographer", company: "Self-Employed", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businessman-close-up_23-2148746290.jpg?_wi=2", }, { id: "5", @@ -222,7 +222,7 @@ export default function LandingPage() { role: "Architect", company: "Studio X", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-outdoors_23-2149536732.jpg?_wi=2", }, ]} title="Trusted by Thousands" -- 2.49.1