File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,30 +15,16 @@ interface Event {
1515
1616const EVENTS : Event [ ] = [
1717 {
18- title : 'Pycon Mini Davao' ,
19- date : 'June 20 , 2025' ,
20- location : 'Mugna Tech, Davao City ' ,
18+ title : 'Pycon Davao' ,
19+ date : 'October 25 , 2025' ,
20+ location : 'Ateneo de Davao University ' ,
2121 variant : 'main' ,
2222 link : '/404' ,
2323 } ,
2424 {
25- title : 'RAGs & DAGs' ,
26- date : 'June 20, 2025' ,
27- location : 'Mugna Tech, Davao City' ,
28- variant : 'regular' ,
29- link : '/404' ,
30- } ,
31- {
32- title : 'RAGs & DAGs' ,
33- date : 'June 20, 2025' ,
34- location : 'Mugna Tech, Davao City' ,
35- variant : 'regular' ,
36- link : '/404' ,
37- } ,
38- {
39- title : 'RAGs & DAGs' ,
40- date : 'June 20, 2025' ,
41- location : 'Mugna Tech, Davao City' ,
25+ title : 'Pycon Davao Day 2' ,
26+ date : 'October 26, 2025' ,
27+ location : 'TBA' ,
4228 variant : 'regular' ,
4329 link : '/404' ,
4430 } ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { CTASection } from './components/CTASection';
44import { StatsAndReviews } from './components/StatsAndReviews' ;
55import { PythonFoundation } from './components//PythonFoundation' ;
66import { Partners } from './components//Partners' ;
7- // import UpcomingEvents from './components//UpcomingEvents';
7+ import UpcomingEvents from './components//UpcomingEvents' ;
88import { Sponsors } from './components/Sponsors' ;
99
1010import { Testimonials } from './components/Testimonials' ;
@@ -19,7 +19,7 @@ export default function HomePage() {
1919 < Testimonials />
2020 < PythonFoundation />
2121 < Partners />
22- { /* <UpcomingEvents /> */ }
22+ < UpcomingEvents />
2323 < Sponsors />
2424 </ main >
2525 ) ;
You can’t perform that action at this time.
0 commit comments