Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-29 19:29:52 +00:00

View File

@@ -75,12 +75,12 @@ export default function LandingPage() {
title="Every Roof, Every Detail, Done Right"
description="From emergency repairs to full installations, we handle every aspect of your roofing needs with care, precision and clear communication at every step."
features={[
{ title: "Installation & Repair", description: "Full installations and structural repairs built to last.", bentoComponent: { icon: Hammer }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "professional roof tile repair" },
{ title: "Gutter Services", description: "Cleaning and repairs for superior protection.", bentoComponent: { icon: Droplets }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "professional roof tile repair" },
{ title: "Chimney Services", description: "Expert repairs and maintenance.", bentoComponent: { icon: Building }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "professional roof tile repair" },
{ title: "Skylight Fitting", description: "Secure installation for natural light.", bentoComponent: { icon: Sun }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "professional roof tile repair" },
{ title: "Dry Ridge Systems", description: "Low-maintenance, durable protection.", bentoComponent: { icon: Box }, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "professional roof tile repair" },
{ title: "Roof Surveys", description: "Transparent inspections with evidence.", bentoComponent: { icon: Search }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "professional roof tile repair" }
{ title: "Installation & Repair", description: "Full installations and structural repairs built to last.", bentoComponent: { bentoComponent: "reveal-icon", icon: Hammer }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "professional roof tile repair" },
{ title: "Gutter Services", description: "Cleaning and repairs for superior protection.", bentoComponent: { bentoComponent: "reveal-icon", icon: Droplets }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "professional roof tile repair" },
{ title: "Chimney Services", description: "Expert repairs and maintenance.", bentoComponent: { bentoComponent: "reveal-icon", icon: Building }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "professional roof tile repair" },
{ title: "Skylight Fitting", description: "Secure installation for natural light.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sun }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "professional roof tile repair" },
{ title: "Dry Ridge Systems", description: "Low-maintenance, durable protection.", bentoComponent: { bentoComponent: "reveal-icon", icon: Box }, imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-working-roof-full-shot_23-2149343662.jpg", imageAlt: "professional roof tile repair" },
{ title: "Roof Surveys", description: "Transparent inspections with evidence.", bentoComponent: { bentoComponent: "reveal-icon", icon: Search }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", imageAlt: "professional roof tile repair" }
]}
/>
</div>
@@ -123,10 +123,10 @@ export default function LandingPage() {
title="How We Work"
description="A clear, professional process from the moment you get in touch to the final sign-off."
features={[
{ title: "01. Free Quote", description: "We visit, assess, and provide a clear quote.", bentoComponent: { icon: Phone }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "clean gutter repair home" },
{ title: "02. Survey", description: "Thorough inspection with photographic evidence.", bentoComponent: { icon: Camera }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "clean gutter repair home" },
{ title: "03. Completion", description: "Expert work with clear communication.", bentoComponent: { icon: CheckCircle }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "clean gutter repair home" },
{ title: "04. Handover", description: "We walk you through the finished work.", bentoComponent: { icon: Sparkles }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "clean gutter repair home" }
{ title: "01. Free Quote", description: "We visit, assess, and provide a clear quote.", bentoComponent: { bentoComponent: "reveal-icon", icon: Phone }, imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "clean gutter repair home" },
{ title: "02. Survey", description: "Thorough inspection with photographic evidence.", bentoComponent: { bentoComponent: "reveal-icon", icon: Camera }, imageSrc: "http://img.b2bpic.net/free-photo/construction-worker_329181-2850.jpg", imageAlt: "clean gutter repair home" },
{ title: "03. Completion", description: "Expert work with clear communication.", bentoComponent: { bentoComponent: "reveal-icon", icon: CheckCircle }, imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "clean gutter repair home" },
{ title: "04. Handover", description: "We walk you through the finished work.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sparkles }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-posing-together_23-2149241592.jpg", imageAlt: "clean gutter repair home" }
]}
/>
</div>