Skip to content

Commit 7fbe4f6

Browse files
committed
feat: removed testimonials
1 parent 14ea963 commit 7fbe4f6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/(home)/components/Sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function Sponsors() {
5757

5858
return (
5959
<section className="bg-[#112018] py-16 font-montserrat lg:mb-[-90px] md:mb-[-70px] sm:mb-0">
60-
<Container>
60+
<Container className="overflow-x-clip">
6161
{/* Desktop View (768px and up) */}
6262
<section className="hidden md:block">
6363
<SponsorsDesktop sponsors={sponsors} />

app/(home)/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { PythonFoundation } from './components//PythonFoundation';
66
import { Partners } from './components//Partners';
77
import UpcomingEvents from './components//UpcomingEvents';
88
import { Sponsors } from './components/Sponsors';
9-
109
import { Testimonials } from './components/Testimonials';
1110

1211
export default function HomePage() {

0 commit comments

Comments
 (0)