From 064a7144ce6d19580d821089d6ed8f0771b82c40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 19:33:36 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1dd969a..21dd66f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { -- 2.49.1 From f9032a4d341a824604f5d51d37ce5cf5d2f201b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 19:33:37 +0000 Subject: [PATCH 2/5] 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 6b89ac1..b25fce1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-static" }} tag="Let's Connect" title="Get Your Free Estimate" - description="Ready to upgrade your roof? Reach out for a free consultation and professional inspection in Gadsden today." + description="Ready to upgrade your roof or home exterior? Reach out for a free consultation and professional inspection in Gadsden today." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394224944-9beay18i.jpg" buttonText="Schedule Now" mediaAnimation="slide-up" @@ -58,7 +58,7 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { id: "ca1", title: "What areas do you serve?", content: "We primarily serve the Gadsden, AL area and surrounding communities." }, - { id: "ca2", title: "How long does a replacement take?", content: "Most residential replacements are completed within 2 to 3 days depending on roof size." }, + { id: "ca2", title: "How long does a project take?", content: "Most projects are completed efficiently depending on scope and scale." }, ]} /> -- 2.49.1 From acb75f3543f73bd5d23b7250eba7fd0f112ccfa4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 19:33:38 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3854a8c..4501cda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star } from "lucide-react"; +import { Award, CheckCircle, Clock, Home, Shield, ShieldCheck, Star, Hammer, PaintBucket, Ruler, Home as House } from "lucide-react"; export default function LandingPage() { return ( @@ -77,8 +77,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Roof Replacement", description: "Full-scale roof replacements using premium materials designed for Alabama weather.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=1", imageAlt: "Replacement project" }, - items: [{ icon: CheckCircle, text: "Architectural Shingles" }, { icon: CheckCircle, text: "Metal Roofing Options" }, { icon: CheckCircle, text: "Lifetime Warranty" }], + title: "Roofing & Exteriors", description: "Beyond roofing, we provide complete exterior services to protect and enhance your home's curb appeal.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=1", imageAlt: "Roofing and exteriors" }, + items: [{ icon: Hammer, text: "Decks & Patios" }, { icon: PaintBucket, text: "Expert Siding Install" }, { icon: Ruler, text: "Gutter Systems" }], reverse: false, }, { @@ -92,8 +92,8 @@ export default function LandingPage() { reverse: false, }, ]} - title="Comprehensive Roofing Services" - description="From storm damage repair to custom roof replacement, we handle your Etowah and Calhoun county roofing needs with precision and care." + title="Comprehensive Home Services" + description="From storm damage repair to siding, decks, and custom roof replacement, we handle your home improvement needs with precision and care." /> -- 2.49.1 From 8f77c7e37dbf557e8edf00780bd24df428bbb90c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 19:33:39 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 171b2f7..9746dd3 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() {
-- 2.49.1 From af69438ac209ad6585ffcde0f7a4ac6cf9e7c056 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 19:33:39 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fccab5e..871b92b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import { CheckCircle, Shield, Star } from "lucide-react"; +import { CheckCircle, Shield, Star, Hammer, PaintBucket, Ruler } from "lucide-react"; export default function LandingPage() { return ( @@ -45,8 +45,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Roof Replacement", description: "Full-scale roof replacements using premium materials designed for Alabama weather.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=2", imageAlt: "Replacement project" }, - items: [{ icon: CheckCircle, text: "Architectural Shingles" }, { icon: CheckCircle, text: "Metal Roofing Options" }, { icon: CheckCircle, text: "Lifetime Warranty" }], + title: "Roofing & Exteriors", description: "Complete roofing, siding, deck installation, and exterior maintenance services for your home.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy.jpg?_wi=2", imageAlt: "Exteriors project" }, + items: [{ icon: Hammer, text: "Custom Decks" }, { icon: PaintBucket, text: "Premium Siding" }, { icon: Ruler, text: "Gutter Systems" }], reverse: false, }, { @@ -60,8 +60,8 @@ export default function LandingPage() { reverse: false, }, ]} - title="Comprehensive Roofing Services" - description="From storm damage repair to custom roof replacement, we handle your Gadsden roofing needs with precision and care." + title="Comprehensive Home Services" + description="We handle your complete home exterior needs, from roof replacement to siding and deck installations, with precision and care." /> @@ -77,7 +77,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752011.jpg" mediaAnimation="slide-up" title="Common Questions" - description="Have questions about your Gadsden roofing project? We're here to help." + description="Have questions about your Gadsden project? We're here to help." faqsAnimation="blur-reveal" /> -- 2.49.1