Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 16:35:23 +00:00

View File

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