From eb1e08aa706366767476a89d6eda241ce89fd159 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:34:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e66da5..a21969b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { testimonials={[ { name: "T.F.", handle: "Renton WA", testimonial: "From the moment I contacted Gal, his team displayed professionalism and expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg", imageAlt: "T.F. customer photo" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg?_wi=1", imageAlt: "T.F. customer photo" }, { name: "Best W.", handle: "Seattle WA", testimonial: "They promptly assessed the damage and efficiently fixed my roof. Highly recommend Lake Construction!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Best W. customer photo" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Best W. customer photo" }, { name: "JyJy F.", handle: "Local Homeowner", testimonial: "We also decided to replace the gutters. Lake Construction exceeded our expectations with their quality and service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg", imageAlt: "JyJy F. customer photo" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg?_wi=1", imageAlt: "JyJy F. customer photo" } ]} /> @@ -147,11 +147,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "T.F.", handle: "Renton WA", testimonial: "From the moment I contacted Gal, his team displayed professionalism and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg", imageAlt: "T.F. customer photo"}, + id: "1", name: "T.F.", handle: "Renton WA", testimonial: "From the moment I contacted Gal, his team displayed professionalism and expertise.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-sitting-stool-with-digital-tablet-tablet-park_23-2148164500.jpg?_wi=2", imageAlt: "T.F. customer photo"}, { - id: "2", name: "Best W.", handle: "Seattle WA", testimonial: "They promptly assessed the damage and efficiently fixed my roof. Highly recommend Lake Construction!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Best W. customer photo"}, + id: "2", name: "Best W.", handle: "Seattle WA", testimonial: "They promptly assessed the damage and efficiently fixed my roof. Highly recommend Lake Construction!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Best W. customer photo"}, { - id: "3", name: "JyJy F.", handle: "Local Homeowner", testimonial: "We also decided to replace the gutters. Lake Construction exceeded our expectations with their quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg", imageAlt: "JyJy F. customer photo"}, + id: "3", name: "JyJy F.", handle: "Local Homeowner", testimonial: "We also decided to replace the gutters. Lake Construction exceeded our expectations with their quality and service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-female-witch-with-black-eyes-loose-dark-hair-touching-lips-smiling-mysteriously-having-psychic-powers-beautiful-brunette-woman-astrologist-laughing_343059-2962.jpg?_wi=2", imageAlt: "JyJy F. customer photo"}, { id: "4", name: "Sarah P.", handle: "Kirkland WA", testimonial: "Outstanding work on our roof replacement! The team was professional, clean, and finished ahead of schedule.", imageSrc: "http://img.b2bpic.net/free-photo/male-person-silhouette-strict-suit-looking-stressed-white-background-young_140725-161481.jpg", imageAlt: "Sarah P. customer photo"}, { -- 2.49.1