Update src/app/services/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user