Skip to content

Commit 8d50607

Browse files
committed
feat: add schedule and venue
1 parent 51c745b commit 8d50607

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/hero-section.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@ export default function HeroSection() {
2020
</RainbowButton>
2121
<RainbowGreyButton>
2222
<a
23-
href="https://sessionize.com/pycon-kenya-2025/"
23+
href="https://pycon-kenya-2025.sessionize.com"
2424
target="_blank"
2525
rel="noreferrer"
2626
>
27-
Call For Speakers
27+
Schedule
2828
</a>
2929
</RainbowGreyButton>
3030
</div>
3131
<h1 className="scroll-m-20 text-4xl font-extrabold tracking-tight lg:text-5xl">
3232
Welcome to PyCon Kenya 2025
3333
</h1>
3434
<h3 className="pt-6 text-2xl">26th - 27th September, 2025</h3>
35+
<h4 className="pt-6 text-1xl">Daystar University, Nairobi, Kenya</h4>
3536
<p className="my-6 text-xl text-muted-foreground">
3637
Africa's largest Python conference, held in Nairobi, Kenya. Join us
3738
for a weekend of inspiring talks, informative workshops, and fun

0 commit comments

Comments
 (0)