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() {
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." },
]}
/>
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."
/>
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() {
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"
/>