Skip to content

Commit 23a34de

Browse files
committed
feat: removed testimonials
1 parent 54116a5 commit 23a34de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/(home)/page.tsx

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

1111
export default function HomePage() {
1212
return (
@@ -15,7 +15,7 @@ export default function HomePage() {
1515
<Carousel />
1616
<CTASection />
1717
<StatsAndReviews />
18-
<Testimonials />
18+
{/* <Testimonials /> */}
1919
<PythonFoundation />
2020
<Partners />
2121
<UpcomingEvents />

0 commit comments

Comments
 (0)