From 9957fa176faa6ac458a2a57c5449929e33a2619b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:35:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7834299..6de96d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,11 +99,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Installation", title: "Roof Replacement", subtitle: "Complete roof system replacement", description: "Expert installation of new roofing systems using premium materials. We handle everything from tear-off to finishing touches, ensuring your home is protected for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "roof replacement roofing installation construction workers" + tag: "Installation", title: "Roof Replacement", subtitle: "Complete roof system replacement", description: "Expert installation of new roofing systems using premium materials. We handle everything from tear-off to finishing touches, ensuring your home is protected for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "roof replacement roofing installation construction workers" }, { id: 2, - tag: "Maintenance", title: "Roof Repair", subtitle: "Fast and reliable repair services", description: "From leak repairs to shingle replacement, our skilled technicians quickly identify and fix roofing issues before they become major problems.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "roof repair maintenance contractor fixing roof" + tag: "Maintenance", title: "Roof Repair", subtitle: "Fast and reliable repair services", description: "From leak repairs to shingle replacement, our skilled technicians quickly identify and fix roofing issues before they become major problems.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "roof repair maintenance contractor fixing roof" }, { id: 3, @@ -130,11 +130,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Homeowner", company: "Hawthorne, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait woman business headshot" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "professional portrait woman business headshot" }, { id: "2", name: "James Chen", role: "Business Owner", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait man business headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait man business headshot" }, { id: "3", name: "Sandra Williams", role: "Property Manager", company: "Residential Complex", rating: 5, @@ -142,15 +142,15 @@ export default function LandingPage() { }, { id: "4", name: "David Martinez", role: "Homeowner", company: "Hawthorne, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait man business headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait man business headshot" }, { id: "5", name: "Patricia Johnson", role: "Real Estate Agent", company: "Property Investment", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "professional portrait woman business headshot" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "professional portrait woman business headshot" }, { id: "6", name: "Robert Brown", role: "Homeowner", company: "Hawthorne, CA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait man business headshot" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait man business headshot" } ]} />