diff --git a/apps/next/package.json b/apps/next/package.json index 84b4328..d0f992e 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -1,9 +1,9 @@ { - "name": "next-template", + "name": "anatajeet-next", "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev --turbo", + "dev": "next", "build": "next build", "start": "next start", "lint": "next lint" diff --git a/apps/next/src/app/globals.css b/apps/next/src/app/globals.css index 875c01e..fa65ad6 100644 --- a/apps/next/src/app/globals.css +++ b/apps/next/src/app/globals.css @@ -18,16 +18,13 @@ body { color: rgb(var(--foreground-rgb)); - background: linear-gradient( - to bottom, + background: linear-gradient(to bottom, transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); + rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb)); } @layer utilities { .text-balance { text-wrap: balance; } -} +} \ No newline at end of file diff --git a/apps/next/src/app/layout.tsx b/apps/next/src/app/layout.tsx index 3314e47..f8fd556 100644 --- a/apps/next/src/app/layout.tsx +++ b/apps/next/src/app/layout.tsx @@ -5,8 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Anatajeet Next", + description: "Anatajeet Next App", }; export default function RootLayout({ diff --git a/apps/next/src/app/page.tsx b/apps/next/src/app/page.tsx index 2acfd44..2d23da8 100644 --- a/apps/next/src/app/page.tsx +++ b/apps/next/src/app/page.tsx @@ -3,31 +3,6 @@ import Image from "next/image"; export default function Home() { return (
-
-

- Get started by editing  - src/app/page.tsx -

-
- - By{" "} - Vercel 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. -

-
-
); } diff --git a/apps/vite/package.json b/apps/vite/package.json index 5208e01..7be6bf1 100644 --- a/apps/vite/package.json +++ b/apps/vite/package.json @@ -1,5 +1,5 @@ { - "name": "vite-template", + "name": "anatajeet-vite", "private": true, "version": "0.0.0", "type": "module",