Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-11 23:43:12 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Expert roof repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Complete roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Professional gutter service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg?_wi=1", imageAlt: "Professional roof installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=1", imageAlt: "Expert roof repair work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=1", imageAlt: "Complete roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=1", imageAlt: "Professional gutter service" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Quality roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg", imageAlt: "Residential roofing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Gutter solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Roof maintenance services" }
{ imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=2", imageAlt: "Quality roof replacement" },
{ imageSrc: "http://img.b2bpic.net/free-photo/building-with-coarse-plaster-surface_23-2148252826.jpg?_wi=2", imageAlt: "Residential roofing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=2", imageAlt: "Gutter solutions" },
{ imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=2", imageAlt: "Roof maintenance services" }
]}
buttons={[
{ text: "Get Free Inspection", href: "contact" },
@@ -94,15 +94,15 @@ export default function LandingPage() {
features={[
{
id: "repair", title: "Roof Repair & Maintenance", author: "Emergency & Seasonal", description: "Fast response to leaks, damage, and maintenance needs. We identify issues early to prevent costly repairs down the road.", tags: ["Quick Service", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg", imageAlt: "Professional roof repair"
imageSrc: "http://img.b2bpic.net/free-photo/windmill-witch-rooftop-with-blue-sky_1428-577.jpg?_wi=3", imageAlt: "Professional roof repair"
},
{
id: "replacement", title: "Complete Roof Replacement", author: "Residential & Commercial", description: "Full roof installation with premium materials and expert craftsmanship. We handle everything from removal to final inspection.", tags: ["New Installation", "Guaranteed"],
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg", imageAlt: "Roof replacement project"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-smoking-roof_1321-1036.jpg?_wi=3", imageAlt: "Roof replacement project"
},
{
id: "gutters", title: "Gutter Installation & Cleaning", author: "Protection Systems", description: "Seamless gutters and regular cleaning services to protect your home's foundation and landscaping from water damage.", tags: ["Preventive Care", "Protection"],
imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg", imageAlt: "Gutter service"
imageSrc: "http://img.b2bpic.net/free-photo/renovation-concept_1098-19446.jpg?_wi=3", imageAlt: "Gutter service"
}
]}
animationType="slide-up"