Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/(home)/components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function Sponsors() {

return (
<section className="bg-[#112018] py-16 font-montserrat lg:mb-[-90px] md:mb-[-70px] sm:mb-0">
<Container>
<Container className="overflow-x-clip">
{/* Desktop View (768px and up) */}
<section className="hidden md:block">
<SponsorsDesktop sponsors={sponsors} />
Expand Down
5 changes: 2 additions & 3 deletions app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { PythonFoundation } from './components//PythonFoundation';
import { Partners } from './components//Partners';
import UpcomingEvents from './components//UpcomingEvents';
import { Sponsors } from './components/Sponsors';

import { Testimonials } from './components/Testimonials';
// import { Testimonials } from './components/Testimonials';

export default function HomePage() {
return (
Expand All @@ -16,7 +15,7 @@ export default function HomePage() {
<Carousel />
<CTASection />
<StatsAndReviews />
<Testimonials />
{/* <Testimonials /> */}
<PythonFoundation />
<Partners />
<UpcomingEvents />
Expand Down