From 95280d67a415b31d99ac7e0ebe35c8440847fd90 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 2 Oct 2023 14:40:26 -0400 Subject: Initial commit from Create Next App --- app/page.js | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 app/page.js (limited to 'app/page.js') diff --git a/app/page.js b/app/page.js new file mode 100644 index 0000000..801ec13 --- /dev/null +++ b/app/page.js @@ -0,0 +1,113 @@ +import Image from 'next/image' + +export default function Home() { + return ( +
+
+

+ Get started by editing  + app/page.js +

+
+ + By{' '} + Vercel Logo + +
+
+ +
+ Next.js Logo +
+ +
+ +

+ Docs{' '} + + -> + +

+

+ Find in-depth information about Next.js features and API. +

+
+ + +

+ Learn{' '} + + -> + +

+

+ Learn about Next.js in an interactive course with quizzes! +

+
+ + +

+ Templates{' '} + + -> + +

+

+ Explore the Next.js 13 playground. +

+
+ + +

+ Deploy{' '} + + -> + +

+

+ Instantly deploy your Next.js site to a shareable URL with Vercel. +

+
+
+
+ ) +} -- cgit v1.2.3