We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45efa86 commit c83797aCopy full SHA for c83797a
src/components/hero-section.tsx
@@ -9,7 +9,15 @@ export default function HeroSection() {
9
<div className="container mx-auto max-w-7xl px-8">
10
<div className="max-w-2xl text-center mx-auto">
11
<div className="flex justify-center gap-4 mb-10">
12
- <RainbowButton>Get Your Ticket</RainbowButton>
+ <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>
21
<RainbowGreyButton>
22
<a
23
href="https://sessionize.com/pycon-kenya-2025/"
0 commit comments