Skip to content

Commit b81c2b9

Browse files
MaakkkuuSamshh
authored andcommitted
feat: add sponsor section
1 parent d15e8fe commit b81c2b9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/(home)/components/SponsorsDesktop.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ const SponsorsDesktop = ({ sponsors }: { sponsors: SponsorshipProps[] }) => {
4848
setCurrent(correctedCurrentIndex);
4949
setfeaturedSponsor(sponsors[correctedCurrentIndex]);
5050
});
51+
<<<<<<< HEAD
5152
}, [api, sponsors]);
53+
=======
54+
}, [api]);
55+
>>>>>>> db7be11 (feat: add sponsor section)
5256

5357
const plugin = useRef(Autoplay({ delay: 5000, stopOnInteraction: true }));
5458

app/(home)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { CTASection } from './components/CTASection';
44
import { StatsAndReviews } from './components/StatsAndReviews';
55
import { PythonFoundation } from './components//PythonFoundation';
66
import { Partners } from './components//Partners';
7+
import UpcomingEvents from './components//UpcomingEvents';
78
import { Sponsors } from './components/Sponsors';
8-
import UpcomingEvents from './components//UpcomingEvents';
99

1010
export default function HomePage() {
1111
return (
@@ -16,8 +16,8 @@ export default function HomePage() {
1616
<StatsAndReviews />
1717
<PythonFoundation />
1818
<Partners />
19+
<UpcomingEvents />
1920
<Sponsors />
20-
<UpcomingEvents/>
2121
</main>
2222
);
2323
}

0 commit comments

Comments
 (0)