From aef3c9a4f2088e15562e22d7c9ca11cdb8b837a7 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 14 Mar 2024 08:38:26 +0530 Subject: Initial commit from Create Next App --- src/app/page.js | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 src/app/page.js (limited to 'src/app/page.js') diff --git a/src/app/page.js b/src/app/page.js new file mode 100644 index 0000000..1cb19f3 --- /dev/null +++ b/src/app/page.js @@ -0,0 +1,95 @@ +import Image from "next/image"; +import styles from "./page.module.css"; + +export default function Home() { + return ( +
+
+

+ Get started by editing  + src/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 starter templates for Next.js.

+
+ + +

+ Deploy -> +

+

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

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