Merge version_1 into main #2
355
src/app/page.tsx
355
src/app/page.tsx
@@ -35,66 +35,43 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinets-with-copper-hardware-minimalist-furniture-design-home_169016-72747.jpg"
|
||||
logoAlt="Moretti Spa Logo"
|
||||
brandName="Moretti Spa"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Innovative Solutions for a Sustainable Future"
|
||||
description="Moretti Spa leads the industry with advanced technology and unparalleled expertise, driving efficiency and innovation across sectors."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Solutions",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Solutions", href: "#products"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg"
|
||||
imageAlt="Modern industrial facility with advanced machinery"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,17 +83,11 @@ export default function LandingPage() {
|
||||
description="Moretti Spa is a pioneer in delivering high-quality industrial solutions. With decades of experience, we combine tradition with cutting-edge technology to meet the evolving demands of global industries. Our commitment to sustainability and precision engineering ensures superior performance and lasting value for our clients."
|
||||
metrics={[
|
||||
{
|
||||
value: "30+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "30+", title: "Years Experience"},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
value: "150+", title: "Projects Completed"},
|
||||
{
|
||||
value: "99%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
value: "99%", title: "Client Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg"
|
||||
imageAlt="Engineers collaborating in a modern factory"
|
||||
@@ -132,34 +103,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Precision Engineering",
|
||||
description: "Delivering meticulously crafted solutions with uncompromising accuracy and reliability.",
|
||||
},
|
||||
title: "Precision Engineering", description: "Delivering meticulously crafted solutions with uncompromising accuracy and reliability."},
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Advanced Automation",
|
||||
description: "Implementing intelligent automation systems for optimized processes and increased productivity.",
|
||||
},
|
||||
title: "Advanced Automation", description: "Implementing intelligent automation systems for optimized processes and increased productivity."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Sustainable Practices",
|
||||
description: "Integrating eco-friendly methods and technologies for a greener industrial footprint.",
|
||||
},
|
||||
title: "Sustainable Practices", description: "Integrating eco-friendly methods and technologies for a greener industrial footprint."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Quality Assurance",
|
||||
description: "Adhering to the highest industry standards with rigorous quality control at every stage.",
|
||||
},
|
||||
title: "Quality Assurance", description: "Adhering to the highest industry standards with rigorous quality control at every stage."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Continuous Innovation",
|
||||
description: "Constantly evolving our technologies and methodologies to stay ahead of market demands.",
|
||||
},
|
||||
title: "Continuous Innovation", description: "Constantly evolving our technologies and methodologies to stay ahead of market demands."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Client-Centric Approach",
|
||||
description: "Building strong partnerships through personalized service and tailored strategic support.",
|
||||
},
|
||||
title: "Client-Centric Approach", description: "Building strong partnerships through personalized service and tailored strategic support."},
|
||||
]}
|
||||
title="Core Capabilities That Drive Success"
|
||||
description="Our expertise spans across critical areas, ensuring that we provide comprehensive and impactful solutions tailored to your unique industrial needs."
|
||||
@@ -174,65 +133,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Automation",
|
||||
name: "Robotic Assembly Systems",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-monitor-photovoltaics-factory-used-oversee-performance_482257-125832.jpg",
|
||||
imageAlt: "Industrial robotic arm",
|
||||
},
|
||||
id: "1", brand: "Automation", name: "Robotic Assembly Systems", price: "Custom", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/isolated-screen-monitor-photovoltaics-factory-used-oversee-performance_482257-125832.jpg", imageAlt: "Industrial robotic arm"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Electronics",
|
||||
name: "High-Precision Circuitry",
|
||||
price: "Custom",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545655.jpg",
|
||||
imageAlt: "Complex circuit board",
|
||||
},
|
||||
id: "2", brand: "Electronics", name: "High-Precision Circuitry", price: "Custom", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545655.jpg", imageAlt: "Complex circuit board"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Sustainability",
|
||||
name: "Solar Energy Integration",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582458.jpg",
|
||||
imageAlt: "Industrial solar panels",
|
||||
},
|
||||
id: "3", brand: "Sustainability", name: "Solar Energy Integration", price: "Custom", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/green-plane-ecofriendly-environment_23-2151582458.jpg", imageAlt: "Industrial solar panels"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Manufacturing",
|
||||
name: "Advanced 3D Printing",
|
||||
price: "Custom",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019876.jpg",
|
||||
imageAlt: "Industrial 3D printer",
|
||||
},
|
||||
id: "4", brand: "Manufacturing", name: "Advanced 3D Printing", price: "Custom", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-designer-using-3d-printer_23-2151019876.jpg", imageAlt: "Industrial 3D printer"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Logistics",
|
||||
name: "Smart Warehouse Solutions",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-ai-technician-analyzes-infrastructure-performance-outputs-tablet-while-he-stands_482257-135620.jpg",
|
||||
imageAlt: "Automated warehouse",
|
||||
},
|
||||
id: "5", brand: "Logistics", name: "Smart Warehouse Solutions", price: "Custom", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/african-american-ai-technician-analyzes-infrastructure-performance-outputs-tablet-while-he-stands_482257-135620.jpg", imageAlt: "Automated warehouse"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Data & AI",
|
||||
name: "Industrial IoT Analytics",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "130",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/software-developer-typing-code-pc-photovoltaics-production-facility_482257-120454.jpg",
|
||||
imageAlt: "Industrial data dashboard",
|
||||
},
|
||||
id: "6", brand: "Data & AI", name: "Industrial IoT Analytics", price: "Custom", rating: 5,
|
||||
reviewCount: "130", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-typing-code-pc-photovoltaics-production-facility_482257-120454.jpg", imageAlt: "Industrial data dashboard"},
|
||||
]}
|
||||
title="Our Leading Industrial Solutions"
|
||||
description="Explore our portfolio of advanced products and services designed to optimize your operations and enhance performance across various industrial applications."
|
||||
@@ -247,20 +164,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
description: "Operational Uptime Achieved",
|
||||
},
|
||||
id: "m1", value: "24/7", description: "Operational Uptime Achieved"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "30%",
|
||||
description: "Reduction in Production Costs",
|
||||
},
|
||||
id: "m2", value: "30%", description: "Reduction in Production Costs"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15%",
|
||||
description: "Increase in Energy Efficiency",
|
||||
},
|
||||
id: "m3", value: "15%", description: "Increase in Energy Efficiency"},
|
||||
]}
|
||||
title="Driving Impact with Measurable Results"
|
||||
description="Our dedication to excellence translates into tangible achievements that benefit our partners and the industry."
|
||||
@@ -274,36 +182,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Management Team",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Management Team", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Giovanni Moretti",
|
||||
subtitle: "CEO & Founder",
|
||||
detail: "With over 30 years in industrial leadership, Giovanni guides Moretti Spa with a vision for innovation and excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg",
|
||||
imageAlt: "Giovanni Moretti",
|
||||
},
|
||||
id: "t1", title: "Giovanni Moretti", subtitle: "CEO & Founder", detail: "With over 30 years in industrial leadership, Giovanni guides Moretti Spa with a vision for innovation and excellence.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18996.jpg", imageAlt: "Giovanni Moretti"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Sofia Rossi",
|
||||
subtitle: "Chief Operating Officer",
|
||||
detail: "Sofia optimizes our operations with strategic oversight and a deep understanding of manufacturing processes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg",
|
||||
imageAlt: "Sofia Rossi",
|
||||
},
|
||||
id: "t2", title: "Sofia Rossi", subtitle: "Chief Operating Officer", detail: "Sofia optimizes our operations with strategic oversight and a deep understanding of manufacturing processes.", imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg", imageAlt: "Sofia Rossi"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Marco Bianchi",
|
||||
subtitle: "Head of R&D",
|
||||
detail: "Marco leads our research and development, pushing the boundaries of industrial technology and sustainable solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-planning-work-facility-floor-cad-software_482257-118112.jpg",
|
||||
imageAlt: "Marco Bianchi",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-arrays-processing-neural-network-datasets_482257-124389.jpg?_wi=2",
|
||||
imageAlt: "professional male engineer portrait",
|
||||
id: "t3", title: "Marco Bianchi", subtitle: "Head of R&D", detail: "Marco leads our research and development, pushing the boundaries of industrial technology and sustainable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-planning-work-facility-floor-cad-software_482257-118112.jpg", imageAlt: "Marco Bianchi"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Dedicated Leadership"
|
||||
@@ -313,68 +199,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alessandro Ricci",
|
||||
role: "CEO",
|
||||
company: "Global Manufacturing Inc.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
imageAlt: "Alessandro Ricci",
|
||||
},
|
||||
id: "1", name: "Alessandro Ricci", role: "CEO", company: "Global Manufacturing Inc.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "Alessandro Ricci"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Isabella Conti",
|
||||
role: "Operations Director",
|
||||
company: "Precision Automation Ltd.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg",
|
||||
imageAlt: "Isabella Conti",
|
||||
},
|
||||
id: "2", name: "Isabella Conti", role: "Operations Director", company: "Precision Automation Ltd.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg", imageAlt: "Isabella Conti"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Davide Ferrara",
|
||||
role: "Project Manager",
|
||||
company: "Industrial Tech Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg",
|
||||
imageAlt: "Davide Ferrara",
|
||||
},
|
||||
id: "3", name: "Davide Ferrara", role: "Project Manager", company: "Industrial Tech Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg", imageAlt: "Davide Ferrara"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Marchetti",
|
||||
role: "Head of Innovation",
|
||||
company: "Future Systems Corp.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg",
|
||||
imageAlt: "Elena Marchetti",
|
||||
},
|
||||
id: "4", name: "Elena Marchetti", role: "Head of Innovation", company: "Future Systems Corp.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors-with-arms-closed_23-2148824828.jpg", imageAlt: "Elena Marchetti"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Francesco Galli",
|
||||
role: "CFO",
|
||||
company: "Sustainable Energy Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-74889.jpg",
|
||||
imageAlt: "Francesco Galli",
|
||||
},
|
||||
id: "5", name: "Francesco Galli", role: "CFO", company: "Sustainable Energy Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-giving-fist-bump_53876-74889.jpg", imageAlt: "Francesco Galli"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Retention",
|
||||
},
|
||||
value: "100%", label: "Client Retention"},
|
||||
{
|
||||
value: "25+",
|
||||
label: "Industry Awards",
|
||||
},
|
||||
value: "25+", label: "Industry Awards"},
|
||||
{
|
||||
value: "5M+",
|
||||
label: "Operating Hours",
|
||||
},
|
||||
value: "5M+", label: "Operating Hours"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from our partners about how Moretti Spa has helped them achieve their industrial goals and overcome complex challenges."
|
||||
@@ -386,14 +237,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Dynamics",
|
||||
"Advanced Robotics",
|
||||
"Eco Solutions Group",
|
||||
"Quantum Logistics",
|
||||
"Apex Manufacturing",
|
||||
"Innovate Systems",
|
||||
"Precision Engineering Co.",
|
||||
]}
|
||||
"Global Dynamics", "Advanced Robotics", "Eco Solutions Group", "Quantum Logistics", "Apex Manufacturing", "Innovate Systems", "Precision Engineering Co."]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We proudly partner with a diverse range of companies, fostering innovation and delivering robust solutions."
|
||||
/>
|
||||
@@ -405,30 +249,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of industries do you serve?",
|
||||
content: "Moretti Spa provides solutions for a wide range of industrial sectors, including manufacturing, automation, energy, logistics, and electronics. Our adaptable approach allows us to tailor services to specific industry needs.",
|
||||
},
|
||||
id: "q1", title: "What types of industries do you serve?", content: "Moretti Spa provides solutions for a wide range of industrial sectors, including manufacturing, automation, energy, logistics, and electronics. Our adaptable approach allows us to tailor services to specific industry needs."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do you ensure product quality?",
|
||||
content: "Quality is at the core of everything we do. We adhere to rigorous international standards, employing multi-stage quality control processes, advanced testing, and continuous improvement methodologies to ensure every product meets the highest benchmarks.",
|
||||
},
|
||||
id: "q2", title: "How do you ensure product quality?", content: "Quality is at the core of everything we do. We adhere to rigorous international standards, employing multi-stage quality control processes, advanced testing, and continuous improvement methodologies to ensure every product meets the highest benchmarks."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is your approach to sustainability?",
|
||||
content: "Sustainability is integral to our operations. We focus on energy-efficient manufacturing processes, integrating renewable energy solutions, minimizing waste, and developing products with a reduced environmental footprint. Our goal is to contribute to a greener industrial future.",
|
||||
},
|
||||
id: "q3", title: "What is your approach to sustainability?", content: "Sustainability is integral to our operations. We focus on energy-efficient manufacturing processes, integrating renewable energy solutions, minimizing waste, and developing products with a reduced environmental footprint. Our goal is to contribute to a greener industrial future."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can you provide custom industrial solutions?",
|
||||
content: "Absolutely. We specialize in developing bespoke industrial solutions tailored to the unique challenges and requirements of our clients. Our engineering and R&D teams work closely with you from concept to implementation to ensure a perfect fit.",
|
||||
},
|
||||
id: "q4", title: "Can you provide custom industrial solutions?", content: "Absolutely. We specialize in developing bespoke industrial solutions tailored to the unique challenges and requirements of our clients. Our engineering and R&D teams work closely with you from concept to implementation to ensure a perfect fit."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What is the typical project timeline?",
|
||||
content: "Project timelines vary significantly depending on complexity, scope, and specific client requirements. We provide a detailed project plan and estimated timeline after an initial consultation and assessment of your needs.",
|
||||
},
|
||||
id: "q5", title: "What is the typical project timeline?", content: "Project timelines vary significantly depending on complexity, scope, and specific client requirements. We provide a detailed project plan and estimated timeline after an initial consultation and assessment of your needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-assistant-multinational-company-works-with-music-headphones_482257-124631.jpg"
|
||||
imageAlt="Customer service representative assisting a client"
|
||||
@@ -444,8 +273,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Partner with Moretti Spa Today"
|
||||
description="Ready to transform your operations with innovative industrial solutions? Reach out to our experts and let's build the future together."
|
||||
@@ -464,66 +292,39 @@ export default function LandingPage() {
|
||||
logoText="Moretti Spa"
|
||||
columns={[
|
||||
{
|
||||
title: "Solutions",
|
||||
items: [
|
||||
title: "Solutions", items: [
|
||||
{
|
||||
label: "Automation",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Automation", href: "#products"},
|
||||
{
|
||||
label: "Electronics",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Electronics", href: "#products"},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Sustainability", href: "#products"},
|
||||
{
|
||||
label: "Manufacturing",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Manufacturing", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user