Update src/app/contact/page.tsx
This commit is contained in:
@@ -22,7 +22,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -34,9 +34,7 @@ export default function ContactPage() {
|
||||
brandName="DDD"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+17271111234",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+17271111234"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,35 +62,17 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What file types do you accept?",
|
||||
content: "We accept CAD files (STEP, IGES, DWG), 3D model files (STL, OBJ, 3MF), 2D drawings (PDF, DXF), sketches, and concept images. If you're unsure about your file format, contact us and we can advise.",
|
||||
},
|
||||
id: "1", title: "What file types do you accept?", content: "We accept CAD files (STEP, IGES, DWG), 3D model files (STL, OBJ, 3MF), 2D drawings (PDF, DXF), sketches, and concept images. If you're unsure about your file format, contact us and we can advise."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can you help if I only have an idea or sketch?",
|
||||
content: "Absolutely! We work with inventors and entrepreneurs at every stage. Bring us your idea—rough sketch, napkin drawing, or detailed concept—and our team will help refine it into a viable product. We offer a free product analysis to evaluate feasibility.",
|
||||
},
|
||||
id: "2", title: "Can you help if I only have an idea or sketch?", content: "Absolutely! We work with inventors and entrepreneurs at every stage. Bring us your idea—rough sketch, napkin drawing, or detailed concept—and our team will help refine it into a viable product. We offer a free product analysis to evaluate feasibility."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How fast can you print a part?",
|
||||
content: "Many prints are available same-day or next-day, depending on size and complexity. We prioritize quick turnaround on prototypes. Contact us with your specifications and we'll give you an exact timeline and quote.",
|
||||
},
|
||||
id: "3", title: "How fast can you print a part?", content: "Many prints are available same-day or next-day, depending on size and complexity. We prioritize quick turnaround on prototypes. Contact us with your specifications and we'll give you an exact timeline and quote."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer CAD design before printing?",
|
||||
content: "Yes! We provide full CAD design and engineering services. We can create models from your concept, refine designs, generate technical renderings, and prepare files for manufacturing or 3D printing.",
|
||||
},
|
||||
id: "4", title: "Do you offer CAD design before printing?", content: "Yes! We provide full CAD design and engineering services. We can create models from your concept, refine designs, generate technical renderings, and prepare files for manufacturing or 3D printing."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you work with startups and inventors?",
|
||||
content: "Yes, we specialize in supporting startups, inventors, and entrepreneurs. Whether you're at MVP stage or scaling production, we provide flexible, personalized service tailored to your project and timeline.",
|
||||
},
|
||||
id: "5", title: "Do you work with startups and inventors?", content: "Yes, we specialize in supporting startups, inventors, and entrepreneurs. Whether you're at MVP stage or scaling production, we provide flexible, personalized service tailored to your project and timeline."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Are appointments required?",
|
||||
content: "We operate by appointment only to ensure dedicated attention to your project. Contact us by phone, email, or our online form to schedule a consultation. We're flexible with scheduling to accommodate your availability.",
|
||||
},
|
||||
id: "6", title: "Are appointments required?", content: "We operate by appointment only to ensure dedicated attention to your project. Contact us by phone, email, or our online form to schedule a consultation. We're flexible with scheduling to accommodate your availability."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user