style: flipping cards as background

This commit is contained in:
Riccardo
2023-12-16 23:27:07 +01:00
parent 9ab92751bd
commit d0028457ef
13 changed files with 284 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
import { Analytics } from '@vercel/analytics/react';
import type { Metadata } from 'next';
import { Inter as FontSans } from 'next/font/google';
import { Background } from '../components/custom/background/background';
import { cn } from '../utils/utils';
import './globals.css';
@@ -29,7 +30,7 @@ export default function RootLayout({
fontSans.variable
)}
>
{children}
<Background>{children}</Background>
<Analytics />
</body>
</html>