Skip to content

Commit 59ebf90

Browse files
authored
update to hero section buttons (#157)
1 parent f67013e commit 59ebf90

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/_includes/landing/hero.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
PyCon India 2025 is the premier conference for Python enthusiasts and professionals, offering an unparalleled
2121
opportunity to dive deep into the world of Python and explore its limitless potential. Stay tuned for updates!
2222
</p>
23-
<div>
23+
{# <div>
24+
{{ button(text="Get Tickets", url=env.baseUrl + "tickets", lime_bg=true)}}
25+
</div> #}
26+
<div class="flex flex-wrap gap-4">
27+
{{ button(text="Get Tickets", url=env.baseUrl + "tickets", lime_bg=true)}}
2428
{{ button(text="View Schedule", url=env.baseUrl + "program/schedule", lime_bg=true)}}
2529
</div>
26-
{# <div class="flex flex-wrap gap-4">
27-
{{ button(text="Program Guide", url="#") }}
28-
{{ button(text="Dev Sprint", url="#") }}
29-
</div> #}
30-
</div>
30+
</div>

0 commit comments

Comments
 (0)