From e3bdff4723d792d8282bae433f906db5ec1c0d62 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:29:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a39035..9de4e1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -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" } ]} /> -- 2.49.1