From 0feb7b94b752b6b891848e4e80f525c934b14b5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:43:58 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1d32ccd..8a363e6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { LifeBuoy, Phone } from "lucide-react"; +import { LifeBuoy, Phone, Bolt, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -99,7 +99,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg" imageAlt="rooftop view with tools at sunset" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 5499231771439938e1628d65b23aa4f82849b62a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:43:59 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 918347b..16385fd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { CheckCircle, FileText, Wind } from "lucide-react"; +import { CheckCircle, FileText, Wind, Bolt, House, ClipboardCheck, Handshake } from "lucide-react"; export default function LandingPage() { return ( @@ -68,7 +68,7 @@ export default function LandingPage() { title: "Residential Roof Replacement", description: "High-quality, durable roof installations tailored to your home's style and your budget.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg", imageAlt: "new roof installation residential home", }, items: [ @@ -92,7 +92,7 @@ export default function LandingPage() { title: "Storm Damage Repair", description: "Rapid response and expert repair for hail, wind, and storm-related roof damage.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "storm damaged roof repair process", }, items: [ @@ -116,7 +116,7 @@ export default function LandingPage() { title: "Insurance Claims Assistance", description: "We guide you through the entire insurance claim process, ensuring you get fair compensation.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-meeting-with-agent-co-working-writing-paper-completing-signing-agreement-form_74855-8817.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-meeting-with-agent-co-working-writing-paper-completing-signing-agreement-form_74855-8817.jpg", imageAlt: "businessman meeting with agent for insurance claim", }, items: [ @@ -151,28 +151,28 @@ export default function LandingPage() { id: 1, title: "Free Inspection & Estimate", description: "Our experts conduct a thorough roof assessment and provide a detailed, no-obligation estimate.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg", imageAlt: "roof inspection", }, { id: 2, title: "Material Selection & Planning", description: "Choose from a wide range of premium materials with our guidance, then we finalize project details.", - imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/green-vanity-closeup-wooden-handle-premium-minimalism_169016-69005.jpg", imageAlt: "roof material samples", }, { id: 3, title: "Professional Installation", description: "Our certified team meticulously installs your new roof with precision and efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/low-view-man-working-roof-with-drill_23-2148748773.jpg", imageAlt: "roof installation in progress", }, { id: 4, title: "Final Walkthrough & Cleanup", description: "We ensure your satisfaction with a final inspection and a thorough cleanup of your property.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-couple-standing-balcony_23-2147923064.jpg", imageAlt: "completed roof at sunset", }, ]} -- 2.49.1