-
-
-
- Get started by editing{" "}
-
- src/app/page.tsx -
- . -
- - - Save and see your changes instantly. - -
diff --git a/public/Endeavor.jpg b/public/Endeavor.jpg new file mode 100644 index 0000000..bff90c5 Binary files /dev/null and b/public/Endeavor.jpg differ diff --git a/public/file.svg b/public/file.svg deleted file mode 100644 index 004145c..0000000 --- a/public/file.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/globe.svg b/public/globe.svg deleted file mode 100644 index 567f17b..0000000 --- a/public/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index 7705396..0000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/window.svg b/public/window.svg deleted file mode 100644 index b2b2a44..0000000 --- a/public/window.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..dd23caf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,20 +1,14 @@ 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 Music", + description: "Official Kirill Siukhin artist website", }; export default function RootLayout({ @@ -24,9 +18,7 @@ export default function RootLayout({ }>) { return ( -
+ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index e68abe6..9656620 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,101 +2,19 @@ import Image from "next/image"; export default function Home() { return ( -
- src/app/page.tsx
-
- .
-