Files
6d091dc2-d93d-427d-9751-83a…/src/app/page.tsx
2026-03-16 10:32:59 +00:00

244 lines
8.6 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroLogo from "@/components/sections/hero/HeroLogo";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import Link from "next/link";
import { Lightbulb, Palette, Wrench, CheckCircle } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Diensten",
items: [
{ label: "Gevelreclame", href: "/services" },
{ label: "Belettering", href: "/services" },
{ label: "Carwrap", href: "/services" },
{ label: "Interieur Signing", href: "/services" },
],
},
{
title: "Bedrijf",
items: [
{ label: "Over ons", href: "/" },
{ label: "Portfolio", href: "/" },
{ label: "Contact", href: "/" },
{ label: "Privacybeleid", href: "/" },
],
},
{
title: "Contact",
items: [
{ label: "hello@luux.nl", href: "mailto:hello@luux.nl" },
{ label: "+31 (0)162 123 456", href: "tel:+31162123456" },
{ label: "Dongen, Nederland", href: "/" },
{ label: "Instagram", href: "https://instagram.com/luuxsign" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="medium"
background="noiseDiagonalGradient"
cardStyle="inset"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Luux"
bottomLeftText="Dongen, Netherlands"
bottomRightText="hello@luux.nl"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Luux"
description="Signing die opvalt. Van gevelreclame tot carwraps. Luux Sign & More maakt merken zichtbaar."
buttons={[
{ text: "Bekijk portfolio", href: "/" },
{ text: "Offerte aanvragen", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/minimal-style-architect-instagram-stories-template_23-2149423815.jpg?_wi=1"
imageAlt="Premium signage and branding showcase"
showDimOverlay={true}
/>
</div>
<div id="services-preview" data-section="services-preview">
<FeatureCardSixteen
title="Onze Diensten"
description="Van concept tot installatie. Wij bieden een volledige reeks van professionele tekenoplossingen voor uw merk."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
tag="Services"
negativeCard={{
items: [
"Gevelreclame",
"Interieur signing",
"Wandaankleding",
],
}}
positiveCard={{
items: [
"Belettering",
"Carwrap",
"Dechrome",
"Full colour belettering",
"Wayfinding",
],
}}
/>
</div>
<div id="portfolio-preview" data-section="portfolio-preview">
<ProductCardFour
title="Uitgelichte Projecten"
description="Een selectie van ons meest indrukwekkende werk. Elk project getuigt van precisie, creativiteit en aandacht voor detail."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="bento-grid"
products={[
{
id: "1",
name: "Restaurant Façade",
price: "Premium",
variant: "Gevelreclame",
imageSrc: "http://img.b2bpic.net/free-photo/photo-swimming-pool-trampolines_23-2148326836.jpg?_wi=1",
imageAlt: "Restaurant storefront signage",
},
{
id: "2",
name: "Brand Identity",
price: "Full Suite",
variant: "Belettering",
imageSrc: "http://img.b2bpic.net/free-vector/modern-tech-stationery-design_1051-694.jpg?_wi=1",
imageAlt: "Complete brand identity signage",
},
{
id: "3",
name: "Fleet Wrapping",
price: "Fleet Project",
variant: "Carwrap",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card-template_23-2149957726.jpg?_wi=1",
imageAlt: "Vehicle wrap design and installation",
},
{
id: "4",
name: "Retail Interior",
price: "Complete",
variant: "Interieur Signing",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-looking-window-display-clothing-store_23-2147889079.jpg?_wi=1",
imageAlt: "Retail interior signage design",
},
]}
/>
</div>
<div id="process" data-section="process">
<MetricCardOne
title="Ons Proces"
description="Een doordachte aanpak van concept tot voltooiing. Elke fase is gericht op het creëren van prachtige, duurzame resultaten."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1",
value: "01",
title: "Concept",
description: "Wij luisteren naar uw visie en onderzoeken uw merk diepgaand.",
icon: Lightbulb,
},
{
id: "2",
value: "02",
title: "Design",
description: "Onze creatieve team ontwikkelt unieke, impactvolle ontwerpen.",
icon: Palette,
},
{
id: "3",
value: "03",
title: "Production",
description: "Precisie en kwaliteit in elke stap van de productie.",
icon: Wrench,
},
{
id: "4",
value: "04",
title: "Installation",
description: "Professionele plaatsing die uw project tot leven brengt.",
icon: CheckCircle,
},
]}
/>
</div>
<div id="trust" data-section="trust">
<MetricSplitMediaAbout
title="Waarom Luux Sign & More"
description="Wij geloven dat uitzonderlijke signage meer is dan alleen zichtbaarheid. Het gaat om het creëren van merkervaringen die blijven hangen."
tag="Expertise"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mechanic-with-face-mask-going-through-reports-while-talking-customer-auto-repair-shop_637285-11549.jpg?_wi=1"
imageAlt="Craftsmanship in progress"
metrics={[
{ value: "15+", title: "Years Experience" },
{ value: "500+", title: "Projects Completed" },
{ value: "98%", title: "Client Satisfaction" },
]}
/>
</div>
<div id="cta" data-section="cta">
<ContactText
text="Klaar om uw merk zichtbaar te maken? Laten we samen iets bijzonders creëren."
animationType="entrance-slide"
buttons={[
{ text: "Offerte aanvragen", href: "/" },
{ text: "Ons werk zien", href: "/" },
]}
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Luux"
columns={footerColumns}
copyrightText="© 2025 Luux Sign & More. Alle rechten voorbehouden."
/>
</div>
</ThemeProvider>
);
}