Update src/app/page.tsx

This commit is contained in:
2026-06-02 11:08:24 +00:00
parent 636df13782
commit ae5768ffb6

View File

@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Package, Search, ShieldCheck, ShoppingCart, Truck, Wrench, Zap } from "lucide-react";
import { Headset, Package, Search, ShieldCheck, ShoppingCart, Truck, Wrench, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Solutions",
id: "features",
},
name: "Solutions", id: "features"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Partners",
id: "social-proof",
},
name: "Partners", id: "social-proof"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="FERREMI"
/>
@@ -73,43 +57,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Your Partner in Industrial Parts Distribution"
description="FERREMI is Italy's leading B2B distributor, connecting manufacturers with a comprehensive catalog of industrial parts for fast, reliable sourcing and online ordering."
tag="Industrial Excellence"
tagIcon={Zap}
buttons={[
{
text: "Explore Catalog",
href: "#products",
},
text: "Explore Catalog", href: "#products"},
{
text: "Get a Quote",
href: "#contact",
},
text: "Get a Quote", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408315.jpg?_wi=1",
imageAlt: "Modern industrial facility with advanced machinery",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408315.jpg", imageAlt: "Modern industrial facility with advanced machinery"},
{
imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg?_wi=1",
imageAlt: "Digital interface for industrial parts online ordering",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-laptop-manage-software-updates-system-stability-african-american_482257-136443.jpg",
imageAlt: "Data center technician using laptop to manage software updates for system stability african american",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-white-isolating-costumes-working-laboratory_645730-561.jpg",
imageAlt: "People in white isolating costumes working in laboratory",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/inspector-mask-scrub-stands-with-foldertablet-his-hands-dairy-plant_645730-27.jpg",
imageAlt: "Inspector in a mask and a scrub stands with a foldertablet in his hands at the dairy plant",
},
imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg", imageAlt: "Digital interface for industrial parts online ordering"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -125,7 +88,7 @@ export default function LandingPage() {
description="With decades of experience, FERREMI stands as a pillar in industrial parts distribution across Italy. We understand the critical need for efficiency and precision in every component you source."
subdescription="Our commitment extends beyond delivery, ensuring that every factory manager and procurement team finds reliable solutions for their operational demands, streamlining their supply chain."
icon={ShieldCheck}
imageSrc="http://img.b2bpic.net/free-photo/diverse-master-engineers-group-examining-solar-panels-production-line-plant_482257-126044.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/diverse-master-engineers-group-examining-solar-panels-production-line-plant_482257-126044.jpg"
mediaAnimation="slide-up"
imageAlt="industrial team collaboration meeting"
/>
@@ -138,67 +101,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Expansive Product Catalog",
description: "Access thousands of industrial parts from top manufacturers, all in one place. Easily browse, compare, and order what you need.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/large-warehouse-woman-white-protective-helmet-with-tablet-standing-large-industrial-warehouse-aisle-high-racks-goods_259150-56920.jpg",
imageAlt: "Large industrial parts warehouse",
},
title: "Expansive Product Catalog", description: "Access thousands of industrial parts from top manufacturers, all in one place. Easily browse, compare, and order what you need.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/large-warehouse-woman-white-protective-helmet-with-tablet-standing-large-industrial-warehouse-aisle-high-racks-goods_259150-56920.jpg", imageAlt: "Large industrial parts warehouse"},
items: [
{
icon: Package,
text: "Wide Selection",
},
text: "Wide Selection"},
{
icon: Search,
text: "Easy Search",
},
text: "Easy Search"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-industry-40-concept_23-2149408315.jpg?_wi=2",
imageAlt: "large industrial parts warehouse",
},
{
title: "Streamlined Online Ordering",
description: "Our intuitive B2B platform enables quick order placement, real-time tracking, and automated re-ordering for seamless procurement.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-boxes-laptop_23-2148790066.jpg",
imageAlt: "Hand interacting with tablet showing online ordering",
},
title: "Streamlined Online Ordering", description: "Our intuitive B2B platform enables quick order placement, real-time tracking, and automated re-ordering for seamless procurement.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-boxes-laptop_23-2148790066.jpg", imageAlt: "Hand interacting with tablet showing online ordering"},
items: [
{
icon: ShoppingCart,
text: "24/7 Access",
},
text: "24/7 Access"},
{
icon: Truck,
text: "Track Deliveries",
},
text: "Track Deliveries"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-laptop-with-air-conditioner_482257-90912.jpg?_wi=2",
imageAlt: "large industrial parts warehouse",
},
{
title: "Expert Technical Support",
description: "Our dedicated team of industrial specialists provides unparalleled support, from product selection to post-purchase assistance.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/serious-face-expression-mature-man_329181-15314.jpg",
imageAlt: "Technical support specialist with headset",
},
title: "Expert Technical Support", description: "Our dedicated team of industrial specialists provides unparalleled support, from product selection to post-purchase assistance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/serious-face-expression-mature-man_329181-15314.jpg", imageAlt: "Technical support specialist with headset"},
items: [
{
icon: Headset,
text: "Dedicated Experts",
},
text: "Dedicated Experts"},
{
icon: Wrench,
text: "Technical Advice",
},
text: "Technical Advice"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/diverse-master-engineers-group-examining-solar-panels-production-line-plant_482257-126044.jpg?_wi=2",
imageAlt: "large industrial parts warehouse",
},
]}
title="Solutions Engineered for Efficiency"
@@ -214,47 +153,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "product-1",
name: "Industrial Electric Motor",
price: "Starting from €250",
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg",
imageAlt: "Industrial Electric Motor",
},
id: "product-1", name: "Industrial Electric Motor", price: "Starting from €250", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545638.jpg", imageAlt: "Industrial Electric Motor"},
{
id: "product-2",
name: "Fluid Control Valve",
price: "Starting from €75",
imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-336.jpg",
imageAlt: "Fluid Control Valve",
},
id: "product-2", name: "Fluid Control Valve", price: "Starting from €75", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-336.jpg", imageAlt: "Fluid Control Valve"},
{
id: "product-3",
name: "High Precision Bearing",
price: "Starting from €30",
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-432.jpg",
imageAlt: "High Precision Bearing",
},
id: "product-3", name: "High Precision Bearing", price: "Starting from €30", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-432.jpg", imageAlt: "High Precision Bearing"},
{
id: "product-4",
name: "Automation Sensor",
price: "Starting from €90",
imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-pc-data-center-housing-artificial-intelligence-gear_482257-126824.jpg",
imageAlt: "Automation Sensor",
},
id: "product-4", name: "Automation Sensor", price: "Starting from €90", imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-pc-data-center-housing-artificial-intelligence-gear_482257-126824.jpg", imageAlt: "Automation Sensor"},
{
id: "product-5",
name: "Heavy-Duty Connector",
price: "Starting from €20",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-31.jpg",
imageAlt: "Heavy-Duty Connector",
},
id: "product-5", name: "Heavy-Duty Connector", price: "Starting from €20", imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-31.jpg", imageAlt: "Heavy-Duty Connector"},
{
id: "product-6",
name: "Compact Gearbox",
price: "Starting from €400",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-hard-disk-components_23-2149413374.jpg",
imageAlt: "Compact Gearbox",
},
id: "product-6", name: "Compact Gearbox", price: "Starting from €400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-orange-hard-disk-components_23-2149413374.jpg", imageAlt: "Compact Gearbox"},
]}
title="Our Comprehensive Industrial Parts Catalog"
description="Browse our extensive range of high-quality industrial components, ready for immediate dispatch to power your operations."
@@ -268,31 +177,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "metric-1",
value: "99.8%",
title: "On-Time Delivery",
items: [
"Consistent Performance",
"Minimizing Downtime Across All Orders",
],
id: "metric-1", value: "99.8%", title: "On-Time Delivery", items: [
"Consistent Performance", "Minimizing Downtime Across All Orders"],
},
{
id: "metric-2",
value: "5000+",
title: "Parts in Stock",
items: [
"Ready for Immediate Dispatch",
"Extensive Inventory for All Needs",
],
id: "metric-2", value: "5000+", title: "Parts in Stock", items: [
"Ready for Immediate Dispatch", "Extensive Inventory for All Needs"],
},
{
id: "metric-3",
value: "24/7",
title: "Online Support",
items: [
"Always Available for Assistance",
"Expert Guidance for Any Inquiry",
],
id: "metric-3", value: "24/7", title: "Online Support", items: [
"Always Available for Assistance", "Expert Guidance for Any Inquiry"],
},
]}
title="Proven Reliability in Every Delivery"
@@ -305,14 +199,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"TechSolutions",
"InnovateCorp",
"GlobalFab",
"PrecisionWorks",
"FutureBuild",
"AeroTech",
"PowerDrive",
]}
"TechSolutions", "InnovateCorp", "GlobalFab", "PrecisionWorks", "FutureBuild", "AeroTech", "PowerDrive"]}
title="Trusted by Industry Leaders"
description="We are proud partners to a diverse portfolio of manufacturers who rely on FERREMI for their critical industrial supply needs."
/>
@@ -326,65 +213,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "testimonial-1",
name: "Francesca Rossi",
role: "Factory Manager",
company: "Omega Manufacturing",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-solar-panel-engineering-team-shares-data-insights-factory_482257-131759.jpg",
imageAlt: "female factory manager portrait",
content: "FERREMI has drastically improved our supply chain efficiency. Their online platform is incredibly easy to use, and deliveries are always on schedule. A truly indispensable partner!",
},
id: "testimonial-1", name: "Francesca Rossi", role: "Factory Manager", company: "Omega Manufacturing", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-solar-panel-engineering-team-shares-data-insights-factory_482257-131759.jpg", imageAlt: "female factory manager portrait", quote: "FERREMI has drastically improved our supply chain efficiency. Their online platform is incredibly easy to use, and deliveries are always on schedule. A truly indispensable partner!"},
{
id: "testimonial-2",
name: "Giovanni Bianchi",
role: "Procurement Director",
company: "Industrial Tech S.p.A.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12853.jpg",
imageAlt: "male procurement director headshot",
content: "The breadth of FERREMI's catalog is unmatched. We consistently find the high-quality parts we need, backed by exceptional technical support. Their reliability is key to our success.",
},
id: "testimonial-2", name: "Giovanni Bianchi", role: "Procurement Director", company: "Industrial Tech S.p.A.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12853.jpg", imageAlt: "male procurement director headshot", quote: "The breadth of FERREMI's catalog is unmatched. We consistently find the high-quality parts we need, backed by exceptional technical support. Their reliability is key to our success."},
{
id: "testimonial-3",
name: "Elena Costa",
role: "Production Engineer",
company: "Dynamic Systems SRL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg",
imageAlt: "female production engineer headshot",
content: "Thanks to FERREMI, we've reduced our procurement lead times significantly. The quality of their components is superb, directly contributing to the performance of our machinery.",
},
id: "testimonial-3", name: "Elena Costa", role: "Production Engineer", company: "Dynamic Systems SRL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg", imageAlt: "female production engineer headshot", quote: "Thanks to FERREMI, we've reduced our procurement lead times significantly. The quality of their components is superb, directly contributing to the performance of our machinery."},
{
id: "testimonial-4",
name: "Marco Esposito",
role: "Operations Lead",
company: "Global Logistics Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-middle-eastern-employee-handling-financial-planning_482257-128579.jpg",
imageAlt: "male operations lead headshot",
content: "Their 24/7 online support is a game-changer. Any questions we have are answered promptly, ensuring our operations run smoothly without interruption. Highly recommended!",
},
id: "testimonial-4", name: "Marco Esposito", role: "Operations Lead", company: "Global Logistics Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-middle-eastern-employee-handling-financial-planning_482257-128579.jpg", imageAlt: "male operations lead headshot", quote: "Their 24/7 online support is a game-changer. Any questions we have are answered promptly, ensuring our operations run smoothly without interruption. Highly recommended!"},
{
id: "testimonial-5",
name: "Laura Ferrari",
role: "Supply Chain Specialist",
company: "Precision Components Inc.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-female-warehouse-worker-inspecting-merchandise-industrial-storage-compartment_637285-4659.jpg",
imageAlt: "female supply chain specialist",
content: "FERREMI's commitment to on-time delivery is outstanding. We can always count on them for critical components, which is vital for maintaining our production schedules.",
},
id: "testimonial-5", name: "Laura Ferrari", role: "Supply Chain Specialist", company: "Precision Components Inc.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-female-warehouse-worker-inspecting-merchandise-industrial-storage-compartment_637285-4659.jpg", imageAlt: "female supply chain specialist", quote: "FERREMI's commitment to on-time delivery is outstanding. We can always count on them for critical components, which is vital for maintaining our production schedules."},
{
id: "testimonial-6",
name: "Davide Rizzo",
role: "Maintenance Supervisor",
company: "Advanced Robotics Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-factory-filming-informational-video-about-energy-production_482257-119786.jpg",
imageAlt: "Man in solar panel factory filming informational video about energy production",
content: "Finding specialized industrial parts used to be a challenge. FERREMI's extensive network and expert team make it effortless. Their precision and speed are invaluable.",
},
id: "testimonial-6", name: "Davide Rizzo", role: "Maintenance Supervisor", company: "Advanced Robotics Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-factory-filming-informational-video-about-energy-production_482257-119786.jpg", imageAlt: "Man in solar panel factory filming informational video about energy production", quote: "Finding specialized industrial parts used to be a challenge. FERREMI's extensive network and expert team make it effortless. Their precision and speed are invaluable."},
]}
title="What Our Clients Say"
description="Hear directly from factory managers and procurement teams about how FERREMI's speed and reliability have transformed their operations."
@@ -396,30 +241,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "How do I place an order online?",
content: "Our intuitive B2B platform allows you to browse the catalog, add items to your cart, and complete your purchase securely. For bulk orders, you can request a custom quote directly through the portal.",
},
id: "faq-1", title: "How do I place an order online?", content: "Our intuitive B2B platform allows you to browse the catalog, add items to your cart, and complete your purchase securely. For bulk orders, you can request a custom quote directly through the portal."},
{
id: "faq-2",
title: "What are your typical delivery times?",
content: "We prioritize fast and reliable delivery. Standard shipping typically arrives within 3-5 business days across Italy. Expedited options are available for urgent requirements, ensuring minimal downtime for your operations.",
},
id: "faq-2", title: "What are your typical delivery times?", content: "We prioritize fast and reliable delivery. Standard shipping typically arrives within 3-5 business days across Italy. Expedited options are available for urgent requirements, ensuring minimal downtime for your operations."},
{
id: "faq-3",
title: "Do you offer technical assistance for product selection?",
content: "Absolutely. Our dedicated team of experienced industrial specialists is available to provide expert technical support, product recommendations, and troubleshooting assistance to ensure you select the right components.",
},
id: "faq-3", title: "Do you offer technical assistance for product selection?", content: "Absolutely. Our dedicated team of experienced industrial specialists is available to provide expert technical support, product recommendations, and troubleshooting assistance to ensure you select the right components."},
{
id: "faq-4",
title: "Can I track my order in real-time?",
content: "Yes, once your order is confirmed and dispatched, you will receive a tracking number and a link to monitor its progress in real-time directly through our online portal.",
},
id: "faq-4", title: "Can I track my order in real-time?", content: "Yes, once your order is confirmed and dispatched, you will receive a tracking number and a link to monitor its progress in real-time directly through our online portal."},
{
id: "faq-5",
title: "What payment methods do you accept?",
content: "We accept various payment methods, including bank transfers, major credit cards, and corporate accounts with pre-approved credit terms. Please contact our sales team for specific details.",
},
id: "faq-5", title: "What payment methods do you accept?", content: "We accept various payment methods, including bank transfers, major credit cards, and corporate accounts with pre-approved credit terms. Please contact our sales team for specific details."},
]}
sideTitle="Common Questions for Procurement"
sideDescription="Find quick answers to your questions about our catalog, ordering process, delivery, and support."
@@ -432,18 +262,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready to streamline your industrial parts sourcing? Get in touch with the FERREMI team today to discuss your specific requirements or request a custom quote."
buttons={[
{
text: "Request a Quote",
href: "#",
},
text: "Request a Quote", href: "#"},
{
text: "Contact Sales",
href: "#",
},
text: "Contact Sales", href: "#"},
]}
/>
</div>
@@ -452,54 +277,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Story",
href: "#",
},
label: "Our Story", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Solutions",
items: [
title: "Solutions", items: [
{
label: "Industrial Parts",
href: "#products",
},
label: "Industrial Parts", href: "#products"},
{
label: "Lead Generation",
href: "#contact",
},
label: "Lead Generation", href: "#contact"},
{
label: "Online Ordering",
href: "#products",
},
label: "Online Ordering", href: "#products"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
{
label: "Partners",
href: "#social-proof",
},
label: "Partners", href: "#social-proof"},
],
},
]}