diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4c1466..83a99c0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,5 @@ import { Metadata } from 'next' import { Karla } from 'next/font/google' -import { Analytics } from '@vercel/analytics/react' import Egg from '/src/components/Egg/Egg' import Settings from '/src/components/Settings/Settings' @@ -44,7 +43,6 @@ const RootLayout = async ({ children }: { children: React.ReactNode }) => { {children} - } diff --git a/src/app/page.tsx b/src/app/page.tsx index ced131b..6b01a5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,13 +43,9 @@ const Page = async () => {

___

-

_____

{t('about.content.p6')}

-

{t('about.content.p5')}

- -