Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Award, Bluetooth, Leaf, ShieldCheck, Tool } from "lucide-react";
|
||||
import { Award, Bluetooth, Leaf, ShieldCheck, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Het Verhaal",
|
||||
id: "about",
|
||||
},
|
||||
name: "Het Verhaal", id: "about"},
|
||||
{
|
||||
name: "Shop Configurator",
|
||||
id: "shop",
|
||||
},
|
||||
name: "Shop Configurator", id: "shop"},
|
||||
]}
|
||||
brandName="SSW"
|
||||
/>
|
||||
@@ -49,64 +43,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="MAGNETISCH. MODULAIR. MEESTERLIJK."
|
||||
description="Ervaar de toekomst van de keuken met Smet Signature Woods. Precisie-vakmanschap ontmoet onzichtbare technologie."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
|
||||
alt: "Maker 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Maker 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
|
||||
alt: "Maker 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Maker 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
|
||||
alt: "Maker 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Maker 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
|
||||
alt: "Maker 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Maker 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg",
|
||||
alt: "Maker 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104839.jpg", alt: "Maker 5"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop de Basis",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "Shop de Basis", href: "#shop"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "N52 Magnetische Kracht",
|
||||
icon: Bluetooth,
|
||||
type: "text-icon", text: "N52 Magnetische Kracht", icon: Bluetooth,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Walnoot Hout",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Walnoot Hout", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "100% Antibacterieel",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "100% Antibacterieel", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Handgemaakt in EU",
|
||||
icon: Tool,
|
||||
type: "text-icon", text: "Handgemaakt in EU", icon: Wrench,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Levenslange Garantie",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Levenslange Garantie", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -133,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "SSW",
|
||||
name: "The Foundation - Walnoot",
|
||||
price: "€149.00",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-limes-board-green-yellow-limes-cutting-board-tree-branches-cones_140725-118715.jpg",
|
||||
},
|
||||
id: "1", brand: "SSW", name: "The Foundation - Walnoot", price: "€149.00", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-limes-board-green-yellow-limes-cutting-board-tree-branches-cones_140725-118715.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "SSW",
|
||||
name: "Afval-Module",
|
||||
price: "€39.95",
|
||||
rating: 5,
|
||||
reviewCount: "89",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176796.jpg",
|
||||
},
|
||||
id: "2", brand: "SSW", name: "Afval-Module", price: "€39.95", rating: 5,
|
||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/ideal-objects-prepare-cocktails_23-2148176796.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "SSW",
|
||||
name: "Media-Dock",
|
||||
price: "€24.95",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-concept-with-tablet_23-2147790645.jpg",
|
||||
},
|
||||
id: "3", brand: "SSW", name: "Media-Dock", price: "€24.95", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/beer-concept-with-tablet_23-2147790645.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "SSW",
|
||||
name: "Messen-Module",
|
||||
price: "€29.95",
|
||||
rating: 5,
|
||||
reviewCount: "56",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-kitchen-knifes-table_1373-45.jpg",
|
||||
},
|
||||
id: "4", brand: "SSW", name: "Messen-Module", price: "€29.95", rating: 5,
|
||||
reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/set-kitchen-knifes-table_1373-45.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "SSW",
|
||||
name: "Connector-Set",
|
||||
price: "€14.95",
|
||||
rating: 5,
|
||||
reviewCount: "31",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-drawer-contemporary-design-light-depth_169016-69050.jpg",
|
||||
},
|
||||
id: "5", brand: "SSW", name: "Connector-Set", price: "€14.95", rating: 5,
|
||||
reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-drawer-contemporary-design-light-depth_169016-69050.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "SSW",
|
||||
name: "Gold Edition Board Butter",
|
||||
price: "€12.50",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nuts-glass-blank-slate_23-2147679645.jpg",
|
||||
},
|
||||
id: "6", brand: "SSW", name: "Gold Edition Board Butter", price: "€12.50", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/nuts-glass-blank-slate_23-2147679645.jpg"},
|
||||
]}
|
||||
title="Het Modulaire Ecosysteem"
|
||||
description="Stel uw ideale setup samen. Kies uw houtsoort en klik uw modules vast."
|
||||
@@ -198,20 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Bacterie-resistentie",
|
||||
content: "Onze looizuren in het hardhout doden bacteriën op natuurlijke wijze, superieur aan kunststof.",
|
||||
},
|
||||
id: "1", title: "Bacterie-resistentie", content: "Onze looizuren in het hardhout doden bacteriën op natuurlijke wijze, superieur aan kunststof."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Mes-vriendelijk",
|
||||
content: "De vezelstructuur vangt de snede op, waardoor uw messen tot 5x langer scherp blijven.",
|
||||
},
|
||||
id: "2", title: "Mes-vriendelijk", content: "De vezelstructuur vangt de snede op, waardoor uw messen tot 5x langer scherp blijven."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Duurzaamheid",
|
||||
content: "Een SSW-plank is een erfstuk, ontworpen om generaties lang mee te gaan.",
|
||||
},
|
||||
id: "3", title: "Duurzaamheid", content: "Een SSW-plank is een erfstuk, ontworpen om generaties lang mee te gaan."},
|
||||
]}
|
||||
title="Wetenschap achter SSW"
|
||||
description="Waarom kiezen professionele chefs voor onze planken?"
|
||||
@@ -229,25 +155,13 @@ export default function LandingPage() {
|
||||
description="Onze toewijding aan perfectie vertaalt zich direct naar uw keukenervaring."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "18+",
|
||||
description: "Jaar vakmanschap",
|
||||
},
|
||||
id: "1", value: "18+", description: "Jaar vakmanschap"},
|
||||
{
|
||||
id: "2",
|
||||
value: "N52",
|
||||
description: "Magnetische sterkte",
|
||||
},
|
||||
id: "2", value: "N52", description: "Magnetische sterkte"},
|
||||
{
|
||||
id: "3",
|
||||
value: "5x",
|
||||
description: "Langer scherpe messen",
|
||||
},
|
||||
id: "3", value: "5x", description: "Langer scherpe messen"},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
description: "Natuurlijk hout",
|
||||
},
|
||||
id: "4", value: "100%", description: "Natuurlijk hout"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,33 +171,21 @@ export default function LandingPage() {
|
||||
logoText="SSW"
|
||||
columns={[
|
||||
{
|
||||
title: "Ecosysteem",
|
||||
items: [
|
||||
title: "Ecosysteem", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Shop", href: "#shop"},
|
||||
{
|
||||
label: "Over ons",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Over ons", href: "#about"},
|
||||
{
|
||||
label: "Wetenschap",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Wetenschap", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Algemene Voorwaarden",
|
||||
href: "#",
|
||||
},
|
||||
label: "Algemene Voorwaarden", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user