From ef65da24fedd2fb32f9844433a5d2c27c5fe0194 Mon Sep 17 00:00:00 2001
From: l
Date: Sun, 13 Oct 2024 11:23:04 +0000
Subject: [PATCH] Update pages/index.tsx
---
pages/index.tsx | 154 ++++++++++++++++++++++++------------------------
1 file changed, 77 insertions(+), 77 deletions(-)
diff --git a/pages/index.tsx b/pages/index.tsx
index 3d2862a..0b8d35c 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -1,77 +1,77 @@
-import Image from "next/image";
-import Link from "next/link";
-import styles from "../styles/Index.module.sass";
-import Avatar from "../public/assets/Avatar.png";
-import constants from "lib/constants";
-import Icon from "components/Icon";
-import Head from "components/Head";
-import Socials from "lib/socials";
-import Credits from "components/Credits";
-
-const Index = ({ credits }) => {
- let AvatarSize = 200;
- return (
- <>
-
-
-
-
HEIKADOG
-
(pronounced high-cuh)
-
- i'm heika, a dog person who creates for the internet.
-
-
- buy or stream my album
- SPECIALTY ENDEAVORS (REMASTERED)
- {" "}
- on all major streaming platforms
-
-
- or peep my production credits on
- spotify
- .
-
-
- {Socials.map(social => (
-
-
-
-
-
- ))}
-
-
-
-
-
- >
- );
-};
-
-export async function getStaticProps() {
- // const ers = await fetch("https://dreamland.pogcha.mp/api/credits")
- // const credits = await ers.json()
- return {
- props: {
- credits: {
- url: 'lio.to/?ref=heikadog',
- name: 'LIO'
- }
- }
- }
-}
-
-
-export default Index;
+import Image from "next/image";
+import Link from "next/link";
+import styles from "../styles/Index.module.sass";
+import Avatar from "../public/assets/Avatar.png";
+import constants from "lib/constants";
+import Icon from "components/Icon";
+import Head from "components/Head";
+import Socials from "lib/socials";
+import Credits from "components/Credits";
+
+const Index = ({ credits }) => {
+ let AvatarSize = 200;
+ return (
+ <>
+