diff --git a/app/layout.tsx b/app/layout.tsx index eef10c2..0a4c55c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -52,7 +52,9 @@ export default function RootLayout({ return (
{children} diff --git a/app/page.tsx b/app/page.tsx index d5d5d2b..3c3a7c6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,3 @@ - import Image from "next/image"; import Link from "next/link"; import React from "react"; @@ -14,21 +13,13 @@ const navigation = [ export default function Home() { return (