Merge version_1 into main #1
403
src/app/page.tsx
403
src/app/page.tsx
@@ -19,286 +19,151 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Diensten",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projecten",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Teko Techniek"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Diensten", id: "services" },
|
||||
{ name: "Projecten", id: "projects" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Teko Techniek"
|
||||
button={{ text: "Contact", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Industrial Automation & Panel Building for Reliable Production Systems"
|
||||
description="Custom engineering, design, installation, and commissioning for industrial projects across the Netherlands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "View projects",
|
||||
href: "#projects",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-operates-machine-enterprise-clean-room-with-stainless-steel-hardware_645730-557.jpg"
|
||||
imageAlt="Industrial automation control panel"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/inspector-mask-scrub-stands-with-foldertablet-his-hands-dairy-plant_645730-717.jpg",
|
||||
alt: "Inspector in a mask and a scrub stands with a foldertablet",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-661.jpg",
|
||||
alt: "Aluminum tanks for the storage of raw materials",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medical-worker-is-making-notes-about-serviceability-cebtrifuge_645730-126.jpg",
|
||||
alt: "Medical worker is making notes about serviceability",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-541.jpg",
|
||||
alt: "Plant picture clean room equipment and stainless steel machines",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-engineer-points-switchboard-inspection-module-check_169016-71391.jpg",
|
||||
alt: "Woman engineer points at switchboard",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied industrial partners"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Industrial Automation & Panel Building for Reliable Production Systems"
|
||||
description="Custom engineering, design, installation, and commissioning for industrial projects across the Netherlands."
|
||||
buttons={[{ text: "Request a quote", href: "#contact" }, { text: "View projects", href: "#projects" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-operates-machine-enterprise-clean-room-with-stainless-steel-hardware_645730-557.jpg"
|
||||
imageAlt="Industrial automation control panel"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/inspector-mask-scrub-stands-with-foldertablet-his-hands-dairy-plant_645730-717.jpg", alt: "Inspector in a mask" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/aluminum-tanks-storage-raw-materials-chemical-industry-sterile-conditions-enterprise_645730-661.jpg", alt: "Aluminum tanks" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medical-worker-is-making-notes-about-serviceability-cebtrifuge_645730-126.jpg", alt: "Medical worker" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-541.jpg", alt: "Plant equipment" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-engineer-points-switchboard-inspection-module-check_169016-71391.jpg", alt: "Woman engineer" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ satisfied industrial partners"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Over ons"
|
||||
title="Kwaliteit en betrouwbaarheid in industriële techniek"
|
||||
description="Wij ontwerpen, bouwen, installeren en inbedrijfstellen automatiserings- en energiesystemen voor industriële projecten."
|
||||
subdescription="Ons team heeft de kennis en ervaring om voor elk project, van klein tot groot, op maat gemaakte oplossingen te bieden met 100% tevredenheidsgarantie."
|
||||
icon={ShieldCheck}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-cnc-machine-machine-operator-standing-factory-looking-camera_637285-4170.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="Over ons"
|
||||
title="Kwaliteit en betrouwbaarheid in industriële techniek"
|
||||
description="Wij ontwerpen, bouwen, installeren en inbedrijfstellen automatiserings- en energiesystemen voor industriële projecten."
|
||||
subdescription="Ons team heeft de kennis en ervaring om voor elk project, van klein tot groot, op maat gemaakte oplossingen te bieden met 100% tevredenheidsgarantie."
|
||||
icon={ShieldCheck}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-cnc-machine-operator-standing-factory-looking-camera_637285-4170.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Paneelbouw",
|
||||
subtitle: "Hoogwaardige besturingspanelen voor diverse sectoren.",
|
||||
category: "Engineering",
|
||||
value: "Precisie",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Procesautomatisering",
|
||||
subtitle: "Naadloze integratie van SCADA, DCS en PLC-systemen.",
|
||||
category: "Automatisering",
|
||||
value: "Efficiëntie",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Elektrotechniek",
|
||||
subtitle: "Betrouwbare infrastructuur voor industriële installaties.",
|
||||
category: "Installatie",
|
||||
value: "Betrouwbaarheid",
|
||||
},
|
||||
]}
|
||||
title="Onze kerncompetenties"
|
||||
description="Hoogwaardige oplossingen voor industriële automatisering en elektrotechniek."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Paneelbouw", subtitle: "Hoogwaardige besturingspanelen.", category: "Engineering", value: "Precisie" },
|
||||
{ id: "2", title: "Procesautomatisering", subtitle: "Naadloze integratie.", category: "Automatisering", value: "Efficiëntie" },
|
||||
{ id: "3", title: "Elektrotechniek", subtitle: "Betrouwbare infrastructuur.", category: "Installatie", value: "Betrouwbaarheid" }
|
||||
]}
|
||||
title="Onze kerncompetenties"
|
||||
description="Hoogwaardige oplossingen voor industriële automatisering."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="industries" data-section="industries">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "i1",
|
||||
title: "Manufacturing",
|
||||
subtitle: "Optimalisatie van uw productielijnen.",
|
||||
category: "Industrie",
|
||||
value: "Top",
|
||||
},
|
||||
{
|
||||
id: "i2",
|
||||
title: "Energy",
|
||||
subtitle: "Robuuste systemen voor energienetwerken.",
|
||||
category: "Industrie",
|
||||
value: "Top",
|
||||
},
|
||||
{
|
||||
id: "i3",
|
||||
title: "Infrastructure",
|
||||
subtitle: "Kritieke infrastructuur automatisering.",
|
||||
category: "Industrie",
|
||||
value: "Top",
|
||||
},
|
||||
]}
|
||||
title="Industrieën die wij bedienen"
|
||||
description="Gespecialiseerde oplossingen voor diverse sectoren."
|
||||
/>
|
||||
</div>
|
||||
<div id="industries" data-section="industries">
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "i1", title: "Manufacturing", subtitle: "Optimalisatie.", category: "Industrie", value: "Top" },
|
||||
{ id: "i2", title: "Energy", subtitle: "Robuuste systemen.", category: "Industrie", value: "Top" },
|
||||
{ id: "i3", title: "Infrastructure", subtitle: "Kritieke infrastructuur.", category: "Industrie", value: "Top" }
|
||||
]}
|
||||
title="Industrieën die wij bedienen"
|
||||
description="Gespecialiseerde oplossingen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
title: "Projecten voltooid",
|
||||
items: [
|
||||
"Succesvolle opleveringen",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Panelen gebouwd",
|
||||
items: [
|
||||
"Hoogwaardige bouw",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Tevreden klanten",
|
||||
items: [
|
||||
"Onze garantie",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Resultaten in cijfers"
|
||||
description="Kwaliteit gegarandeerd in elk project."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "100+", title: "Projecten voltooid", items: ["Succesvolle opleveringen"] },
|
||||
{ id: "m2", value: "500+", title: "Panelen gebouwd", items: ["Hoogwaardige bouw"] },
|
||||
{ id: "m3", value: "100%", title: "Tevreden klanten", items: ["Onze garantie"] }
|
||||
]}
|
||||
title="Resultaten in cijfers"
|
||||
description="Kwaliteit gegarandeerd."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pharma Control System",
|
||||
price: "Groot project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-using-mockup-computer-calibrate-equipment_482257-120416.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "MCC Unit Installation",
|
||||
price: "High Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-man-blue-lab-uniform-stand-near-manufacture-machine-with-shafts-show-empty-tablet-close-picture-focus-tablet-look-tablet_645730-295.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "DCS Integration",
|
||||
price: "Complex",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-53755.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Manufacturing Automation",
|
||||
price: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52159.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Energy Grid Panel",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-experts-optimizing-assembly-line-conveyor-belts_482257-126221.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Infrastructural Setup",
|
||||
price: "Turnkey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67459.jpg",
|
||||
},
|
||||
]}
|
||||
title="Geselecteerde Projecten"
|
||||
description="Een overzicht van recente automatiseringstrajecten."
|
||||
/>
|
||||
</div>
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Pharma Control System", price: "Groot project", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-using-mockup-computer-calibrate-equipment_482257-120416.jpg" },
|
||||
{ id: "p2", name: "MCC Unit Installation", price: "High Tech", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-scientist-man-blue-lab-uniform-stand-near-manufacture-machine-with-shafts-show-empty-tablet-close-picture-focus-tablet-look-tablet_645730-295.jpg" },
|
||||
{ id: "p3", name: "DCS Integration", price: "Complex", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-53755.jpg" },
|
||||
{ id: "p4", name: "Manufacturing Automation", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/electrical-panel-with-fuses-contactors-closeup_169016-52159.jpg" },
|
||||
{ id: "p5", name: "Energy Grid Panel", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-experts-optimizing-assembly-line-conveyor-belts_482257-126221.jpg" },
|
||||
{ id: "p6", name: "Infrastructural Setup", price: "Turnkey", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67459.jpg" }
|
||||
]}
|
||||
title="Geselecteerde Projecten"
|
||||
description="Een overzicht van recente automatiseringstrajecten."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Wat zijn de levertijden?",
|
||||
content: "Wij werken in nauwe samenspraak om uw deadlines te halen.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Leveren jullie in heel Nederland?",
|
||||
content: "Ja, wij opereren landelijk vanuit Elst.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Zijn jullie gecertificeerd?",
|
||||
content: "Wij voldoen aan alle relevante veiligheids- en kwaliteitsnormen.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Veelgestelde vragen"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Wat zijn de levertijden?", content: "Wij werken in nauwe samenspraak." },
|
||||
{ id: "f2", title: "Leveren jullie in heel Nederland?", content: "Ja, wij opereren landelijk." },
|
||||
{ id: "f3", title: "Zijn jullie gecertificeerd?", content: "Wij voldoen aan alle normen." }
|
||||
]}
|
||||
sideTitle="Veelgestelde vragen"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
text="Need a reliable automation partner? Neem contact met ons op via info@tekotechniek.nl of +31 24 669 0217."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "animated-grid" }}
|
||||
text="Need a reliable automation partner? Neem contact met ons op via info@tekotechniek.nl"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Teko Techniek"
|
||||
leftLink={{
|
||||
text: "Privacybeleid",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Bemmelseweg 81K, Elst",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Teko Techniek"
|
||||
leftLink={{ text: "Privacybeleid", href: "#" }}
|
||||
rightLink={{ text: "Bemmelseweg 81K, Elst", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user