From d148a720639a31efa74992d7d4fef983e488c81c Mon Sep 17 00:00:00 2001 From: DevMirza <53424436+Zaid-maker@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:00:46 +0000 Subject: [PATCH] update --- app/page.tsx | 114 +++------------------------------------------------ 1 file changed, 5 insertions(+), 109 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index e396bc7..b37a081 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,113 +1,9 @@ -import Image from 'next/image' +import { Button } from "@/components/ui/button"; export default function Home() { return ( -
-
-

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

-
- - 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. -

-
-
-
- ) +
+ +
+ ); }