diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ef53d2..0750af7 100644 --- a/src/app/page.tsx +++ b/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() { @@ -49,64 +43,41 @@ export default function LandingPage() {
@@ -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"}, ]} />
@@ -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: "#"}, ], }, ]}