From 286f4619e76717b950aa15846232bdebe92b592e Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 18:07:00 +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 1717918..7e6fe08 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 4c4df953cc0b03728e30b02353d964f06b1e8065 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 18:07:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07956dd..b65c7a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function HomePage() { { name: "Contact", id: "/contact" } ]} bottomLeftText="Duurzame Mode" - bottomRightText="hallo@geupycyledthreads.nl" + bottomRightText="hallo@geupycledthreads.nl" /> @@ -53,7 +53,7 @@ export default function HomePage() { imageAlt="Geüpcycled mode transformatie showcase" imageClassName="w-1/2 h-auto object-cover object-center crop-20" buttons={[ - { text: "Verken Winkel", href: "/shop" }, + { text: "Shop Nu & Ontdek", href: "/shop" }, { text: "Lees Ons Verhaal", href: "/about" } ]} buttonClassName="px-8 py-4 text-lg font-semibold" @@ -151,4 +151,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file