Update src/app/ed-print-farm-service/page.tsx

This commit is contained in:
2026-06-11 16:30:07 +00:00
parent 4f56db07b2
commit 7b8514e80c

View File

@@ -25,128 +25,138 @@ export default function EdPrintFarmServicePage() {
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "ED Print Farm", href: "/ed-print-farm-service" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="ED Print Farm Service"
description="Your trusted partner for advanced PCB 3D printing, enabling rapid prototyping and innovative electronic designs."
tag="Precision 3D Printing"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "Learn More", href: "#ed-print-farm-features" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Circuit board design" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "3D printer in action" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Abstract tech grid" }
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Electronic components" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Tech pattern" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "Data visualization" }
]}
carouselItemClassName="!aspect-[4/5]"
/>
<FeatureCardTwentyOne
id="ed-print-farm-features"
title="Key Features & Benefits"
description="Experience the advantages of our cutting-edge 3D printing technology for your electronic designs."
tag="Advanced Solutions"
tagIcon={FlaskConical}
accordionItems={[
{ id: "1", title: "High-Resolution Printing", content: "Achieve intricate designs with unparalleled precision and detail for your PCBs." },
{ id: "2", title: "Rapid Prototyping", content: "Accelerate your development cycle with quick turnarounds and fast iteration capabilities." },
{ id: "3", title: "Multi-Material Capability", content: "Print with a variety of conductive and dielectric materials to meet diverse project needs." },
{ id: "4", title: "Cost-Effective Solutions", content: "Reduce manufacturing costs and material waste without compromising on quality or performance." },
{ id: "5", title: "Expert Support & Consultation", content: "Our team of specialists is here to assist you from design optimization to final production." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp"
imageAlt="3D printed circuit board"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"
/>
<PricingCardTwo
id="ed-print-farm-pricing"
title="Flexible Service Plans"
description="Choose the plan that best suits your project needs, from initial prototypes to scalable production."
tag="Tailored for You"
tagIcon={CircleDollarSign}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "starter", badge: "Starter", price: "$99/project", subtitle: "Ideal for initial prototypes and small batches.", buttons: [{ text: "Get Started", href: "#contact" }],
features: ["1 Prototype Print", "Standard Materials", "Basic Design Review"]
},
{
id: "professional", badge: "Professional", price: "$499/project", subtitle: "For advanced development and multiple iterations.", buttons: [{ text: "Choose Plan", href: "#contact" }],
features: ["Up to 5 Prototype Prints", "Premium Materials", "Advanced Design Review", "Dedicated Support"]
},
{
id: "enterprise", badge: "Enterprise", price: "Custom Quote", subtitle: "Scalable solutions for large-scale production.", buttons: [{ text: "Contact Sales", href: "#contact" }],
features: ["Unlimited Prints", "Full Material Range", "Priority Support", "Volume Discounts", "On-site Consultation"]
}
]}
/>
<ContactCTA
tag="Get a Quote"
title="Ready to Innovate with 3D Printed Electronics?"
description="Partner with us to bring your most complex electronic designs to life. Let's discuss your project and provide a tailored solution."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start a Project", href: "#contact" },
{ text: "View Our Technology", href: "#ed-print-farm-features" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
{ label: "ED Print Farm", href: "/ed-print-farm-service" }
],
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
]}
/>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "ED Print Farm", id: "/ed-print-farm-service" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="ED Print Farm Service"
description="Your trusted partner for advanced PCB 3D printing, enabling rapid prototyping and innovative electronic designs."
tag="Precision 3D Printing"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "Learn More", href: "#ed-print-farm-features" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Circuit board design" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "3D printer in action" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Abstract tech grid" }
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Electronic components" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Tech pattern" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "Data visualization" }
]}
carouselItemClassName="!aspect-[4/5]"
/>
</div>
<div id="ed-print-farm-features" data-section="ed-print-farm-features">
<FeatureCardTwentyOne
title="Key Features & Benefits"
description="Experience the advantages of our cutting-edge 3D printing technology for your electronic designs."
tag="Advanced Solutions"
tagIcon={FlaskConical}
accordionItems={[
{ id: "1", title: "High-Resolution Printing", content: "Achieve intricate designs with unparalleled precision and detail for your PCBs." },
{ id: "2", title: "Rapid Prototyping", content: "Accelerate your development cycle with quick turnarounds and fast iteration capabilities." },
{ id: "3", title: "Multi-Material Capability", content: "Print with a variety of conductive and dielectric materials to meet diverse project needs." },
{ id: "4", title: "Cost-Effective Solutions", content: "Reduce manufacturing costs and material waste without compromising on quality or performance." },
{ id: "5", title: "Expert Support & Consultation", content: "Our team of specialists is here to assist you from design optimization to final production." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp"
imageAlt="3D printed circuit board"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"
/>
</div>
<div id="ed-print-farm-pricing" data-section="ed-print-farm-pricing">
<PricingCardTwo
title="Flexible Service Plans"
description="Choose the plan that best suits your project needs, from initial prototypes to scalable production."
tag="Tailored for You"
tagIcon={CircleDollarSign}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "starter", badge: "Starter", price: "$99/project", subtitle: "Ideal for initial prototypes and small batches.", buttons: [{ text: "Get Started", href: "#contact" }],
features: ["1 Prototype Print", "Standard Materials", "Basic Design Review"]
},
{
id: "professional", badge: "Professional", price: "$499/project", subtitle: "For advanced development and multiple iterations.", buttons: [{ text: "Choose Plan", href: "#contact" }],
features: ["Up to 5 Prototype Prints", "Premium Materials", "Advanced Design Review", "Dedicated Support"]
},
{
id: "enterprise", badge: "Enterprise", price: "Custom Quote", subtitle: "Scalable solutions for large-scale production.", buttons: [{ text: "Contact Sales", href: "#contact" }],
features: ["Unlimited Prints", "Full Material Range", "Priority Support", "Volume Discounts", "On-site Consultation"]
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Get a Quote"
title="Ready to Innovate with 3D Printed Electronics?"
description="Partner with us to bring your most complex electronic designs to life. Let's discuss your project and provide a tailored solution."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start a Project", href: "#contact" },
{ text: "View Our Technology", href: "#ed-print-farm-features" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
{ label: "ED Print Farm", href: "/ed-print-farm-service" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);