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" />