diff --git a/public/emojis/ai.webp b/public/emojis/ai.webp deleted file mode 100644 index 51c7afd..0000000 Binary files a/public/emojis/ai.webp and /dev/null differ diff --git a/public/emojis/antenna.webp b/public/emojis/antenna.webp deleted file mode 100644 index 9284ae8..0000000 Binary files a/public/emojis/antenna.webp and /dev/null differ diff --git a/public/emojis/clipboard.webp b/public/emojis/clipboard.webp deleted file mode 100644 index d1cece9..0000000 Binary files a/public/emojis/clipboard.webp and /dev/null differ diff --git a/public/emojis/key.webp b/public/emojis/key.webp deleted file mode 100644 index c64fac3..0000000 Binary files a/public/emojis/key.webp and /dev/null differ diff --git a/public/emojis/rocket.webp b/public/emojis/rocket.webp deleted file mode 100644 index a053752..0000000 Binary files a/public/emojis/rocket.webp and /dev/null differ diff --git a/public/emojis/wrench.webp b/public/emojis/wrench.webp deleted file mode 100644 index ef88fd7..0000000 Binary files a/public/emojis/wrench.webp and /dev/null differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 73716dd..cda09cb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,6 @@ import { APP_URL } from '@/constants' import '../styles/globals.css' import '../styles/confetti.css' -import { GeistMono } from 'geist/font/mono' -import { GeistSans } from 'geist/font/sans' import { Toaster } from 'sonner' const title = 'Easyreadme - IA Powered README Builder' @@ -38,11 +36,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 72bf5b7..7186d2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,5 @@ import Link from 'next/link' +import { PenLine } from 'lucide-react' import { AppLogo } from '@/components/app-logo' import { Hero } from '@/components/hero' @@ -9,51 +10,59 @@ import { Sparkles } from '@/components/sparkles' export default function Home() { return ( <> -
-
-
+
+
+
+
+
-
+
-
+
+ + Build a Readme + + - - + +
-
-
- - -
-
-