diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 956d081..eec1b02 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -4,6 +4,11 @@ import Button from './Button.astro';
import TitleAccent from './TitleAccent.astro';
import stopwatchIcon from '../graphics/stopwatch.svg';
import arrowsIcon from '../graphics/arrows.svg';
+import heroGraphicLeft from '../graphics/hero_shapes_left.svg';
+import heroGraphicRight from '../graphics/hero_shapes_right.svg';
+import bearLeft from '../graphics/bear_orange.svg';
+import bearRight from '../graphics/bear_blue.svg';
+import Brand from './Brand.astro';
---
@@ -15,7 +20,7 @@ import arrowsIcon from '../graphics/arrows.svg';
/>
to tackle social challenges
-
+
+
+
+
+
+
+
+
diff --git a/src/components/NonProfit.astro b/src/components/NonProfit.astro
index 7f47a40..db3dc1f 100644
--- a/src/components/NonProfit.astro
+++ b/src/components/NonProfit.astro
@@ -11,17 +11,17 @@ interface Props {
const { name, description, image, startColor, endColor, url } = Astro.props;
---
-
+