Add Banner component

This commit is contained in:
Korbs 2024-12-10 00:52:46 -05:00
parent 9468de6166
commit a57fed98de
2 changed files with 50 additions and 1 deletions

View file

@ -3,7 +3,8 @@ import CallToAction from "./src/blocks/CallToAction.astro";
import Hero from "./src/blocks/Hero.astro"
// Components
import Banner from "./src/Banner.astro"
import Image from "./src/Image.astro";
// Export
export {CallToAction, Image, Hero}
export {Banner, CallToAction, Image, Hero}