diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5ae914 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "css.lint.unknownAtRules": "ignore" +} + diff --git a/src/app/favicon.ico b/src/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/src/app/favicon.ico and /dev/null differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 295f8fd..aa23646 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,65 +1,7 @@ -import Image from "next/image"; - export default function Home() { return ( -
-
- Next.js logo -
-

- To get started, edit the page.tsx file. -

-

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

-
-
- - Vercel logomark - Deploy Now - - - Documentation - -
-
+
+
); }