Skip to content

Commit f904376

Browse files
authored
Merge pull request #9 from im-ushan-ikshana/main
Open 2024 New Member Registration
2 parents db5fd7b + 0f73d64 commit f904376

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/CallToAction.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ import Container from "./Container.astro"
99
<Container>
1010
<div class="mt-6 m-auto space-y-6 md:w-8/12 lg:w-7/12">
1111
<h1 class="text-center text-4xl font-bold text-gray-800 dark:text-white md:text-5xl">
12-
Ready to join the revolution?
12+
Empower Your Ideas with Open-Source!
1313
</h1>
1414
<p class="text-center text-xl text-gray-600 dark:text-gray-300">
15-
We're actively looking for passionate individuals like you!
15+
Ready to dive into open-source innovation? Join FOSS UoK this term and connect with trailblazers in tech. Learn, build, and lead with a community driven by collaboration and creativity!
1616
</p>
1717
<div class="flex flex-wrap justify-center gap-6">
1818
<a
19-
href="https://forms.gle/tApX87Yds5TpBmoHA"
19+
href="https://forms.gle/2tG9x52LAGrjqofa9"
2020
class="relative flex h-12 w-full items-center justify-center px-8 before:absolute before:inset-0 before:rounded-full before:bg-primary before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max"
2121
>
2222
<span class="relative text-base font-semibold text-white dark:text-dark"
23-
>Register Now</span
23+
>Sign Up Today</span
2424
>
2525
</a>
2626
</a>

0 commit comments

Comments
 (0)