Skip to content

Commit 311bc42

Browse files
author
Jodi
committed
removed footer
1 parent 0285c6f commit 311bc42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/(home)/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { StatsAndReviews } from './components/StatsAndReviews';
55
import { PythonFoundation } from './components//PythonFoundation';
66
import { Partners } from './components//Partners';
77
import { Sponsors } from './components/Sponsors';
8+
import UpcomingEvents from './components//UpcomingEvents';
89

910
export default function HomePage() {
1011
return (
@@ -16,6 +17,7 @@ export default function HomePage() {
1617
<PythonFoundation />
1718
<Partners />
1819
<Sponsors />
20+
<UpcomingEvents/>
1921
</main>
2022
);
2123
}

0 commit comments

Comments
 (0)