Update src/app/services/page.tsx
This commit is contained in:
@@ -36,7 +36,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -59,30 +59,21 @@ export default function ServicesPage() {
|
||||
tag="Expert Solutions"
|
||||
features={[
|
||||
{
|
||||
title: "Emergency Roof Repairs",
|
||||
description: "Immediate response to leaks, storm damage, and urgent roofing issues. Available 24/7 for your peace of mind.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Emergency Roof Repairs", description: "Immediate response to leaks, storm damage, and urgent roofing issues. Available 24/7 for your peace of mind.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: AlertCircle, label: "Same-Day Response", value: "Available" },
|
||||
{ icon: Shield, label: "Emergency Coverage", value: "24/7" },
|
||||
{ icon: Wrench, label: "Fast Turnaround", value: "24-48hrs" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "New Roof Installations",
|
||||
description: "Complete roof replacements and new installations using premium quality materials. Full consultation and design service included.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "New Roof Installations", description: "Complete roof replacements and new installations using premium quality materials. Full consultation and design service included.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Home, label: "Residential", value: "Expert Work" },
|
||||
{ icon: Building2, label: "Commercial", value: "Professional" },
|
||||
{ icon: Star, label: "Quality Materials", value: "Guaranteed" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Flat Roof Specialization",
|
||||
description: "Dedicated expertise in flat roofing systems including EPDM rubber, felt, and slate applications for modern properties.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Flat Roof Specialization", description: "Dedicated expertise in flat roofing systems including EPDM rubber, felt, and slate applications for modern properties.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Square, label: "EPDM Systems", value: "Durable" },
|
||||
{ icon: Droplets, label: "Waterproofing", value: "Certified" },
|
||||
{ icon: Zap, label: "Modern Materials", value: "Available" },
|
||||
|
||||
Reference in New Issue
Block a user