Update src/app/storm-insurance/page.tsx

This commit is contained in:
2026-03-04 20:50:49 +00:00
parent fdae63a117
commit ec7e83da00

View File

@@ -25,7 +25,7 @@ const StormInsurancePage = () => {
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="grid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -53,7 +53,7 @@ const StormInsurancePage = () => {
{ value: "100+", title: "Storm assessments completed" },
{ value: "Fast", title: "Same-day or next-day inspections" },
]}
imageSrc="http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/old-houses_53876-33815.jpg"
imageAlt="Storm damage assessment"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -71,32 +71,14 @@ const StormInsurancePage = () => {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Comprehensive Damage Documentation",
author: "Insurance-Ready Reports",
description: "We provide detailed inspection reports with professional photography and measurements. Your insurance company gets exactly what they need to process your claim.",
tags: ["Photo Documentation", "Detailed Reports"],
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg?_wi=3",
imageAlt: "Professional inspection documentation",
},
id: "1", title: "Comprehensive Damage Documentation", author: "Insurance-Ready Reports", description: "We provide detailed inspection reports with professional photography and measurements. Your insurance company gets exactly what they need to process your claim.", tags: ["Photo Documentation", "Detailed Reports"],
imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", imageAlt: "Professional inspection documentation"},
{
id: "2",
title: "Insurance Claim Support",
author: "Adjuster Coordination",
description: "We work directly with your insurance adjuster. We can attend inspections, explain findings, and advocate for your coverage.",
tags: ["Adjuster Meetings", "Claim Support"],
imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg?_wi=4",
imageAlt: "Insurance claim coordination",
},
id: "2", title: "Insurance Claim Support", author: "Adjuster Coordination", description: "We work directly with your insurance adjuster. We can attend inspections, explain findings, and advocate for your coverage.", tags: ["Adjuster Meetings", "Claim Support"],
imageSrc: "http://img.b2bpic.net/free-photo/industrial-plant-shareholders-conducting-research-reading-paperwork_482257-123385.jpg", imageAlt: "Insurance claim coordination"},
{
id: "3",
title: "Fast Emergency Response",
author: "Storm Season Ready",
description: "During hurricane season, we prioritize storm damage assessments. Same-day or next-day inspections to document damage before further deterioration.",
tags: ["24-Hour Service", "Priority Response"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359695.jpg?_wi=4",
imageAlt: "Emergency response services",
},
id: "3", title: "Fast Emergency Response", author: "Storm Season Ready", description: "During hurricane season, we prioritize storm damage assessments. Same-day or next-day inspections to document damage before further deterioration.", tags: ["24-Hour Service", "Priority Response"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359695.jpg", imageAlt: "Emergency response services"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -119,7 +101,7 @@ const StormInsurancePage = () => {
{ text: "Call Now", href: "tel:+18005551234" },
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -132,19 +114,13 @@ const StormInsurancePage = () => {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/roofsonly",
ariaLabel: "Facebook",
},
href: "https://facebook.com/roofsonly", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://instagram.com/roofsonly",
ariaLabel: "Instagram",
},
href: "https://instagram.com/roofsonly", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://linkedin.com/company/roofsonly",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/roofsonly", ariaLabel: "LinkedIn"},
]}
/>
</div>