Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 23:52:25 +00:00

View File

@@ -55,11 +55,11 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", imageAlt: "Damaged roof storm damage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", imageAlt: "Before and after roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg", imageAlt: "Professional roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg", imageAlt: "Commercial roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg", imageAlt: "Professional roofing team" }
{ imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg?_wi=1", imageAlt: "Damaged roof storm damage" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1", imageAlt: "Before and after roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg?_wi=1", imageAlt: "Professional roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=1", imageAlt: "Commercial roofing installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg?_wi=1", imageAlt: "Professional roofing team" }
]}
ariaLabel="Hero section - Phillys Phinest Roofing"
/>
@@ -77,28 +77,28 @@ export default function LandingPage() {
title: "Roof Repair", description: "Fast, reliable repairs for leaks, damage, and storm-related issues. Same-day emergency service available.", icon: Hammer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker_329181-2853.jpg", imageAlt: "Professional roof repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg", imageAlt: "Repair before and after" }
{ imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2", imageAlt: "Repair before and after" }
]
},
{
title: "Roof Replacement", description: "Complete roof replacements with premium materials and expert installation. 10+ year warranty on all work.", icon: Hammer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg", imageAlt: "Roof replacement project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-men-working-roof-together_23-2149343676.jpg?_wi=2", imageAlt: "Roof replacement project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg", imageAlt: "Replacement transformation" }
]
},
{
title: "Commercial Roofing", description: "Flat-roof maintenance and replacement for commercial properties. Reliable protection for your business investment.", icon: Building2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg", imageAlt: "Commercial roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg", imageAlt: "Professional commercial roofing" }
{ imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=2", imageAlt: "Commercial roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498435.jpg?_wi=2", imageAlt: "Professional commercial roofing" }
]
},
{
title: "Emergency Services", description: "24/7 emergency roof repairs. Storm damage, leaks, or urgent issues—we respond quickly and professionally.", icon: AlertCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/metal-door_23-2148006003.jpg", imageAlt: "Emergency roof repair service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg", imageAlt: "Storm damage assessment" }
{ imageSrc: "http://img.b2bpic.net/free-photo/tile-roof-house-home-textures_74190-9990.jpg?_wi=2", imageAlt: "Storm damage assessment" }
]
}
]}