Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 13:14:32 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Overview",
id: "hero",
},
{
name: "Technology",
id: "features",
},
{
name: "Metrics",
id: "metrics",
},
{
name: "Contact",
id: "contact",
},
{ name: "Overview", id: "hero" },
{ name: "Technology", id: "features" },
{ name: "Metrics", id: "metrics" },
{ name: "Contact", id: "contact" },
]}
brandName="SKF"
/>
@@ -55,33 +43,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Precision Engineering for a Greener Future"
description="SKF is driving the evolution of industrial performance, delivering advanced bearing technology and lubrication solutions that enhance efficiency and reliability across the globe."
tag="Industrial Technology Leader"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139356.jpg",
imageAlt: "industrial bearing precision metallic",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine_23-2148366640.jpg",
imageAlt: "mechanical engineering parts rotating",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/yellow-glowing-blurred-light-black-background_23-2148055624.jpg",
imageAlt: "Yellow glowing blurred light on black background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/focused-watchmaker-is-working-with-autoclave-his-own-studio_613910-21397.jpg",
imageAlt: "Focused watchmaker is working with autoclave at his own studio.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glommy-grunge-narrow-steel-room-concept_53876-14423.jpg",
imageAlt: "Glommy Grunge Narrow Steel Room Concept",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139356.jpg", imageAlt: "industrial bearing precision metallic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine_23-2148366640.jpg", imageAlt: "mechanical engineering parts rotating" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -94,9 +62,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Engineering Heritage"
description={[
"With over a century of experience, SKF continues to push the boundaries of friction management.",
"Our solutions empower industries to move faster, work smarter, and minimize impact on the environment through intelligent engineering.",
]}
"With over a century of experience, SKF continues to push the boundaries of friction management.", "Our solutions empower industries to move faster, work smarter, and minimize impact on the environment through intelligent engineering."]}
/>
</div>
@@ -108,23 +74,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Smart Sensing",
description: "Integrate real-time condition monitoring with IoT-enabled components.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-retouching-software-touch-screen-computer-studio-hands-photographer-editing-pictures-with-professional-technology-photography-project-retouch-media-editor_482257-34139.jpg",
imageAlt: "industrial sensor bearing technology",
},
title: "Smart Sensing", description: "Integrate real-time condition monitoring with IoT-enabled components.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-retouching-software-touch-screen-computer-studio-hands-photographer-editing-pictures-with-professional-technology-photography-project-retouch-media-editor_482257-34139.jpg", imageAlt: "industrial sensor bearing technology"},
{
title: "Advanced Lubrication",
description: "Reduce wear and energy consumption with precision lubrication systems.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599432.jpg",
imageAlt: "industrial lubrication engineering flow",
},
title: "Advanced Lubrication", description: "Reduce wear and energy consumption with precision lubrication systems.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599432.jpg", imageAlt: "industrial lubrication engineering flow"},
{
title: "High-Speed Machining",
description: "Engineered for excellence in extreme performance industrial environments.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg",
imageAlt: "precision grinding mechanical part",
},
title: "High-Speed Machining", description: "Engineered for excellence in extreme performance industrial environments.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg", imageAlt: "precision grinding mechanical part"},
]}
title="Industrial Solutions"
description="We specialize in developing cutting-edge technologies that improve machine reliability and performance."
@@ -136,27 +90,16 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "m1",
value: "15%",
title: "Efficiency Gain",
description: "Average energy reduction across key industrial processes.",
icon: Zap,
id: "m1", value: "15%", title: "Efficiency Gain", description: "Average energy reduction across key industrial processes.", icon: Zap,
},
{
id: "m2",
value: "99.9%",
title: "Reliability Rate",
description: "Uptime performance for critical bearing applications.",
icon: Shield,
id: "m2", value: "99.9%", title: "Reliability Rate", description: "Uptime performance for critical bearing applications.", icon: Shield,
},
{
id: "m3",
value: "100+",
title: "Countries Served",
description: "Global distribution network supporting local operations.",
icon: Globe,
id: "m3", value: "100+", title: "Countries Served", description: "Global distribution network supporting local operations.", icon: Globe,
},
]}
title="Measurable Impact"
@@ -169,14 +112,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
names={[
"Automotive Corp",
"Tech Solutions Inc",
"Manufacturing World",
"Global Logistics Group",
"Precision Tools Ltd",
"Energy Systems Intl",
"Heavy Industry Global",
]}
"Automotive Corp", "Tech Solutions Inc", "Manufacturing World", "Global Logistics Group", "Precision Tools Ltd", "Energy Systems Intl", "Heavy Industry Global"]}
title="Our Global Partners"
description="Driving innovation in collaboration with the world's most demanding industries."
/>
@@ -189,40 +125,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John Smith",
role: "Plant Manager",
testimonial: "SKF's solutions have completely transformed our facility's reliability.",
imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg",
},
id: "t1", name: "John Smith", role: "Plant Manager", testimonial: "SKF's solutions have completely transformed our facility's reliability.", imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg"},
{
id: "t2",
name: "Elena Rodriguez",
role: "Senior Engineer",
testimonial: "Exceptional support and precision components that last.",
imageSrc: "http://img.b2bpic.net/free-photo/engineer-oversees-assembly-tools-tablet-industry-plant-surrounded-by-metal-steel-machinery_482257-135546.jpg",
},
id: "t2", name: "Elena Rodriguez", role: "Senior Engineer", testimonial: "Exceptional support and precision components that last.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-oversees-assembly-tools-tablet-industry-plant-surrounded-by-metal-steel-machinery_482257-135546.jpg"},
{
id: "t3",
name: "Michael Chen",
role: "Logistics Lead",
testimonial: "The lubrication systems increased our uptime by 20%.",
imageSrc: "http://img.b2bpic.net/free-photo/man-overalls-looking-camera-with-folded-hands_259150-56910.jpg",
},
id: "t3", name: "Michael Chen", role: "Logistics Lead", testimonial: "The lubrication systems increased our uptime by 20%.", imageSrc: "http://img.b2bpic.net/free-photo/man-overalls-looking-camera-with-folded-hands_259150-56910.jpg"},
{
id: "t4",
name: "Sarah Davis",
role: "R&D Manager",
testimonial: "Incredible insights and technical expertise every step.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-spacecraft-powered-by-advanced-engineering_482257-126224.jpg",
},
id: "t4", name: "Sarah Davis", role: "R&D Manager", testimonial: "Incredible insights and technical expertise every step.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-spacecraft-powered-by-advanced-engineering_482257-126224.jpg"},
{
id: "t5",
name: "Kevin Wilson",
role: "Maintenance Lead",
testimonial: "SKF stands by its word on every project we do together.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg",
},
id: "t5", name: "Kevin Wilson", role: "Maintenance Lead", testimonial: "SKF stands by its word on every project we do together.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367537.jpg"},
]}
title="Industry Testimonials"
description="How our partners achieve results with SKF precision engineering."
@@ -235,20 +146,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "What makes SKF different?",
content: "Our deep-rooted focus on friction management and rotating machinery performance sets us apart.",
},
id: "f1", title: "What makes SKF different?", content: "Our deep-rooted focus on friction management and rotating machinery performance sets us apart."},
{
id: "f2",
title: "Do you offer remote support?",
content: "Yes, through our IoT sensor ecosystem, we provide real-time remote diagnostics.",
},
id: "f2", title: "Do you offer remote support?", content: "Yes, through our IoT sensor ecosystem, we provide real-time remote diagnostics."},
{
id: "f3",
title: "How can I order spare parts?",
content: "Visit our global distributor network or use the online portal for custom orders.",
},
id: "f3", title: "How can I order spare parts?", content: "Visit our global distributor network or use the online portal for custom orders."},
]}
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-chatting-with-engineer-about-energy-production_482257-120833.jpg"
title="Common Technical Questions"
@@ -259,10 +161,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Contact"
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Speak to an Engineering Expert"
description="Let's discuss how we can enhance your facility's reliability and performance today."
imageSrc="http://img.b2bpic.net/free-photo/famous-parasol-structure-sevilla_268835-15561.jpg"
@@ -274,14 +175,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="SKF"
leftLink={{
text: "Terms and Conditions",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms and Conditions", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>