diff --git a/src/modules/landing/sponsor/Sponsors.tsx b/src/modules/landing/sponsor/Sponsors.tsx index 7fc179a..f266e20 100644 --- a/src/modules/landing/sponsor/Sponsors.tsx +++ b/src/modules/landing/sponsor/Sponsors.tsx @@ -39,7 +39,7 @@ const Sponsors = ({ sponsors }: SponsorsProps) => { columns={3} /> - + {/* Bronze Sponsors @@ -47,7 +47,7 @@ const Sponsors = ({ sponsors }: SponsorsProps) => { sponsors={sponsors.filter((s) => s.type === 'BRONZE')} columns={3} /> - + */} ); }; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b5d7ffa..6ad867a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -85,10 +85,12 @@ const Home: React.FC = ({
+ {/* das sind die 3 Blöcke mit Kick off, midterm und Final */}
+ {/* Why Grow */}