Update src/app/services/page.tsx

This commit is contained in:
2026-02-25 23:29:50 +00:00
parent f3c863761d
commit 952aae899e

View File

@@ -16,7 +16,7 @@ export default function ServicesPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="large" sizing="large"
background="aurora" background="circleGradient"
cardStyle="solid" cardStyle="solid"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -43,24 +43,15 @@ export default function ServicesPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "repair", id: "repair", label: "Repair", title: "Expert Roof Repair Services", items: ["Leak detection and sealing", "Flashing repairs", "Storm damage restoration", "Emergency patching"],
label: "Repair",
title: "Expert Roof Repair Services",
items: ["Leak detection and sealing", "Flashing repairs", "Storm damage restoration", "Emergency patching"],
buttons: [{ text: "Get Quote", href: "/contact" }] buttons: [{ text: "Get Quote", href: "/contact" }]
}, },
{ {
id: "replacement", id: "replacement", label: "Replace", title: "Complete Roof Replacement", items: ["Full tear-offs and installation", "Premium material selection", "Structural assessment", "Comprehensive warranty"],
label: "Replace",
title: "Complete Roof Replacement",
items: ["Full tear-offs and installation", "Premium material selection", "Structural assessment", "Comprehensive warranty"],
buttons: [{ text: "Learn More", href: "/contact" }] buttons: [{ text: "Learn More", href: "/contact" }]
}, },
{ {
id: "emergency", id: "emergency", label: "Emergency", title: "24/7 Emergency Services", items: ["Winter service availability", "Storm damage response", "Temporary protection", "Insurance coordination"],
label: "Emergency",
title: "24/7 Emergency Services",
items: ["Winter service availability", "Storm damage response", "Temporary protection", "Insurance coordination"],
buttons: [{ text: "Call Now", href: "tel:+1234567890" }] buttons: [{ text: "Call Now", href: "tel:+1234567890" }]
} }
]} ]}
@@ -76,14 +67,10 @@ export default function ServicesPage() {
metricsAnimation="slide-up" metricsAnimation="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "Step 1", description: "Free Inspection: We assess your roof thoroughly and explain exactly what we find."
value: "Step 1",
description: "Free Inspection: We assess your roof thoroughly and explain exactly what we find."
}, },
{ {
id: "2", id: "2", value: "Step 2", description: "Clear, Honest Estimate: Transparent pricing with no surprises. You know exactly what to expect."
value: "Step 2",
description: "Clear, Honest Estimate: Transparent pricing with no surprises. You know exactly what to expect."
} }
]} ]}
/> />
@@ -96,8 +83,9 @@ export default function ServicesPage() {
description="Contact us today for a free inspection and honest assessment of your roofing needs." description="Contact us today for a free inspection and honest assessment of your roofing needs."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg"
imageAlt="Professional roofing team ready to help" imageAlt="Professional roofing team ready to help"
mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email for service information" inputPlaceholder="Enter your email for service information"
buttonText="Get Service Quote" buttonText="Get Service Quote"