diff --git a/src/components/FriendLinkLowAnimated.astro b/src/components/FriendLinkLowAnimated.astro deleted file mode 100644 index 0f9bfa1..0000000 --- a/src/components/FriendLinkLowAnimated.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import { Image, Picture } from "astro:assets"; - -const { name, image, target } = Astro.props; ---- - - \ No newline at end of file diff --git a/src/components/FriendLinkMidAnimated.astro b/src/components/FriendLinkMidAnimated.astro deleted file mode 100644 index c39aab3..0000000 --- a/src/components/FriendLinkMidAnimated.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import { Image, Picture } from "astro:assets"; - -const { name, image, target } = Astro.props; ---- - - \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 6686545..788452d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,8 +7,6 @@ import BaseLayout from "../layouts/BaseLayout.astro"; import FriendLink from "../components/FriendLinkHigh.astro"; import FriendLinkMid from "../components/FriendLinkMid.astro"; import FriendLinkLow from "../components/FriendLinkLow.astro"; -import FriendLinkLowAnimated from "../components/FriendLinkLowAnimated.astro"; -import FriendLinkMidAnimated from "../components/FriendLinkMidAnimated.astro"; const pageTitle = "Aria"; const currentDate = new Date(); @@ -77,7 +75,7 @@ const age = seconds / 31556952; -
- -