@@ -63,7 +63,7 @@ export default function LandingPage() {
< div id = "about-home" data-section = "about-home" >
< MediaAbout
useInvertedBackground = { false }
title = "Gadsden' s Trusted Luxury Roofing Expert"
title = "Etowah and Calhoun county’ s Trusted Roofing Expert"
description = "We specialize in high-end roof replacement and storm damage assistance, ensuring your home remains secure and sophisticated for years to come."
imageSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394368506-b98fzk11.jpg"
imageAlt = "Professional roof inspection team"
@@ -78,7 +78,7 @@ export default function LandingPage() {
features = { [
{
title : "Roof Replacement" , description : "Full-scale roof replacements using premium materials designed for Alabama weather." , media : {
imageSrc : "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711 .jpg" , imageAlt : "Replacement project" } ,
imageSrc : "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397555725-hvallagy .jpg" , imageAlt : "Replacement project" } ,
items : [
{ icon : CheckCircle , text : "Architectural Shingles" } ,
{ icon : CheckCircle , text : "Metal Roofing Options" } ,
@@ -88,7 +88,7 @@ export default function LandingPage() {
} ,
{
title : "Storm & Hail Damage" , description : "Expert assessments and seamless insurance claim assistance for storm-damaged roofs." , media : {
imageSrc : "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468680 .jpg" , imageAlt : "Storm damage repair" } ,
imageSrc : "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394430092-e9m33ied .jpg" , imageAlt : "Storm damage repair" } ,
items : [
{ icon : Shield , text : "Free Inspection" } ,
{ icon : Shield , text : "Insurance Coordination" } ,
@@ -98,7 +98,7 @@ export default function LandingPage() {
} ,
{
title : "Routine Inspection" , description : "Keep your roof in pristine condition with our comprehensive local maintenance and inspection services." , media : {
imageSrc : "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343701 .jpg" , imageAlt : "Routine inspection" } ,
imageSrc : "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394101196-i8tpdvoq .jpg" , imageAlt : "Routine inspection" } ,
items : [
{ icon : Star , text : "Detailed Reporting" } ,
{ icon : Star , text : "Preventive Maintenance" } ,
@@ -109,6 +109,7 @@ export default function LandingPage() {
] }
title = "Comprehensive Roofing Services"
description = "From storm damage repair to custom roof replacement, we handle your Gadsden roofing needs with precision and care."
textBoxTitleClassName = "text-white"
/ >
< / div >
@@ -121,8 +122,8 @@ export default function LandingPage() {
title = "Our Performance in Gadsden"
description = "Numbers that reflect our dedication to roofing excellence and customer satisfaction."
metrics = { [
{ id : "m1" , value : "5 00+" , title : "Roofs Completed" , description : "Successful projects delivered across Alabama." , icon : Home } ,
{ id : "m2" , value : "1 5+" , title : "Years Experience" , description : "Building trust through precision craftsmanship." , icon : Award } ,
{ id : "m1" , value : "2 00+" , title : "Roofs Completed" , description : "Successful projects delivered across Alabama." , icon : Home } ,
{ id : "m2" , value : "5+ " , title : "Years Experience" , description : "Building trust through precision craftsmanship." , icon : Award } ,
{ id : "m3" , value : "100%" , title : "Insured/Bonded" , description : "Safety and reliability guaranteed on every site." , icon : ShieldCheck } ,
{ id : "m4" , value : "24/7" , title : "Emergency Help" , description : "Ready to respond to urgent storm damage." , icon : Clock } ,
] }
@@ -140,11 +141,11 @@ export default function LandingPage() {
{
id : "p1" , title : "Essential Roof Maintenance" , price : "$299" , period : "/visit" , features : [ "Gutter Inspection" , "Shingle Assessment" , "Leak Prevention Check" ] ,
button : { text : "Select Plan" , href : "/contact" } ,
imageSrc : "http://img.b2bpic.net/free-photo/traditional-ceramic-roof-tiles-government-building-dijon-burgundy-france_1101-2625 .jpg" , imageAlt : "Maintenance inspection" } ,
imageSrc : "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777394133019-yzbsb1be .jpg" , imageAlt : "Maintenance inspection" } ,
{
id : "p2" , title : "Full Replacement Project" , price : "Custom" , period : "/quote" , features : [ "Premium Materials" , "Full Disposal & Cleanup" , "Lifetime Warranty" ] ,
button : { text : "Get Quote" , href : "/contact" } ,
imageSrc : "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666437 .jpg" , imageAlt : "Full roof project" } ,
imageSrc : "https ://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CU9LXLTd45U3bRy6xudZUdJbpk/uploaded-1777397720116-lceb06q1 .jpg" , imageAlt : "Full roof project" } ,
] }
/ >
< / div >
@@ -163,4 +164,4 @@ export default function LandingPage() {
< / ReactLenis >
< / ThemeProvider >
) ;
}
}