From b3ccebbcc50b2cfc823fadb076565b19f4d41f37 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:18:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be0fb46..315143f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,28 +58,28 @@ export default function LandingPage() { handle: 'Est. 2010 - Dallas, TX', testimonial: 'Exceptional quality fencing and outdoor structures that stand the test of time.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg' + imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg?_wi=1' }, { name: 'Professional Service', handle: 'Fast Estimates Available', testimonial: 'From consultation to completion, experience premium service every step of the way.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg' + imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg?_wi=2' }, { name: 'Expert Installation', handle: 'Metroplex Coverage', testimonial: 'Family-owned expertise bringing premium outdoor living to your home.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg' + imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg?_wi=3' }, { name: 'Trusted Local Team', handle: 'Integrity & Quality', testimonial: 'Building relationships that last as long as our exceptional craftsmanship.', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg' + imageSrc: 'http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354106.jpg?_wi=4' } ]} testimonialRotationInterval={5000} -- 2.49.1