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" }, ]} />