From d1b04d92c42188d70518213e90333002fe5b3543 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 22:20:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d9b53a..dd23bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,11 +157,11 @@ export default function LandingPage() { cardAnimation="slide-up" useInvertedBackground={false} testimonials={[ - { id: "1", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg" }, - { id: "2", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg" }, - { id: "3", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg" }, - { id: "4", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg" }, - { id: "5", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg" }, + { id: "1", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=1" }, + { id: "2", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=2" }, + { id: "3", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=3" }, + { id: "4", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=4" }, + { id: "5", name: "— Google Review, Verified", imageSrc: "https://img.b2bpic.net/free-photo/abstract-background-with-gold-stars_23-2148906560.jpg?_wi=5" }, ]} /> -- 2.49.1