From 13b0cd7164045bea0456053b800a7f0d617f15d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 19:01:55 +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 eb9d0b1..8d83c0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", handle: "@sarahjpetlover", testimonial: "The team at Extreme Pet Doors installed our pet door perfectly! Our golden retriever now has complete freedom to go outside whenever she wants. The quality is outstanding and the installation was seamless.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-happy-family-their-dg-relaxing-by-window-home-looking-through-it_637285-2902.jpg", imageAlt: "Sarah Johnson with her golden retriever" + imageSrc: "https://img.b2bpic.net/free-photo/young-happy-family-their-dg-relaxing-by-window-home-looking-through-it_637285-2902.jpg?_wi=1", imageAlt: "Sarah Johnson with her golden retriever" }, { id: "testimonial-2", name: "Michael Torres", handle: "@mikepetowner", testimonial: "As a local business owner, I appreciate the Fargo expertise. They helped us install a pet door in our commercial building so our employees' dogs could have access to the outdoors during breaks. Highly recommended!", rating: 5, @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "testimonial-3", name: "Emily Chen", handle: "@emilychenpets", testimonial: "I was skeptical about installing a pet door, but after seeing how well it works for my cats, I'm sold! The weatherproof design keeps out the cold winters of North Dakota while allowing easy access for my pets.", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/young-happy-family-their-dg-relaxing-by-window-home-looking-through-it_637285-2902.jpg", imageAlt: "Emily Chen with her two cats" + imageSrc: "https://img.b2bpic.net/free-photo/young-happy-family-their-dg-relaxing-by-window-home-looking-through-it_637285-2902.jpg?_wi=2", imageAlt: "Emily Chen with her two cats" } ]} showRating={true} -- 2.49.1