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