diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro new file mode 100644 index 0000000..8c4e2ba --- /dev/null +++ b/src/components/layout/Footer.astro @@ -0,0 +1,23 @@ +--- +import { Image } from 'astro:assets'; +import { Icon } from 'astro-icon/components'; + +import logoImage from '@/assets/images/logo.png'; +--- + +
+ © 2024 + Astro Deploy. All Rights Reserved. +