Update src/app/services/page.tsx
This commit is contained in:
@@ -16,7 +16,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -43,24 +43,15 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "repair",
|
||||
label: "Repair",
|
||||
title: "Expert Roof Repair Services",
|
||||
items: ["Leak detection and sealing", "Flashing repairs", "Storm damage restoration", "Emergency patching"],
|
||||
id: "repair", 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" }]
|
||||
},
|
||||
{
|
||||
id: "replacement",
|
||||
label: "Replace",
|
||||
title: "Complete Roof Replacement",
|
||||
items: ["Full tear-offs and installation", "Premium material selection", "Structural assessment", "Comprehensive warranty"],
|
||||
id: "replacement", 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" }]
|
||||
},
|
||||
{
|
||||
id: "emergency",
|
||||
label: "Emergency",
|
||||
title: "24/7 Emergency Services",
|
||||
items: ["Winter service availability", "Storm damage response", "Temporary protection", "Insurance coordination"],
|
||||
id: "emergency", 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" }]
|
||||
}
|
||||
]}
|
||||
@@ -76,14 +67,10 @@ export default function ServicesPage() {
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Step 1",
|
||||
description: "Free Inspection: We assess your roof thoroughly and explain exactly what we find."
|
||||
id: "1", value: "Step 1", description: "Free Inspection: We assess your roof thoroughly and explain exactly what we find."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Step 2",
|
||||
description: "Clear, Honest Estimate: Transparent pricing with no surprises. You know exactly what to expect."
|
||||
id: "2", 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."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email for service information"
|
||||
buttonText="Get Service Quote"
|
||||
|
||||
Reference in New Issue
Block a user