+
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index b5bd7c4..011ff20 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,10 +1,10 @@
import type { Metadata } from "next";
-import { Inter } from "next/font/google";
+import { Lexend } from "next/font/google";
import "./globals.css";
import Header from "./components/header";
-const inter = Inter({
+const lexend = Lexend({
subsets: ["latin"],
});
@@ -20,7 +20,7 @@ export default function RootLayout({
}>) {
return (
-
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index afd8534..c5deecf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,38 +1,18 @@
export default function Page() {
return (
-
-

-
-
Frieren
-
-
-
-

-
-
Frieren
-
- Anime
- Test
-
-
-
-
-
-

-
-
Frieren
-
- Anime
- Test
-
-
-
+ ))}
);
}