From f15428598e482c2c075c17e4f2414a9dc4548f35 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:42:18 +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 47ea7c7..3ce5d03 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,4 +1431,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e2c2a9fd22d9bc3133e1d252b007ab51e9322413 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:42:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 451feef..084adba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function CafeHyggeLanding() { title="Følg med" description="Se dagens kage og ugentlige specials" names={[ - "@cafehygge", "Specialty kaffe", "Sæson-bakvværk", "Hver dag frisk" + "Friskbagt daglig", "Specialty La Cabra", "Ægte hygge", "Lokalt købt" ]} textboxLayout="default" useInvertedBackground={false} @@ -163,4 +163,4 @@ export default function CafeHyggeLanding() { ); -} +} \ No newline at end of file -- 2.49.1