redisign hero

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-15 09:45:03 +01:00
parent f6c6a403b4
commit 0381d60d90
6 changed files with 27 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ const font = Bricolage_Grotesque({
weights: [400, 700],
});
export default async function RootLayout({
export default function RootLayout({
children,
}: {
children: React.ReactNode;