From c8f20e2529cab5ec3b6cc5dfca4e1b72f9683131 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:19:50 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 177b72c..21c3a63 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" },