-
-
-
- Get started by editing{" "}
-
- src/app/page.tsx -
- . -
- - - Save and see your changes instantly. - -
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..333636a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,20 +1,15 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; +import { Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - const geistMono = Geist_Mono({ variable: "--font-geist-mono", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Kirill Siukhin 👋", + description: "Hey! My name is Kirill and I am making interesting things in the web :)", }; export default function RootLayout({ @@ -24,9 +19,7 @@ export default function RootLayout({ }>) { return ( -
+ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index e68abe6..117858c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,102 +1,53 @@ -import Image from "next/image"; +import Card from "@/components/Card"; export default function Home() { return ( -
- src/app/page.tsx
-
- .
-