From 48ffc9050f8eaa91e1ff355d755ffa063795ecd0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 01:34:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a74450e..0e66da5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,20 @@ export default function LandingPage() { imageSrc="https://images.unsplash.com/photo-1579603091720-6d38e2d2b1f8?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" imageAlt="Dark cinematic roofing photo with navy overlay" mediaAnimation="none" + 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" + }, + { + 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" + }, + { + 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" + } + ]} />