Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 22:46:19 +00:00

View File

@@ -52,11 +52,11 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Professional roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Completed roofing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Residential roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Expert roof repair work" }
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=1", imageAlt: "Professional roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Completed roofing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=1", imageAlt: "Residential roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=1", imageAlt: "Professional concrete services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1", imageAlt: "Expert roof repair work" }
]}
className="w-full"
containerClassName="max-w-full"
@@ -76,29 +76,29 @@ export default function LandingPage() {
{
title: "Roof Installation", description: "Expert installation of premium roofing materials with precision and attention to detail.", icon: Hammer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg", imageAlt: "Quality roofing work" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-building-roof-house_23-2148748850.jpg?_wi=2", imageAlt: "Quality roofing work" }
]
},
{
title: "Concrete Services", description: "High-quality concrete driveways, patios, and foundations built to last decades.", icon: Home,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "Professional concrete work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Concrete installation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg?_wi=2", imageAlt: "Professional concrete work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Concrete installation" }
]
},
{
title: "Roof Repair & Maintenance", description: "Reliable repair services and preventative maintenance to extend your roof's lifespan.", icon: Wrench,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Professional roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Maintenance services" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=3", imageAlt: "Professional roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg?_wi=2", imageAlt: "Maintenance services" }
]
},
{
title: "Emergency Services", description: "24/7 emergency response for storm damage, leaks, and urgent roofing issues.", icon: AlertCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Emergency repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Storm damage repair" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Emergency repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=4", imageAlt: "Storm damage repair" }
]
}
]}