From 8c7f9fd113611df8c2f308b7120c0a8ae4cae706 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 14 Mar 2024 16:16:36 +0530 Subject: First commit: Rewriting dramalama in next.js --- src/app/page.js | 105 ++++++++------------------------------------------------ 1 file changed, 15 insertions(+), 90 deletions(-) (limited to 'src/app/page.js') diff --git a/src/app/page.js b/src/app/page.js index 1cb19f3..0ef6468 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -2,94 +2,19 @@ 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. -

-
-
-
- ); + return ( +
+
+ + +

+ Welcome to dramalama. An online service where you can watch kdramas and anime for free. +

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