place holder landing pages

This commit is contained in:
Milo Schwartz 2024-12-26 19:33:56 -05:00
parent de9725f310
commit b78e7a324d
No known key found for this signature in database
22 changed files with 669 additions and 235 deletions

View file

@ -24,9 +24,6 @@ export default async function RootLayout({
}>) {
const version = process.env.APP_VERSION;
const getUser = cache(verifySession);
const user = await getUser();
return (
<html suppressHydrationWarning>
<body className={`${font.className}`}>