From 3fe39271581aaac1c6b0390025a78485ac514d74 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:33:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a1a03d..939a9e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,11 +100,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg" }, + { id: "1", name: "Sarah Johnson", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg?_wi=1" }, { id: "2", name: "The Miller Family", role: "Pet Parents", company: "Happy Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/little-boy-holds-black-white-kitty-his-shoulder_8353-8634.jpg" }, { id: "3", name: "Mark Stevens", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pet-owner-blazer-is-holding-big-fluffy-cat-dark-photo-studio_613910-12978.jpg" }, { id: "4", name: "Emily Davis", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-petting-cute-cat_23-2149078361.jpg" }, - { id: "5", name: "James Wilson", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg" }, + { id: "5", name: "James Wilson", role: "Pet Parent", company: "Happy Owner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-girl-mother-playing-with-rabbit_23-2148465997.jpg?_wi=2" }, ]} kpiItems={[ { value: "500+", label: "Happy Kittens" }, -- 2.49.1