Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ea8ef9268 | |||
| 7fc10b27f3 | |||
| d039b4749c |
274
src/app/page.tsx
274
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Solutions", id: "#features"},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Catalog", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
]}
|
||||
brandName="Italmachines"
|
||||
/>
|
||||
@@ -58,112 +48,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Machinery, expertise, and support for 40 years"
|
||||
description="From certified used equipment to personalized technical consulting and ongoing maintenance—Italmachines delivers complete solutions for workshops, factories, and professionals who demand reliability"
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=1",
|
||||
imageAlt: "Industrial machinery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=1", imageAlt: "Industrial machinery"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=1",
|
||||
imageAlt: "Maintenance service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=1", imageAlt: "Maintenance service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=1",
|
||||
imageAlt: "Waste compaction",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=1", imageAlt: "Waste compaction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=1",
|
||||
imageAlt: "Precision workshop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=1", imageAlt: "Precision workshop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=1",
|
||||
imageAlt: "Machine parts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=1", imageAlt: "Machine parts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=1",
|
||||
imageAlt: "Facility overview",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=1", imageAlt: "Facility overview"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=2",
|
||||
imageAlt: "Facility overview",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=2", imageAlt: "Facility overview"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=2",
|
||||
imageAlt: "Machine parts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=2", imageAlt: "Machine parts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=2",
|
||||
imageAlt: "Precision workshop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=2", imageAlt: "Precision workshop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=2",
|
||||
imageAlt: "Waste compaction",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=2", imageAlt: "Waste compaction"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=2",
|
||||
imageAlt: "Maintenance service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=2", imageAlt: "Maintenance service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=2",
|
||||
imageAlt: "Industrial machinery",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=2", imageAlt: "Industrial machinery"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover our solutions",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Discover our solutions", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149007468.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149007468.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-confident-man-standing-arms-folded-carpentry-shop_1098-19123.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-confident-man-standing-arms-folded-carpentry-shop_1098-19123.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glassblower-standing-with-arms-crossed-glassblowing-factory_107420-74221.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glassblower-standing-with-arms-crossed-glassblowing-factory_107420-74221.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by 2.5k+ professional workshops"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "ISO 9001 Certified",
|
||||
},
|
||||
type: "text", text: "ISO 9001 Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "40 Years Experience",
|
||||
},
|
||||
type: "text", text: "40 Years Experience"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Technical Support",
|
||||
},
|
||||
type: "text", text: "Local Technical Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Refurbishment",
|
||||
},
|
||||
type: "text", text: "Certified Refurbishment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Full Installation Service",
|
||||
},
|
||||
type: "text", text: "Full Installation Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -185,19 +128,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Equipment Downtime Disruptions",
|
||||
"Risky Uncertified Machinery",
|
||||
"Delayed Manufacturer Support",
|
||||
"Generic Off-the-shelf Advice",
|
||||
],
|
||||
"Equipment Downtime Disruptions", "Risky Uncertified Machinery", "Delayed Manufacturer Support", "Generic Off-the-shelf Advice"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Certified Used Equipment Quality",
|
||||
"Responsive Local Technical Support",
|
||||
"Personalized Consulting Services",
|
||||
"Comprehensive Maintenance Programs",
|
||||
],
|
||||
"Certified Used Equipment Quality", "Responsive Local Technical Support", "Personalized Consulting Services", "Comprehensive Maintenance Programs"],
|
||||
}}
|
||||
title="Why Italmachines?"
|
||||
description="Choosing us means prioritizing long-term stability over short-term savings."
|
||||
@@ -212,62 +147,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Italmachines",
|
||||
name: "Metal Precision Lathe",
|
||||
price: "From €12,000",
|
||||
rating: 5,
|
||||
reviewCount: "24 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", brand: "Italmachines", name: "Industrial CNC Lathe", price: "From €14,500", rating: 5,
|
||||
reviewCount: "38 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg?_wi=3"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Italmachines",
|
||||
name: "Heavy Duty Waste Compactor",
|
||||
price: "From €8,500",
|
||||
rating: 5,
|
||||
reviewCount: "18 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", brand: "Italmachines", name: "Hydraulic Waste Press", price: "From €9,200", rating: 5,
|
||||
reviewCount: "22 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-bulldozer-chisinau-downtown-moldova_1268-21810.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Italmachines",
|
||||
name: "Workshop Cutting Station",
|
||||
price: "From €5,200",
|
||||
rating: 4,
|
||||
reviewCount: "12 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", brand: "Italmachines", name: "Precision Cutting Table", price: "From €5,800", rating: 4,
|
||||
reviewCount: "15 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Italmachines",
|
||||
name: "Industrial Component Kit",
|
||||
price: "From €1,800",
|
||||
rating: 5,
|
||||
reviewCount: "45 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Italmachines",
|
||||
name: "Professional Maintenance Set",
|
||||
price: "From €2,900",
|
||||
rating: 5,
|
||||
reviewCount: "31 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Italmachines",
|
||||
name: "Universal Machine Base",
|
||||
price: "From €3,400",
|
||||
rating: 4,
|
||||
reviewCount: "15 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/repairing-tools-equipment_1170-2529.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", brand: "Italmachines", name: "Heavy-Duty Gearbox Module", price: "From €2,100", rating: 5,
|
||||
reviewCount: "56 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-924.jpg?_wi=3"},
|
||||
]}
|
||||
title="Premium Industrial Solutions"
|
||||
description="Reliable machinery curated for the modern professional workshop."
|
||||
description="Engineered for maximum reliability and production output."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -278,25 +171,13 @@ export default function LandingPage() {
|
||||
tag="Our Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40",
|
||||
description: "Years of Field Experience",
|
||||
},
|
||||
id: "m1", value: "40", description: "Years of Industry Leadership"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.5k+",
|
||||
description: "Workshop Partners",
|
||||
},
|
||||
id: "m2", value: "3.2k+", description: "Certified Workshop Installations"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99%",
|
||||
description: "Client Retention Rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Equipment Uptime Guarantee"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "12k+",
|
||||
description: "Successful Installations",
|
||||
},
|
||||
id: "m4", value: "24/7", description: "Dedicated Technical Response"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -309,43 +190,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marco Rossi",
|
||||
role: "Metal Workshop Owner",
|
||||
testimonial: "Italmachines transformed our production efficiency. The technical support is unrivaled in the industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149007468.jpg",
|
||||
},
|
||||
id: "t1", name: "Alessandro Veronesi", role: "Plant Manager, V-Steel Tech", testimonial: "Italmachines saved our production line from a 2-week standstill with their expert consulting.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149007468.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Bianchi",
|
||||
role: "Artisan Craftsman",
|
||||
testimonial: "Finally, a vendor who understands the unique constraints of an independent workshop. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-confident-man-standing-arms-folded-carpentry-shop_1098-19123.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena Conti", role: "Owner, Artisan Forge", testimonial: "The refurbished lathe operates smoother than my previous brand-new equipment. Total game changer.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-confident-man-standing-arms-folded-carpentry-shop_1098-19123.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Luca Moretti",
|
||||
role: "Logistics Director",
|
||||
testimonial: "The compaction systems provided by Italmachines are rock-solid and essential to our facility's sustainability goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Giulia Ferrari",
|
||||
role: "Workshop Manager",
|
||||
testimonial: "Expert guidance and prompt maintenance. They truly are the professional partner we needed for growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-118103.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alessandro Conti",
|
||||
role: "Metal Fabricator",
|
||||
testimonial: "Quality machinery and zero fluff. Their 40 years of experience really show in every single interaction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-standing-with-arms-crossed-glassblowing-factory_107420-74221.jpg",
|
||||
},
|
||||
id: "t3", name: "Matteo Ricci", role: "Operations Lead, Global Logistics", testimonial: "The industrial compaction units are standard-setting. Their 40-year heritage really shines in quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328341.jpg"},
|
||||
]}
|
||||
title="Partners in Production"
|
||||
description="What our clients say about our reliability and commitment."
|
||||
description="Trusted by the leaders of modern European industry."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -355,25 +207,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide installation services?",
|
||||
content: "Yes, our expert technicians provide complete onsite installation and configuration services.",
|
||||
},
|
||||
id: "f1", title: "Do you provide installation services?", content: "Yes, our expert technicians provide complete onsite installation and configuration services."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What makes your used machinery reliable?",
|
||||
content: "Every used machine undergoes a rigorous 50-point inspection and certified refurbishment process before sale.",
|
||||
},
|
||||
id: "f2", title: "What makes your used machinery reliable?", content: "Every used machine undergoes a rigorous 50-point inspection and certified refurbishment process before sale."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer financing options?",
|
||||
content: "We offer flexible financing tailored to small and medium-sized businesses and independent artisans.",
|
||||
},
|
||||
id: "f3", title: "Do you offer financing options?", content: "We offer flexible financing tailored to small and medium-sized businesses and independent artisans."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "How responsive is your maintenance team?",
|
||||
content: "Our service vehicles and technical support are on standby for urgent onsite repairs, usually within 24-48 hours.",
|
||||
},
|
||||
id: "f4", title: "How responsive is your maintenance team?", content: "Our service vehicles and technical support are on standby for urgent onsite repairs, usually within 24-48 hours."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-technologies-factory_1098-13994.jpg?_wi=4"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -387,16 +227,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Italmachines SRL"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@italmachines.it",
|
||||
}}
|
||||
text: "Contact Support", href: "mailto:support@italmachines.it"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user