Update src/app/page.tsx

This commit is contained in:
2026-05-27 01:34:02 +00:00
parent cc5f43f549
commit 48ffc9050f

View File

@@ -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"
}
]}
/>
</div>