|
|
|
@ -9,7 +9,7 @@ import styles from "./our-supporters.module.css"; |
|
|
|
|
|
|
|
|
|
export default function OurSupporters() { |
|
|
|
|
return ( |
|
|
|
|
<> |
|
|
|
|
<div className={styles.page}> |
|
|
|
|
<Title>Our Supporters</Title> |
|
|
|
|
<div className={styles.headerContainer}> |
|
|
|
|
<h1 className={styles.header}>Our Supporters</h1> |
|
|
|
@ -18,6 +18,6 @@ export default function OurSupporters() { |
|
|
|
|
<div className={styles.content}> |
|
|
|
|
<Content /> |
|
|
|
|
</div> |
|
|
|
|
</> |
|
|
|
|
</div> |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|