From 0f7c8343f6f22c7690d73c255ffb89bd046f88b1 Mon Sep 17 00:00:00 2001 From: AmirrezaRezaeii Date: Mon, 4 May 2026 14:04:40 +0330 Subject: [PATCH] init --- AGENTS.md | 5 -- CLAUDE.md | 1 - app/page.tsx | 146 +++++++++++++++++++++++++++++++-------------------- 3 files changed, 89 insertions(+), 63 deletions(-) delete mode 100644 AGENTS.md delete mode 100644 CLAUDE.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 8bd0e39..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,5 +0,0 @@ - -# This is NOT the Next.js you know - -This version has breaking changes — APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in `node_modules/next/dist/docs/` before writing any code. Heed deprecation notices. - diff --git a/CLAUDE.md b/CLAUDE.md deleted file mode 100644 index 43c994c..0000000 --- a/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -@AGENTS.md diff --git a/app/page.tsx b/app/page.tsx index 3f36f7c..8892196 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,65 +1,97 @@ -import Image from "next/image"; +import React from "react"; 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. -

+
+
+

Welcome to MyApp

+

Build something amazing with a simple and clean interface.

+ +
+ +
+
+

Fast

+

Optimized performance and smooth experience.

-
- - Vercel logomark - Deploy Now - - - Documentation - + +
+

Simple

+

Minimal design focused on usability.

-
+ +
+

Reliable

+

Stable and scalable architecture.

+
+ + +
+

© {new Date().getFullYear()} MyApp. All rights reserved.

+
+ +
); }