@@ -4,9 +4,9 @@ import { NextSeo } from 'next-seo';
44import { useState } from 'react' ;
55import Banner from '../components/Banner' ;
66import Carousel from '../components/Carousel' ;
7- import CommitteeIcon from '../components/Committees/CommitteeIcon' ;
7+ // import CommitteeIcon from '../components/Committees/CommitteeIcon';
88import Committees from '../components/CommitteeSpread' ;
9- import ContentBanner from '../components/ContentBanner' ;
9+ // import ContentBanner from '../components/ContentBanner';
1010import Layout from '../components/Layout' ;
1111import Article from '../components/NewsArticle' ;
1212import SocialMedia from '../components/SocialMedia' ;
@@ -49,6 +49,7 @@ function Home() {
4949 } }
5050 />
5151 < div className = "home-page text-center" >
52+ { /*
5253 <ContentBanner>
5354 <div className="content-banner-logos-top">
5455 <div className="content-banner-logos">
@@ -61,13 +62,11 @@ function Home() {
6162 <CommitteeIcon committee="teachLA" />
6263 </div>
6364 </div>
64- { /*
6565 <h2 className="content-banner-title">
6666 <Link href="/internship" style={{ marginRight: '8px', color: 'white' }}>
6767 ACM Internship Apps are now open!
6868 </Link>
6969 </h2>
70- */ }
7170 <div className="content-banner-logos-top">
7271 <div className="content-banner-logos">
7372 <CommitteeIcon committee="acm" />
@@ -80,6 +79,7 @@ function Home() {
8079 </div>
8180 </div>
8281 </ContentBanner>
82+ */ }
8383 < Banner />
8484 < div className = "content-section" >
8585 < h2 > The largest Computer Science community at UCLA</ h2 >
0 commit comments