Skip to content

Commit c83797a

Browse files
committed
feat(tickets): add where you can purchase tickets
1 parent 45efa86 commit c83797a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/hero-section.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ export default function HeroSection() {
99
<div className="container mx-auto max-w-7xl px-8">
1010
<div className="max-w-2xl text-center mx-auto">
1111
<div className="flex justify-center gap-4 mb-10">
12-
<RainbowButton>Get Your Ticket</RainbowButton>
12+
<RainbowButton>
13+
<a
14+
href="https://paystack.com/buy/pyconke-early-bird"
15+
target="_blank"
16+
rel="noreferrer"
17+
>
18+
Get Your Ticket
19+
</a>
20+
</RainbowButton>
1321
<RainbowGreyButton>
1422
<a
1523
href="https://sessionize.com/pycon-kenya-2025/"

0 commit comments

Comments
 (0)