diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx deleted file mode 100644 index d0510a7..0000000 --- a/src/app/(main)/layout.tsx +++ /dev/null @@ -1 +0,0 @@ -export { Layout as default } from '@/components/Layout' diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b6a892b..54acf79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,14 @@ import { type Metadata } from 'next' import Script from 'next/script' -import { Mulish } from 'next/font/google' +import { Inter } from 'next/font/google' import clsx from 'clsx' import '@/styles/tailwind.css' -const mulish = Mulish({ +const inter = Inter({ subsets: ['latin'], display: 'swap', - variable: '--font-mulish', + variable: '--font-inter', }) export const metadata: Metadata = { @@ -26,7 +26,7 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - + {/* MailerLite Universal */}