From e614d78b7a5dc69b2f210c1c7d8d6f921502588f Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 18:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68c3c87..cbfb9c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,10 +71,6 @@ export default function HomePage() { { icon: Heart, label: "Tevreden Klanten", value: "1.200+" }, { icon: Zap, label: "Jaren Ervaring", value: "5+" } ]} - buttons={[ - { text: "Verken Winkel", href: "/shop" }, - { text: "Over Ons Proces", href: "/about" } - ]} /> @@ -105,14 +101,13 @@ export default function HomePage() { buttons={[ { text: "Bekijk Volledige Winkel", href: "/shop" } ]} - textBoxButtonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300" />