From dce09ce49743d60b76c09e3dac84f7e1e51ec5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:23:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3d98f6..ec9a24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,14 +83,14 @@ export default function LandingPage() { handle: "@JulieM", testimonial: "Been bringing my dogs to Denise for 8+ years. The consistency and care are unmatched. Wouldn't trust anyone else!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", }, { name: "Bryce K.", handle: "@BryceK", testimonial: "Denise saved us from so much worry! She noticed an ear infection during grooming, something we missed. True professionals who care about your pet's health.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", }, ]} testimonialRotationInterval={5000} @@ -292,7 +292,7 @@ export default function LandingPage() { role: "Client", company: "TopKnot Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-business-woman-posing-outdoors-suit_23-2148603024.jpg", videoAriaLabel: "Testimonial from Julie M.", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { role: "Client", company: "Grateful Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", videoAriaLabel: "Testimonial from Bryce K.", }, { @@ -343,21 +343,18 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", value: "8+", title: "Years of Loyalty", description: "From our longest-standing clients", icon: Heart, }, { - id: "kpi-2", value: "5 Stars", title: "Average Rating", description: "Across all platforms", icon: Star, }, { - id: "kpi-3", value: "Happy Pups", title: "Every Day", description: "Our daily mission",