diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..4c02fc0 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,19 @@ +--- +--- + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 17e02c0..9c19a8d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,7 @@ --- import Button from "../components/Button.astro"; import Card from "../components/Card.astro"; +import Footer from "../components/Footer.astro"; import Jumbotron from "../components/Jumbotron.astro"; import Navbar from "../components/Navbar.astro"; --- @@ -34,11 +35,26 @@ import Navbar from "../components/Navbar.astro";
{[...Array(9).keys()].map((_) => )}
+ +