Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 16:29:00 +00:00
3 changed files with 334 additions and 95 deletions

View File

@@ -0,0 +1,153 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Sparkles, FlaskConical, CircleDollarSign } from "lucide-react";
export default function EdPrintFarmServicePage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
secondaryButtonStyle="glass"
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: "#" },
],
},
]}
/>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -35,8 +35,9 @@ export default function WebAgency2Page() {
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" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>
@@ -78,28 +79,18 @@ export default function WebAgency2Page() {
buttonAnimation="slide-up"
features={[
{
title: "SEO",
description: "We optimize your website to rank higher on search engines and drive organic traffic.",
bentoComponent: "marquee",
centerIcon: Search,
variant: "text",
texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"],
title: "SEO", description: "We optimize your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search,
variant: "text", texts: ["Keywords", "Backlinks", "Meta Tags", "Organic Traffic", "Rankings", "Analytics", "SERP", "Indexing"],
},
{
title: "Web Development",
description: "Custom-built websites that are fast, responsive, and designed to convert.",
bentoComponent: "media-stack",
items: [
title: "Web Development", description: "Custom-built websites that are fast, responsive, and designed to convert.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web project - AgentFlow AI platform" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web project - Architecture studio" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Web project - Summit Roofing" },
],
},
{
title: "Branding",
description: "Build a memorable brand identity that resonates with your audience.",
bentoComponent: "media-stack",
items: [
title: "Branding", description: "Build a memorable brand identity that resonates with your audience.", bentoComponent: "media-stack", items: [
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Brand project 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Brand project 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Brand project 3" },
@@ -117,45 +108,20 @@ export default function WebAgency2Page() {
cardClassName="!h-auto aspect-video"
features={[
{
title: "Umbra Skincare",
description: "Luxury fragrance e-commerce",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp",
imageAlt: "Umbra Skincare website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Umbra Skincare", description: "Luxury fragrance e-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Luxuria Travel",
description: "Bespoke luxury travel experiences",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp",
imageAlt: "Luxuria Travel website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Luxuria Travel", description: "Bespoke luxury travel experiences", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Dental Care",
description: "Premier dental practice",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp",
imageAlt: "Luxury Dental Care website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Dental Care", description: "Premier dental practice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Summit Roofing",
description: "Professional roofing services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp",
imageAlt: "Summit Roofing website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Dubai Real Estate",
description: "Luxury property listings",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp",
imageAlt: "Dubai Real Estate website",
buttonIcon: ArrowUpRight,
buttonHref: "#",
},
title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
]}
/>
<FeatureBento
@@ -166,14 +132,9 @@ export default function WebAgency2Page() {
animationType="slide-up"
features={[
{
title: "All Devices Optimization",
description: "Pixel-perfect websites that look stunning on every screen size and device.",
bentoComponent: "phone",
statusIcon: Lock,
title: "All Devices Optimization", description: "Pixel-perfect websites that look stunning on every screen size and device.", bentoComponent: "phone", statusIcon: Lock,
alertIcon: Monitor,
alertTitle: "Responsive check",
alertMessage: "All breakpoints passed",
apps: [
alertTitle: "Responsive check", alertMessage: "All breakpoints passed", apps: [
{ name: "Phone", icon: Phone },
{ name: "SMS", icon: MessageCircle },
{ name: "Books", icon: BookOpen },
@@ -185,29 +146,17 @@ export default function WebAgency2Page() {
],
},
{
title: "Secure Hosting",
description: "Enterprise-grade security and 99.9% uptime for your website.",
bentoComponent: "reveal-icon",
icon: Shield,
title: "Secure Hosting", description: "Enterprise-grade security and 99.9% uptime for your website.", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Fast Turnaround",
description: "From concept to launch in record time without sacrificing quality.",
bentoComponent: "timeline",
heading: "Project Launch",
subheading: "Week 1",
items: [
title: "Fast Turnaround", description: "From concept to launch in record time without sacrificing quality.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Week 1", items: [
{ label: "Discovery & wireframes", detail: "Day 1-3" },
{ label: "Design & development", detail: "Day 4-10" },
{ label: "Testing & deployment", detail: "Day 11-14" },
],
completedLabel: "Live",
},
completedLabel: "Live"},
{
title: "Seamless Integrations",
description: "Connect with the tools you already use — CRMs, analytics, payments, and more.",
bentoComponent: "orbiting-icons",
centerIcon: Puzzle,
title: "Seamless Integrations", description: "Connect with the tools you already use — CRMs, analytics, payments, and more.", bentoComponent: "orbiting-icons", centerIcon: Puzzle,
items: [
{ icon: Shield },
{ icon: Monitor },
@@ -216,10 +165,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Growth Trends",
description: "Data-driven insights to optimize your search presence and drive traffic.",
bentoComponent: "line-chart",
},
title: "Growth Trends", description: "Data-driven insights to optimize your search presence and drive traffic.", bentoComponent: "line-chart"},
]}
/>
<TestimonialCardFifteen
@@ -254,21 +200,11 @@ export default function WebAgency2Page() {
animationType="slide-up"
negativeCard={{
items: [
"Generic templates with no personality",
"Slow load times and poor performance",
"No SEO strategy or search visibility",
"Outdated design that hurts credibility",
"No ongoing support after launch",
],
"Generic templates with no personality", "Slow load times and poor performance", "No SEO strategy or search visibility", "Outdated design that hurts credibility", "No ongoing support after launch"],
}}
positiveCard={{
items: [
"Custom designs tailored to your brand",
"Lightning-fast performance on all devices",
"Built-in SEO to drive organic traffic",
"Modern design that builds trust",
"Dedicated support and maintenance",
],
"Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"],
}}
/>
<TeamCardFive
@@ -315,8 +251,7 @@ export default function WebAgency2Page() {
copyrightText="© 2026 | Webild"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Services", href: "#services" },
{ label: "Work", href: "#work" },
@@ -324,8 +259,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
@@ -333,8 +267,7 @@ export default function WebAgency2Page() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },

View File

@@ -0,0 +1,153 @@
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Zap, Scale, Globe, Shield, Puzzle, DollarSign, Phone } from "lucide-react";
export default function RenderingFarmServicePage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "Rendering Farm", href: "/rendering-farm-service" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
/>
<HeroSplitKpi
title="High-Performance Cloud Rendering for Artists & Studios"
description="Accelerate your creative workflow with our scalable and secure rendering farm. Get your projects rendered faster, without the upfront hardware costs."
tag="Blazing Fast Rendering"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "View Pricing", href: "#pricing" }
]}
buttonAnimation="slide-up"
kpis={[
{ value: "99.9%", label: "Uptime" },
{ value: "1000+", label: "Cores Available" },
{ value: "75%", label: "Cost Savings" }
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/hero-placeholder-1.webp"
imageAlt="Rendering farm servers in a data center"
imagePosition="right"
/>
<FeatureCardEight
title="Why Choose Our Rendering Farm?"
description="Powerful features designed to optimize your rendering process."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Scalable Infrastructure", description: "Instantly scale your rendering power up or down based on project demands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-1.webp", imageAlt: "Scalable cloud infrastructure icon"
},
{
title: "Global Accessibility", description: "Access your projects and render from anywhere in the world.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-2.webp", imageAlt: "Globe showing global access"
},
{
title: "Secure & Reliable", description: "Your data is protected with enterprise-grade security and backups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-3.webp", imageAlt: "Shield icon for security"
},
{
title: "Broad Software Support", description: "Compatible with all major 3D software and render engines.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-4.webp", imageAlt: "Puzzle icon for integrations"
},
{
title: "Cost-Effective", description: "Pay-as-you-go model with no hidden fees, only for what you use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-5.webp", imageAlt: "Dollar sign icon for cost-effectiveness"
},
{
title: "24/7 Expert Support", description: "Our dedicated team is always available to assist you with any rendering challenges.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/placeholders/placeholder-image-6.webp", imageAlt: "Phone icon for 24/7 support"
}
]}
/>
<PricingCardFive
title="Flexible Pricing Plans"
description="Choose the plan that best fits your project needs and budget."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
id="pricing"
plans={[
{
id: "basic", tag: "Starter", price: "$0.01/GHZ-hour", period: "per project", description: "Ideal for individual artists and small projects.", button: { text: "Start Basic", href: "#contact" },
featuresTitle: "Includes:", features: [
"100 GHZ-hours free", "Standard Priority", "Email Support", "Basic Software Compatibility"
]
},
{
id: "pro", tag: "Professional", price: "$0.008/GHZ-hour", period: "per project", description: "Perfect for growing studios and complex productions.", button: { text: "Go Pro", href: "#contact" },
featuresTitle: "Everything in Basic, plus:", features: [
"High Priority Rendering", "Live Chat Support", "Advanced Software Compatibility", "API Access"
]
},
{
id: "enterprise", tag: "Enterprise", price: "Custom", period: "per project", description: "Tailored solutions for large studios with specific requirements.", button: { text: "Contact Sales", href: "#contact" },
featuresTitle: "Everything in Pro, plus:", features: [
"Dedicated Account Manager", "24/7 Phone Support", "Custom Integrations", "Volume Discounts"
]
}
]}
/>
<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: "Rendering Farm", href: "/rendering-farm-service" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>
</ThemeProvider>
);
}