From 795776a6a20183c28ba6d0dcdc71fc5fc3d0d1f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:22:13 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 58 +++++++++------------------------------ 1 file changed, 13 insertions(+), 45 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b605df8..dca69af 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,7 +24,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -36,9 +36,7 @@ export default function ServicesPage() { brandName="DDD" navItems={navItems} button={{ - text: "Call Now", - href: "tel:+17271111234", - }} + text: "Call Now", href: "tel:+17271111234"}} /> @@ -51,47 +49,23 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "step-1", - label: "01", - title: "Share Your Idea", - items: [ - "Tell us about your concept or share sketches", - "Describe your goals and timeline", - "No idea too rough or ambitious", - ], + id: "step-1", label: "01", title: "Share Your Idea", items: [ + "Tell us about your concept or share sketches", "Describe your goals and timeline", "No idea too rough or ambitious"], buttons: [], }, { - id: "step-2", - label: "02", - title: "Free Quote & Analysis", - items: [ - "Receive expert feedback on feasibility", - "Get transparent pricing estimate", - "Learn about best approaches for your project", - ], + id: "step-2", label: "02", title: "Free Quote & Analysis", items: [ + "Receive expert feedback on feasibility", "Get transparent pricing estimate", "Learn about best approaches for your project"], buttons: [], }, { - id: "step-3", - label: "03", - title: "Design & Prototype", - items: [ - "Our team creates CAD models and prototypes", - "Rapid iteration based on your feedback", - "Refinement cycles until you're satisfied", - ], + id: "step-3", label: "03", title: "Design & Prototype", items: [ + "Our team creates CAD models and prototypes", "Rapid iteration based on your feedback", "Refinement cycles until you're satisfied"], buttons: [], }, { - id: "step-4", - label: "04", - title: "Production Ready", - items: [ - "Finalized design files and documentation", - "Ready for manufacturing or scaling", - "Ongoing support for future iterations", - ], + id: "step-4", label: "04", title: "Production Ready", items: [ + "Finalized design files and documentation", "Ready for manufacturing or scaling", "Ongoing support for future iterations"], buttons: [], }, ]} @@ -114,19 +88,13 @@ export default function ServicesPage() { mediaAnimation="slide-up" bulletPoints={[ { - title: "Complete CAD Services", - description: "From concept drawings to production-ready CAD files with technical precision.", - icon: CheckCircle, + title: "Complete CAD Services", description: "From concept drawings to production-ready CAD files with technical precision.", icon: CheckCircle, }, { - title: "Rapid 3D Printing", - description: "Same-day or next-day turnaround on most prints using FDM and SLA technology.", - icon: Zap, + title: "Rapid 3D Printing", description: "Same-day or next-day turnaround on most prints using FDM and SLA technology.", icon: Zap, }, { - title: "Expert Problem Solving", - description: "We identify design challenges early and provide innovative solutions.", - icon: Lightbulb, + title: "Expert Problem Solving", description: "We identify design challenges early and provide innovative solutions.", icon: Lightbulb, }, ]} />