diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index bd6d597..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6e546bc..d0adb8a 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,22 +2,7 @@ --- - - -