Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-17 08:05:57 +00:00

View File

@@ -31,69 +31,30 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Solution",
id: "#about",
},
{
name: "Case Studies",
id: "#blog",
},
{
name: "FAQ",
id: "#faq",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Solution", id: "#about" },
{ name: "Case Studies", id: "#blog" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" }
]}
brandName="Litech"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "rotated-rays-animated-grid",
}}
background={{ variant: "rotated-rays-animated-grid" }}
title="Hazard Detection & Fire Prevention for Waste Facilities"
description="Prevent waste facility fires before they start. Litechs simple and modular MIS sensor detects hazardous objects like batteries and gas canisters."
buttons={[
{
text: "See Our Solution",
href: "#about",
},
]}
buttons={[{ text: "See Our Solution", href: "#about" }]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776412972529-f7a591a3.png?_wi=1",
imageAlt: "AI Fire Detection",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413080781-ab6900b5.png",
imageAlt: "Hazard Identification",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413089410-90166169.png",
imageAlt: "Real-time Monitoring",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413098651-6a9ff406.png",
imageAlt: "Smart Sensors",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413107985-637f1f5a.png",
imageAlt: "Industrial Safety",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413118224-3b9774e4.png",
imageAlt: "Litech System",
},
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776412972529-f7a591a3.png", imageAlt: "AI Fire Detection" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413080781-ab6900b5.png", imageAlt: "Hazard Identification" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413089410-90166169.png", imageAlt: "Real-time Monitoring" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413098651-6a9ff406.png", imageAlt: "Smart Sensors" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413107985-637f1f5a.png", imageAlt: "Industrial Safety" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776413118224-3b9774e4.png", imageAlt: "Litech System" }
]}
/>
</div>
@@ -105,43 +66,23 @@ export default function LandingPage() {
title="Turning complex fire risks into a simple solution"
description="A minimal design that fits seamlessly into any setup. Our modular technology ensures you keep safety simple by identifying hazards before they become emergencies."
bulletPoints={[
{
title: "Modular Design",
description: "Fits seamlessly into any existing facility setup.",
},
{
title: "Real-time Detection",
description: "Identifies batteries, gas canisters, and hazardous objects instantly.",
},
{
title: "Advanced MIS",
description: "Patented technology designed specifically for the waste industry.",
},
{ title: "Modular Design", description: "Fits seamlessly into any existing facility setup." },
{ title: "Real-time Detection", description: "Identifies batteries, gas canisters, and hazardous objects instantly." },
{ title: "Advanced MIS", description: "Patented technology designed specifically for the waste industry." }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/close-up-of-a-smart-modular-mis-sensor-d-1776412983717-18085c9f.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/close-up-of-a-smart-modular-mis-sensor-d-1776412983717-18085c9f.png"
/>
</div>
<div id="features" data-section="features">
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Zap,
title: "Rapid Response",
description: "Instant alerting when hazardous items are detected.",
},
{
icon: Shield,
title: "Commercial Grade",
description: "Ready for industrial-scale facility deployment.",
},
{
icon: Gauge,
title: "AI Analytics",
description: "Machine learning identifies new threat patterns over time.",
},
{ icon: Zap, title: "Rapid Response", description: "Instant alerting when hazardous items are detected." },
{ icon: Shield, title: "Commercial Grade", description: "Ready for industrial-scale facility deployment." },
{ icon: Gauge, title: "AI Analytics", description: "Machine learning identifies new threat patterns over time." }
]}
title="Precision Hazard Prevention"
description="Engineered for high-throughput environments where speed and accuracy define safety outcomes."
@@ -154,21 +95,9 @@ export default function LandingPage() {
title="Industry Impact"
tag="Efficiency"
metrics={[
{
id: "m1",
value: "100%",
description: "Detection Readiness",
},
{
id: "m2",
value: "24/7",
description: "Continuous Surveillance",
},
{
id: "m3",
value: "5x",
description: "Faster Hazard Identification",
},
{ id: "m1", value: "100%", description: "Detection Readiness" },
{ id: "m2", value: "24/7", description: "Continuous Surveillance" },
{ id: "m3", value: "5x", description: "Faster Hazard Identification" }
]}
metricsAnimation="slide-up"
/>
@@ -179,61 +108,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "Jan 2026",
title: "Plant Director",
quote: "Litech has fundamentally changed how we manage fire risk.",
tag: "Industrial",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-plant-manager-in-a-recycli-1776413026644-a79ca140.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/industrial-waste-sorting-facility-with-a-1776412972529-f7a591a3.png?_wi=2",
imageAlt: "Portrait of a plant manager in a recycling facility.",
},
{
id: "2",
name: "Michael C.",
date: "Feb 2026",
title: "Safety Manager",
quote: "Simple, modular, and effective. It just works.",
tag: "Ops",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-safety-officer-in-a-high-v-1776413036113-f68f5063.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/close-up-of-a-smart-modular-mis-sensor-d-1776412983717-18085c9f.png?_wi=2",
imageAlt: "Portrait of a plant manager in a recycling facility.",
},
{
id: "3",
name: "Emily R.",
date: "Mar 2026",
title: "Lead Engineer",
quote: "High-end tech that actually fits our workflow.",
tag: "Tech",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-an-engineering-lead-1776413045633-dbba7e64.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/ai-digital-screen-showing-hazardous-obje-1776412994860-a2e80e81.png",
imageAlt: "Portrait of a plant manager in a recycling facility.",
},
{
id: "4",
name: "David K.",
date: "Apr 2026",
title: "Consultant",
quote: "The gold standard for fire prevention.",
tag: "Compliance",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-facility-consultant-1776413057712-fad02875.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/modular-sensor-hardware-component-indust-1776413006559-d0c36df1.png",
imageAlt: "Portrait of a plant manager in a recycling facility.",
},
{
id: "5",
name: "Anna S.",
date: "May 2026",
title: "Operations Lead",
quote: "Confidence and peace of mind.",
tag: "Safety",
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-plant-director-1776413068885-39381e61.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/real-time-thermal-analysis-scan-of-recyc-1776413018072-9e74d08d.png",
imageAlt: "Portrait of a plant manager in a recycling facility.",
},
{ id: "1", name: "Sarah J.", date: "Jan 2026", title: "Plant Director", quote: "Litech has fundamentally changed how we manage fire risk.", tag: "Industrial", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-plant-manager-in-a-recycli-1776413026644-a79ca140.png" },
{ id: "2", name: "Michael C.", date: "Feb 2026", title: "Safety Manager", quote: "Simple, modular, and effective. It just works.", tag: "Ops", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-safety-officer-in-a-high-v-1776413036113-f68f5063.png" },
{ id: "3", name: "Emily R.", date: "Mar 2026", title: "Lead Engineer", quote: "High-end tech that actually fits our workflow.", tag: "Tech", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-an-engineering-lead-1776413045633-dbba7e64.png" },
{ id: "4", name: "David K.", date: "Apr 2026", title: "Consultant", quote: "The gold standard for fire prevention.", tag: "Compliance", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-facility-consultant-1776413057712-fad02875.png" },
{ id: "5", name: "Anna S.", date: "May 2026", title: "Operations Lead", quote: "Confidence and peace of mind.", tag: "Safety", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CA2sAZYfgJg5UPzRQXbz0dGpcC/portrait-of-a-plant-director-1776413068885-39381e61.png" }
]}
title="Trusted by Industry Leaders"
description="See why waste facility managers choose Litech."
@@ -244,26 +123,10 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What threats can the system detect?",
content: "Our MIS technology detects batteries, gas canisters, and other hazardous waste materials.",
},
{
id: "q2",
title: "Is the system ready for commercial use?",
content: "Yes, it is designed specifically for full-scale commercial recycling facilities.",
},
{
id: "q3",
title: "What is MIS technology?",
content: "MIS is our proprietary modular sensing solution for fire prevention.",
},
{
id: "q4",
title: "What are installation requirements?",
content: "Our modular setup ensures easy integration with your existing conveyors.",
},
{ id: "q1", title: "What threats can the system detect?", content: "Our MIS technology detects batteries, gas canisters, and other hazardous waste materials." },
{ id: "q2", title: "Is the system ready for commercial use?", content: "Yes, it is designed specifically for full-scale commercial recycling facilities." },
{ id: "q3", title: "What is MIS technology?", content: "MIS is our proprietary modular sensing solution for fire prevention." },
{ id: "q4", title: "What are installation requirements?", content: "Our modular setup ensures easy integration with your existing conveyors." }
]}
sideTitle="Frequently Asked Questions"
sideDescription="Straight answers to your questions — clear help to keep safety simple."
@@ -274,32 +137,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
tag="Get in touch"
title="Keep Safety Simple"
description="Ready to secure your facility? Our team is standing by to help."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Litech"
leftLink={{
text: "Li-tech AS, Oslo",
href: "#",
}}
rightLink={{
text: "© 2026 Litech. All rights reserved.",
href: "#",
}}
leftLink={{ text: "Li-tech AS, Oslo", href: "#" }}
rightLink={{ text: "© 2026 Litech. All rights reserved.", href: "#" }}
/>
</div>
</ReactLenis>