Update src/app/page.tsx

This commit is contained in:
2026-03-19 05:06:32 +00:00
parent a822a452c4
commit d71fa8a11b

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCentered
title="Professional Roof Repair & Replacement"
description="24/7 Emergency Roofing Services for Chicago & Surrounding Areas. Quality workmanship, fair pricing, and trusted by homeowners throughout Illinois."
background="plain"
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-hairless-elder-man-dressed-dark-blue-suit-against-dark-background_613910-17566.jpg", alt: "Roofing professional"
@@ -94,10 +94,10 @@ export default function LandingPage() {
title: "Residential Roof Repair", description: "Fast, reliable repairs for leaks, damaged shingles, and weathering. We diagnose issues quickly and provide lasting solutions.", icon: Hammer,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg?_wi=1", imageAlt: "Roof repair work"
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg", imageAlt: "Roof repair work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg?_wi=1", imageAlt: "Professional roofing team"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg", imageAlt: "Professional roofing team"
}
]
},
@@ -105,10 +105,10 @@ export default function LandingPage() {
title: "Residential Roof Replacement", description: "Complete roof replacement with quality materials and expert installation. We work with all roofing styles and ensure superior craftsmanship.", icon: Building2,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg?_wi=2", imageAlt: "Roof replacement project"
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg", imageAlt: "Roof replacement project"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg?_wi=2", imageAlt: "Roofing installation"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg", imageAlt: "Roofing installation"
}
]
},
@@ -116,10 +116,10 @@ export default function LandingPage() {
title: "Commercial Roof Services", description: "Large-scale commercial roofing projects handled with precision. We minimize disruption while delivering top-quality results on time.", icon: Building,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg?_wi=3", imageAlt: "Commercial roofing work"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg", imageAlt: "Commercial roofing work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg?_wi=3", imageAlt: "Commercial building roof"
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg", imageAlt: "Commercial building roof"
}
]
},
@@ -127,10 +127,10 @@ export default function LandingPage() {
title: "Emergency Roof Service", description: "Available 24/7 for storm damage, leaks, and urgent repairs. We respond quickly to protect your property from further damage.", icon: AlertCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg?_wi=4", imageAlt: "Emergency repair service"
imageSrc: "http://img.b2bpic.net/free-photo/houses-river-dikes-near-sleeuwijk_181624-8207.jpg", imageAlt: "Emergency repair service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg?_wi=4", imageAlt: "Emergency response team"
imageSrc: "http://img.b2bpic.net/free-photo/businessman-discussing-blueprint-with-architects_107420-74344.jpg", imageAlt: "Emergency response team"
}
]
}