Merge version_1 into main #2
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,10 +44,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Founded over two decades ago, MEC Works has evolved into a premier provider of industrial engineering and manufacturing solutions. Our journey began with a simple mission: to transform complex industrial challenges into competitive advantages through technical innovation.",
|
||||
"Today, our team comprises experienced engineers, technical consultants, and manufacturing specialists who understand the unique demands of modern industrial operations. We have successfully partnered with hundreds of companies across manufacturing, automotive, aerospace, and pharmaceutical sectors.",
|
||||
"Our commitment to quality, reliability, and customer success remains unwavering. We invest continuously in advanced technology, training, and infrastructure to ensure we deliver solutions that exceed industry standards and drive measurable results for our partners.",
|
||||
]}
|
||||
"Founded over two decades ago, MEC Works has evolved into a premier provider of industrial engineering and manufacturing solutions. Our journey began with a simple mission: to transform complex industrial challenges into competitive advantages through technical innovation.", "Today, our team comprises experienced engineers, technical consultants, and manufacturing specialists who understand the unique demands of modern industrial operations. We have successfully partnered with hundreds of companies across manufacturing, automotive, aerospace, and pharmaceutical sectors.", "Our commitment to quality, reliability, and customer success remains unwavering. We invest continuously in advanced technology, training, and infrastructure to ensure we deliver solutions that exceed industry standards and drive measurable results for our partners."]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
|
||||
@@ -66,28 +63,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Successful industrial solutions delivered globally",
|
||||
icon: CheckCircle,
|
||||
id: "1", value: "500+", title: "Projects Completed", description: "Successful industrial solutions delivered globally", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "40%",
|
||||
title: "Avg. Efficiency Gain",
|
||||
description: "Performance improvement across client facilities",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "40%", title: "Avg. Efficiency Gain", description: "Performance improvement across client facilities", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Industry-leading expertise and proven leadership",
|
||||
icon: Award,
|
||||
id: "3", value: "20+", title: "Years Experience", description: "Industry-leading expertise and proven leadership", icon: Award,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,41 +89,23 @@ export default function AboutPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "When was MEC Works founded?",
|
||||
content:
|
||||
"MEC Works was established over 20 years ago with a vision to revolutionize industrial engineering and manufacturing solutions. We have since grown into a trusted partner for companies seeking technical excellence and operational efficiency.",
|
||||
},
|
||||
id: "1", title: "When was MEC Works founded?", content:
|
||||
"MEC Works was established over 20 years ago with a vision to revolutionize industrial engineering and manufacturing solutions. We have since grown into a trusted partner for companies seeking technical excellence and operational efficiency."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What industries do you serve?",
|
||||
content:
|
||||
"We specialize in serving manufacturing, automotive, aerospace, pharmaceutical, and food processing industries. Our deep expertise in each sector allows us to deliver highly customized solutions tailored to specific industry requirements.",
|
||||
},
|
||||
id: "2", title: "What industries do you serve?", content:
|
||||
"We specialize in serving manufacturing, automotive, aerospace, pharmaceutical, and food processing industries. Our deep expertise in each sector allows us to deliver highly customized solutions tailored to specific industry requirements."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What makes MEC Works different?",
|
||||
content:
|
||||
"Our combination of technical expertise, innovative approach, and unwavering commitment to customer success sets us apart. We invest heavily in advanced technology and continuous training to ensure we deliver solutions that exceed industry standards.",
|
||||
},
|
||||
id: "3", title: "What makes MEC Works different?", content:
|
||||
"Our combination of technical expertise, innovative approach, and unwavering commitment to customer success sets us apart. We invest heavily in advanced technology and continuous training to ensure we deliver solutions that exceed industry standards."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your company culture?",
|
||||
content:
|
||||
"Our culture is built on collaboration, innovation, and excellence. We believe in empowering our team members to think creatively, take ownership, and deliver exceptional results for our clients.",
|
||||
},
|
||||
id: "4", title: "What is your company culture?", content:
|
||||
"Our culture is built on collaboration, innovation, and excellence. We believe in empowering our team members to think creatively, take ownership, and deliver exceptional results for our clients."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you have international operations?",
|
||||
content:
|
||||
"Yes, we maintain a global presence with projects and partnerships across multiple continents. Our team is equipped to support international clients with consistent service quality and technical expertise.",
|
||||
},
|
||||
id: "5", title: "Do you have international operations?", content:
|
||||
"Yes, we maintain a global presence with projects and partnerships across multiple continents. Our team is equipped to support international clients with consistent service quality and technical expertise."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do you ensure quality in your solutions?",
|
||||
content:
|
||||
"Quality is embedded in every aspect of our operations. We employ rigorous testing protocols, continuous monitoring, and comprehensive documentation to ensure that every solution meets the highest standards of performance and reliability.",
|
||||
},
|
||||
id: "6", title: "How do you ensure quality in your solutions?", content:
|
||||
"Quality is embedded in every aspect of our operations. We employ rigorous testing protocols, continuous monitoring, and comprehensive documentation to ensure that every solution meets the highest standards of performance and reliability."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -147,24 +114,21 @@ export default function AboutPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Automation", href: "/services" },
|
||||
{ label: "Technical Consulting", href: "/services" },
|
||||
{ label: "Preventive Maintenance", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,7 +47,7 @@ export default function ContactPage() {
|
||||
tag="Let's Connect"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/modern-professional-office-environment-w-1772699415258-8dba75b9.png"
|
||||
imageAlt="Professional Office Environment"
|
||||
imagePosition="right"
|
||||
@@ -55,32 +55,20 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Quick Support",
|
||||
handle: "Available 24/5 for urgent inquiries",
|
||||
testimonial:
|
||||
"Our dedicated support team is available to answer your questions and discuss your specific needs. Response time to initial inquiries is typically within 24 hours.",
|
||||
rating: 5,
|
||||
name: "Quick Support", handle: "Available 24/5 for urgent inquiries", testimonial:
|
||||
"Our dedicated support team is available to answer your questions and discuss your specific needs. Response time to initial inquiries is typically within 24 hours.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png"},
|
||||
{
|
||||
name: "Expert Consultation",
|
||||
handle: "Technical specialists ready to help",
|
||||
testimonial:
|
||||
"Schedule a free consultation with one of our engineering experts to discuss your project requirements, challenges, and objectives in detail.",
|
||||
rating: 5,
|
||||
name: "Expert Consultation", handle: "Technical specialists ready to help", testimonial:
|
||||
"Schedule a free consultation with one of our engineering experts to discuss your project requirements, challenges, and objectives in detail.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png"},
|
||||
{
|
||||
name: "Direct Contact",
|
||||
handle: "Reach our team directly",
|
||||
testimonial:
|
||||
"Contact us via email at contact@mecworks.com or call our main office line. Our friendly team will be happy to connect you with the right specialist for your needs.",
|
||||
rating: 5,
|
||||
name: "Direct Contact", handle: "Reach our team directly", testimonial:
|
||||
"Contact us via email at contact@mecworks.com or call our main office line. Our friendly team will be happy to connect you with the right specialist for your needs.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -103,41 +91,23 @@ export default function ContactPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What information should I prepare before contacting you?",
|
||||
content:
|
||||
"It helps to have details about your facility, current challenges, production volume, equipment types, and any specific objectives. However, don't worry if you don't have all details - our consultation process will help identify what's most important.",
|
||||
},
|
||||
id: "1", title: "What information should I prepare before contacting you?", content:
|
||||
"It helps to have details about your facility, current challenges, production volume, equipment types, and any specific objectives. However, don't worry if you don't have all details - our consultation process will help identify what's most important."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How quickly can we schedule a consultation?",
|
||||
content:
|
||||
"We typically schedule initial consultations within 3-5 business days. For urgent matters, we can often arrange a call within 24 hours. Contact us directly for expedited scheduling.",
|
||||
},
|
||||
id: "2", title: "How quickly can we schedule a consultation?", content:
|
||||
"We typically schedule initial consultations within 3-5 business days. For urgent matters, we can often arrange a call within 24 hours. Contact us directly for expedited scheduling."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you charge for initial consultations?",
|
||||
content:
|
||||
"No, our initial consultation is completely free. This gives us both an opportunity to discuss your needs, explore potential solutions, and determine if we're a good fit for your project.",
|
||||
},
|
||||
id: "3", title: "Do you charge for initial consultations?", content:
|
||||
"No, our initial consultation is completely free. This gives us both an opportunity to discuss your needs, explore potential solutions, and determine if we're a good fit for your project."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is your typical response time to inquiries?",
|
||||
content:
|
||||
"We aim to respond to all inquiries within 24 business hours. For urgent matters, contact us by phone at contact@mecworks.com or use our direct contact line listed below.",
|
||||
},
|
||||
id: "4", title: "What is your typical response time to inquiries?", content:
|
||||
"We aim to respond to all inquiries within 24 business hours. For urgent matters, contact us by phone at contact@mecworks.com or use our direct contact line listed below."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I contact you outside business hours?",
|
||||
content:
|
||||
"While our regular hours are Monday-Friday, 9 AM to 6 PM, we maintain an emergency support line for urgent industrial issues. Leave a message and we'll get back to you promptly.",
|
||||
},
|
||||
id: "5", title: "Can I contact you outside business hours?", content:
|
||||
"While our regular hours are Monday-Friday, 9 AM to 6 PM, we maintain an emergency support line for urgent industrial issues. Leave a message and we'll get back to you promptly."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you provide quotes over the phone or in writing?",
|
||||
content:
|
||||
"We provide comprehensive written quotes after a detailed assessment of your project requirements. Initial phone discussions help us understand your scope and timeline before preparing a formal proposal.",
|
||||
},
|
||||
id: "6", title: "Do you provide quotes over the phone or in writing?", content:
|
||||
"We provide comprehensive written quotes after a detailed assessment of your project requirements. Initial phone discussions help us understand your scope and timeline before preparing a formal proposal."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,7 +116,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to take the next step? Contact our team today and let's explore how MEC Works can help transform your industrial operations."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:contact@mecworks.com" },
|
||||
@@ -159,24 +129,21 @@ export default function ContactPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Automation", href: "/services" },
|
||||
{ label: "Technical Consulting", href: "/services" },
|
||||
{ label: "Preventive Maintenance", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
|
||||
209
src/app/page.tsx
209
src/app/page.tsx
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
tag="Industry Leaders"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/a-professional-industrial-manufacturing--1772699416310-1ca15988.png"
|
||||
imageAlt="Industrial Manufacturing Facility"
|
||||
imagePosition="right"
|
||||
@@ -59,32 +59,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson",
|
||||
handle: "Operations Director, Precision Manufacturing Co.",
|
||||
testimonial:
|
||||
"MEC Works transformed our production efficiency by 40% through their innovative engineering solutions. Their technical expertise and professional approach have been invaluable to our operations.",
|
||||
rating: 5,
|
||||
name: "Marcus Johnson", handle: "Operations Director, Precision Manufacturing Co.", testimonial:
|
||||
"MEC Works transformed our production efficiency by 40% through their innovative engineering solutions. Their technical expertise and professional approach have been invaluable to our operations.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "Plant Manager, Advanced Industrial Systems",
|
||||
testimonial:
|
||||
"Working with MEC Works has been a game-changer for our facility. Their consulting services and equipment solutions delivered measurable results within the first quarter.",
|
||||
rating: 5,
|
||||
name: "Sarah Chen", handle: "Plant Manager, Advanced Industrial Systems", testimonial:
|
||||
"Working with MEC Works has been a game-changer for our facility. Their consulting services and equipment solutions delivered measurable results within the first quarter.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png"},
|
||||
{
|
||||
name: "Robert Williams",
|
||||
handle: "CEO, Dynamic Manufacturing Group",
|
||||
testimonial:
|
||||
"The level of technical professionalism and engineering excellence demonstrated by MEC Works exceeds industry standards. Highly recommended for any industrial operation.",
|
||||
rating: 5,
|
||||
name: "Robert Williams", handle: "CEO, Dynamic Manufacturing Group", testimonial:
|
||||
"The level of technical professionalism and engineering excellence demonstrated by MEC Works exceeds industry standards. Highly recommended for any industrial operation.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -99,10 +87,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About MEC Works"
|
||||
description={[
|
||||
"With over two decades of experience in industrial engineering and manufacturing solutions, MEC Works has established itself as a trusted partner for companies seeking technical excellence and operational efficiency.",
|
||||
"Our team of expert engineers combines deep industry knowledge with cutting-edge technology to deliver customized solutions that address complex manufacturing challenges. We pride ourselves on our commitment to quality, reliability, and customer success.",
|
||||
"From precision machinery to complete system integration, MEC Works provides the expertise and innovation required to keep your operations running at peak performance.",
|
||||
]}
|
||||
"With over two decades of experience in industrial engineering and manufacturing solutions, MEC Works has established itself as a trusted partner for companies seeking technical excellence and operational efficiency.", "Our team of expert engineers combines deep industry knowledge with cutting-edge technology to deliver customized solutions that address complex manufacturing challenges. We pride ourselves on our commitment to quality, reliability, and customer success.", "From precision machinery to complete system integration, MEC Works provides the expertise and innovation required to keep your operations running at peak performance."]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[{ text: "Learn More About Our Team", href: "/about" }]}
|
||||
@@ -121,34 +106,19 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Equipment Automation",
|
||||
description:
|
||||
"Advanced automation solutions that streamline production processes, increase output capacity, and minimize manual intervention while maintaining precision standards.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png?_wi=1",
|
||||
imageAlt: "Industrial Automation System",
|
||||
},
|
||||
id: "01", title: "Equipment Automation", description:
|
||||
"Advanced automation solutions that streamline production processes, increase output capacity, and minimize manual intervention while maintaining precision standards.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png", imageAlt: "Industrial Automation System"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Technical Consulting",
|
||||
description:
|
||||
"Expert engineering consultation services that analyze your operations, identify optimization opportunities, and develop strategic solutions aligned with your business objectives.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png?_wi=1",
|
||||
imageAlt: "Engineering Consultation",
|
||||
},
|
||||
id: "02", title: "Technical Consulting", description:
|
||||
"Expert engineering consultation services that analyze your operations, identify optimization opportunities, and develop strategic solutions aligned with your business objectives.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png", imageAlt: "Engineering Consultation"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Preventive Maintenance",
|
||||
description:
|
||||
"Systematic maintenance programs designed to prevent equipment failures, extend machinery lifespan, and ensure continuous operational reliability across your facility.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png?_wi=1",
|
||||
imageAlt: "Maintenance Service",
|
||||
},
|
||||
id: "03", title: "Preventive Maintenance", description:
|
||||
"Systematic maintenance programs designed to prevent equipment failures, extend machinery lifespan, and ensure continuous operational reliability across your facility.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png", imageAlt: "Maintenance Service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "View All Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -166,34 +136,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Precision CNC Machinery",
|
||||
price: "Custom Quote",
|
||||
variant: "Multi-axis • High-tolerance • Industrial-grade",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png?_wi=1",
|
||||
imageAlt: "Precision CNC Machine",
|
||||
},
|
||||
id: "1", name: "Precision CNC Machinery", price: "Custom Quote", variant: "Multi-axis • High-tolerance • Industrial-grade", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png", imageAlt: "Precision CNC Machine"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Integrated Manufacturing System",
|
||||
price: "Custom Quote",
|
||||
variant: "Complete solution • Plug-and-play • Scalable",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png?_wi=1",
|
||||
imageAlt: "Manufacturing System",
|
||||
},
|
||||
id: "2", name: "Integrated Manufacturing System", price: "Custom Quote", variant: "Complete solution • Plug-and-play • Scalable", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png", imageAlt: "Manufacturing System"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Advanced Control System",
|
||||
price: "Custom Quote",
|
||||
variant: "Real-time monitoring • Data analytics • Remote access",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png?_wi=1",
|
||||
imageAlt: "Control System Interface",
|
||||
},
|
||||
id: "3", name: "Advanced Control System", price: "Custom Quote", variant: "Real-time monitoring • Data analytics • Remote access", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png", imageAlt: "Control System Interface"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Request Quote", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -211,28 +163,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Successful industrial solutions delivered",
|
||||
icon: CheckCircle,
|
||||
id: "1", value: "500+", title: "Projects Completed", description: "Successful industrial solutions delivered", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "40%",
|
||||
title: "Avg. Efficiency Gain",
|
||||
description: "Performance improvement for clients",
|
||||
icon: TrendingUp,
|
||||
id: "2", value: "40%", title: "Avg. Efficiency Gain", description: "Performance improvement for clients", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
description: "Industry-leading expertise and knowledge",
|
||||
icon: Award,
|
||||
id: "3", value: "20+", title: "Years Experience", description: "Industry-leading expertise and knowledge", icon: Award,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -248,65 +188,25 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson, Operations Director",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Transformed Our Manufacturing Operations",
|
||||
quote:
|
||||
"MEC Works' engineering solutions increased our production efficiency by 40% within the first six months. Their team's technical expertise and professional approach made the entire implementation seamless.",
|
||||
tag: "Manufacturing Excellence",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png",
|
||||
avatarAlt: "Marcus Johnson",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png?_wi=2",
|
||||
imageAlt: "Industrial Automation Results",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson, Operations Director", date: "Date: 15 November 2024", title: "Transformed Our Manufacturing Operations", quote:
|
||||
"MEC Works' engineering solutions increased our production efficiency by 40% within the first six months. Their team's technical expertise and professional approach made the entire implementation seamless.", tag: "Manufacturing Excellence", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png", avatarAlt: "Marcus Johnson", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png", imageAlt: "Industrial Automation Results"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen, Plant Manager",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Outstanding Technical Consultation",
|
||||
quote:
|
||||
"The consultation services provided by MEC Works identified critical optimization opportunities we had missed. Implementation of their recommendations resulted in significant cost savings and improved equipment reliability.",
|
||||
tag: "Technical Excellence",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png",
|
||||
avatarAlt: "Sarah Chen",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png?_wi=2",
|
||||
imageAlt: "Consulting Success",
|
||||
},
|
||||
id: "2", name: "Sarah Chen, Plant Manager", date: "Date: 22 October 2024", title: "Outstanding Technical Consultation", quote:
|
||||
"The consultation services provided by MEC Works identified critical optimization opportunities we had missed. Implementation of their recommendations resulted in significant cost savings and improved equipment reliability.", tag: "Technical Excellence", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png", avatarAlt: "Sarah Chen", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png", imageAlt: "Consulting Success"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Williams, CEO",
|
||||
date: "Date: 08 October 2024",
|
||||
title: "Professional Partnership at its Best",
|
||||
quote:
|
||||
"Working with MEC Works exceeded all expectations. Their engineers provided innovative solutions to complex challenges, and their commitment to quality and customer success is unparalleled in the industry.",
|
||||
tag: "Industry Partnership",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png",
|
||||
avatarAlt: "Robert Williams",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png?_wi=2",
|
||||
imageAlt: "Partnership Success",
|
||||
},
|
||||
id: "3", name: "Robert Williams, CEO", date: "Date: 08 October 2024", title: "Professional Partnership at its Best", quote:
|
||||
"Working with MEC Works exceeded all expectations. Their engineers provided innovative solutions to complex challenges, and their commitment to quality and customer success is unparalleled in the industry.", tag: "Industry Partnership", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png", avatarAlt: "Robert Williams", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png", imageAlt: "Partnership Success"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jennifer Martinez, Facility Director",
|
||||
date: "Date: 01 September 2024",
|
||||
title: "Reliable Maintenance and Support",
|
||||
quote:
|
||||
"MEC Works' preventive maintenance program has been instrumental in reducing our downtime and extending equipment lifespan. Their proactive approach and responsive team ensure our operations run smoothly.",
|
||||
tag: "Operational Excellence",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699418743-bfbec61d.png",
|
||||
avatarAlt: "Jennifer Martinez",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png?_wi=2",
|
||||
imageAlt: "Maintenance Excellence",
|
||||
},
|
||||
id: "4", name: "Jennifer Martinez, Facility Director", date: "Date: 01 September 2024", title: "Reliable Maintenance and Support", quote:
|
||||
"MEC Works' preventive maintenance program has been instrumental in reducing our downtime and extending equipment lifespan. Their proactive approach and responsive team ensure our operations run smoothly.", tag: "Operational Excellence", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699418743-bfbec61d.png", avatarAlt: "Jennifer Martinez", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png", imageAlt: "Maintenance Excellence"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -315,7 +215,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to optimize your industrial operations? Let's discuss how MEC Works can deliver engineering excellence to your facility."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Request Consultation", href: "/contact" },
|
||||
@@ -328,24 +228,21 @@ export default function HomePage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Automation", href: "/services" },
|
||||
{ label: "Technical Consulting", href: "/services" },
|
||||
{ label: "Preventive Maintenance", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ProductsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,34 +51,16 @@ export default function ProductsPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Precision CNC Machinery",
|
||||
price: "Custom Quote",
|
||||
variant: "Multi-axis • High-tolerance • Industrial-grade",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png?_wi=3",
|
||||
imageAlt: "Precision CNC Machine",
|
||||
},
|
||||
id: "1", name: "Precision CNC Machinery", price: "Custom Quote", variant: "Multi-axis • High-tolerance • Industrial-grade", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png", imageAlt: "Precision CNC Machine"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Integrated Manufacturing System",
|
||||
price: "Custom Quote",
|
||||
variant: "Complete solution • Plug-and-play • Scalable",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png?_wi=2",
|
||||
imageAlt: "Manufacturing System",
|
||||
},
|
||||
id: "2", name: "Integrated Manufacturing System", price: "Custom Quote", variant: "Complete solution • Plug-and-play • Scalable", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png", imageAlt: "Manufacturing System"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Advanced Control System",
|
||||
price: "Custom Quote",
|
||||
variant: "Real-time monitoring • Data analytics • Remote access",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png?_wi=2",
|
||||
imageAlt: "Control System Interface",
|
||||
},
|
||||
id: "3", name: "Advanced Control System", price: "Custom Quote", variant: "Real-time monitoring • Data analytics • Remote access", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png", imageAlt: "Control System Interface"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,50 +76,20 @@ export default function ProductsPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson, Operations Director",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "CNC Machinery Performance",
|
||||
quote:
|
||||
"The Precision CNC Machinery from MEC Works exceeded all our specifications. The accuracy, speed, and reliability have allowed us to expand our production capacity without compromising quality standards.",
|
||||
tag: "Machinery",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png",
|
||||
avatarAlt: "Marcus Johnson",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png?_wi=4",
|
||||
imageAlt: "CNC Machinery Success",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson, Operations Director", date: "Date: 15 November 2024", title: "CNC Machinery Performance", quote:
|
||||
"The Precision CNC Machinery from MEC Works exceeded all our specifications. The accuracy, speed, and reliability have allowed us to expand our production capacity without compromising quality standards.", tag: "Machinery", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png", avatarAlt: "Marcus Johnson", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/high-precision-industrial-machinery-and--1772699415779-056ed138.png", imageAlt: "CNC Machinery Success"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen, Plant Manager",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "System Integration Excellence",
|
||||
quote:
|
||||
"The Integrated Manufacturing System provided a seamless solution for our facility. The plug-and-play design minimized installation time, and the scalability means we can grow without replacing the core system.",
|
||||
tag: "Integration",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png",
|
||||
avatarAlt: "Sarah Chen",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png?_wi=3",
|
||||
imageAlt: "System Integration",
|
||||
},
|
||||
id: "2", name: "Sarah Chen, Plant Manager", date: "Date: 22 October 2024", title: "System Integration Excellence", quote:
|
||||
"The Integrated Manufacturing System provided a seamless solution for our facility. The plug-and-play design minimized installation time, and the scalability means we can grow without replacing the core system.", tag: "Integration", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png", avatarAlt: "Sarah Chen", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/custom-engineered-industrial-solution-in-1772699415888-8f6a48c1.png", imageAlt: "System Integration"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Williams, CEO",
|
||||
date: "Date: 08 October 2024",
|
||||
title: "Control System Capabilities",
|
||||
quote:
|
||||
"The Advanced Control System provides real-time visibility into all our operations. The data analytics features have helped us identify inefficiencies and optimize production scheduling more effectively than ever before.",
|
||||
tag: "Control",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png",
|
||||
avatarAlt: "Robert Williams",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png?_wi=3",
|
||||
imageAlt: "Control System Performance",
|
||||
},
|
||||
id: "3", name: "Robert Williams, CEO", date: "Date: 08 October 2024", title: "Control System Capabilities", quote:
|
||||
"The Advanced Control System provides real-time visibility into all our operations. The data analytics features have helped us identify inefficiencies and optimize production scheduling more effectively than ever before.", tag: "Control", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png", avatarAlt: "Robert Williams", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/advanced-control-system-and-monitoring-i-1772699416065-b7d2b676.png", imageAlt: "Control System Performance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,7 +98,7 @@ export default function ProductsPage() {
|
||||
<ContactText
|
||||
text="Interested in learning more about our products or getting a custom quote? Our team is ready to discuss the perfect solution for your facility."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Request Quote", href: "/contact" },
|
||||
@@ -159,24 +111,21 @@ export default function ProductsPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Automation", href: "/services" },
|
||||
{ label: "Technical Consulting", href: "/services" },
|
||||
{ label: "Preventive Maintenance", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -51,34 +51,19 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Equipment Automation",
|
||||
description:
|
||||
"Advanced automation solutions that streamline production processes, increase output capacity, and minimize manual intervention while maintaining precision standards. Our expertise covers custom automation design, installation, and integration with existing systems.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png?_wi=3",
|
||||
imageAlt: "Industrial Automation System",
|
||||
},
|
||||
id: "01", title: "Equipment Automation", description:
|
||||
"Advanced automation solutions that streamline production processes, increase output capacity, and minimize manual intervention while maintaining precision standards. Our expertise covers custom automation design, installation, and integration with existing systems.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png", imageAlt: "Industrial Automation System"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Technical Consulting",
|
||||
description:
|
||||
"Expert engineering consultation services that analyze your operations, identify optimization opportunities, and develop strategic solutions aligned with your business objectives. Our consultants provide detailed assessments and actionable recommendations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png?_wi=3",
|
||||
imageAlt: "Engineering Consultation",
|
||||
},
|
||||
id: "02", title: "Technical Consulting", description:
|
||||
"Expert engineering consultation services that analyze your operations, identify optimization opportunities, and develop strategic solutions aligned with your business objectives. Our consultants provide detailed assessments and actionable recommendations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png", imageAlt: "Engineering Consultation"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Preventive Maintenance",
|
||||
description:
|
||||
"Systematic maintenance programs designed to prevent equipment failures, extend machinery lifespan, and ensure continuous operational reliability across your facility. We develop customized maintenance schedules and provide emergency support services.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png?_wi=3",
|
||||
imageAlt: "Maintenance Service",
|
||||
},
|
||||
id: "03", title: "Preventive Maintenance", description:
|
||||
"Systematic maintenance programs designed to prevent equipment failures, extend machinery lifespan, and ensure continuous operational reliability across your facility. We develop customized maintenance schedules and provide emergency support services.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png", imageAlt: "Maintenance Service"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -94,50 +79,20 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson, Operations Director",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Automation Implementation Success",
|
||||
quote:
|
||||
"The equipment automation project was executed flawlessly. Our production efficiency increased by 40% in just six months, and the payback on investment was exceptional.",
|
||||
tag: "Automation",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png",
|
||||
avatarAlt: "Marcus Johnson",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png?_wi=4",
|
||||
imageAlt: "Automation Results",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson, Operations Director", date: "Date: 15 November 2024", title: "Automation Implementation Success", quote:
|
||||
"The equipment automation project was executed flawlessly. Our production efficiency increased by 40% in just six months, and the payback on investment was exceptional.", tag: "Automation", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-successful-ma-1772699414902-95e86b48.png", avatarAlt: "Marcus Johnson", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/automated-industrial-automation-system-w-1772699415693-885eb835.png", imageAlt: "Automation Results"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen, Plant Manager",
|
||||
date: "Date: 22 October 2024",
|
||||
title: "Strategic Consulting Delivered Results",
|
||||
quote:
|
||||
"Their consulting team provided invaluable insights into our operations. The recommendations they provided identified cost-saving opportunities we hadn't considered.",
|
||||
tag: "Consulting",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png",
|
||||
avatarAlt: "Sarah Chen",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png?_wi=4",
|
||||
imageAlt: "Consulting Excellence",
|
||||
},
|
||||
id: "2", name: "Sarah Chen, Plant Manager", date: "Date: 22 October 2024", title: "Strategic Consulting Delivered Results", quote:
|
||||
"Their consulting team provided invaluable insights into our operations. The recommendations they provided identified cost-saving opportunities we hadn't considered.", tag: "Consulting", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-photograph-of-an-industrial-1772699415318-1c635bf0.png", avatarAlt: "Sarah Chen", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-engineering-consultant-revi-1772699415009-6e4e0134.png", imageAlt: "Consulting Excellence"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Williams, CEO",
|
||||
date: "Date: 08 October 2024",
|
||||
title: "Maintenance Program Reliability",
|
||||
quote:
|
||||
"Their preventive maintenance program has dramatically reduced our unplanned downtime. The systematic approach and responsive support team give us complete peace of mind.",
|
||||
tag: "Maintenance",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png",
|
||||
avatarAlt: "Robert Williams",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png?_wi=4",
|
||||
imageAlt: "Maintenance Program",
|
||||
},
|
||||
id: "3", name: "Robert Williams, CEO", date: "Date: 08 October 2024", title: "Maintenance Program Reliability", quote:
|
||||
"Their preventive maintenance program has dramatically reduced our unplanned downtime. The systematic approach and responsive support team give us complete peace of mind.", tag: "Maintenance", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/professional-headshot-of-a-manufacturing-1772699416979-00182586.png", avatarAlt: "Robert Williams", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWDAD62nm0mXNktyLiEFY9jhTA/skilled-technician-performing-maintenanc-1772699416148-ef153f50.png", imageAlt: "Maintenance Program"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -146,7 +101,7 @@ export default function ServicesPage() {
|
||||
<ContactText
|
||||
text="Ready to optimize your industrial operations with our professional services? Get in touch with our engineering team today."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
@@ -159,24 +114,21 @@ export default function ServicesPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Equipment Automation", href: "/services" },
|
||||
{ label: "Technical Consulting", href: "/services" },
|
||||
{ label: "Preventive Maintenance", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "FAQ", href: "/services" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user