We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbe4f6 commit 82d3daaCopy full SHA for 82d3daa
1 file changed
app/(home)/page.tsx
@@ -6,7 +6,7 @@ import { PythonFoundation } from './components//PythonFoundation';
6
import { Partners } from './components//Partners';
7
import UpcomingEvents from './components//UpcomingEvents';
8
import { Sponsors } from './components/Sponsors';
9
-import { Testimonials } from './components/Testimonials';
+// import { Testimonials } from './components/Testimonials';
10
11
export default function HomePage() {
12
return (
@@ -15,7 +15,7 @@ export default function HomePage() {
15
<Carousel />
16
<CTASection />
17
<StatsAndReviews />
18
- <Testimonials />
+ {/* <Testimonials /> */}
19
<PythonFoundation />
20
<Partners />
21
<UpcomingEvents />
0 commit comments