From ea41c473c1e61baf5b7df85f52c01436c5fd853b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 18:14:21 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7c3d7750409bf06b4f362d11e5e8b402e26af2f0 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 18:14:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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