diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 849c9a9..7a39cc7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1251,4 +1251,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b50489e..68c3c87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,10 @@ 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" } + ]} /> @@ -149,4 +153,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file