From 6a939b55831f3a6c163caba82e4561950048b031 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:16:40 +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 27f4dd4..2e6b77f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { id: "1", name: "Mark Johnson", handle: "@markj", testimonial: "Pacheco's Fences did an amazing job on our backyard project. Professional crew and quality work.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-his-girlfriend_23-2148243181.jpg" }, - { id: "2", name: "Jane Smith", handle: "@jsmith", testimonial: "Pacheco's Fences was prompt, professional, and very affordable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-looking-house_23-2148346258.jpg" } + { id: "2", name: "Jane Smith", handle: "@jsmith", testimonial: "Pacheco's Fences was prompt, professional, and very affordable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-looking-house_23-2148346258.jpg?_wi=1" } ]} /> @@ -100,7 +100,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your fencing needs..." }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/front-view-couple-looking-house_23-2148346258.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-couple-looking-house_23-2148346258.jpg?_wi=2" /> -- 2.49.1