Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 143eac3

Browse files
committed
modified: changes to 'contact us' link
1 parent 91915e0 commit 143eac3

2 files changed

Lines changed: 14 additions & 37 deletions

File tree

src/components/FAQ.astro

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,19 @@ const faqs = [
7575
</div>
7676
</div>
7777

78-
<div class="mt-12 text-center">
79-
<p class="text-gray-600">Still have questions? We're here to help.</p>
80-
<a
81-
href="/contact"
82-
class="mt-4 inline-flex items-center text-tuhura-green font-medium hover:underline group"
83-
>
84-
Contact Us
85-
<svg
86-
xmlns="http://www.w3.org/2000/svg"
87-
class="h-4 w-4 ml-1 transition-transform group-hover:translate-x-1"
88-
fill="none"
89-
viewBox="0 0 24 24"
90-
stroke="currentColor"
91-
>
92-
<path
93-
stroke-linecap="round"
94-
stroke-linejoin="round"
95-
stroke-width="2"
96-
d="M14 5l7 7m0 0l-7 7m7-7H3"></path>
97-
</svg>
98-
</a>
78+
<div class="mt-16 text-center">
79+
<div class="bg-tuhura-green rounded-xl p-8 text-white">
80+
<h3 class="text-2xl font-bold mb-4">Still have Questions?</h3>
81+
<p class="text-xl mb-6 opacity-90">
82+
Our friendly team is here to help.
83+
</p>
84+
<div class="flex flex-col sm:flex-row gap-4 justify-center">
85+
<a href="/contact" class="btn bg-white text-tuhura-green hover:bg-gray-100">
86+
Contact Us
87+
</a>
88+
89+
</div>
90+
</div>
9991
</div>
10092
</div>
10193
</section>

src/components/HowItWorks.astro

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,6 @@ const steps = [
6565
))}
6666
</div>
6767

68-
<div class="mt-16 text-center">
69-
<div class="bg-tuhura-green rounded-xl p-8 text-white">
70-
<h3 class="text-2xl font-bold mb-4">Questions About Joining?</h3>
71-
<p class="text-xl mb-6 opacity-90">
72-
Our friendly team is here to help you find the right session and get started.
73-
</p>
74-
<div class="flex flex-col sm:flex-row gap-4 justify-center">
75-
<a href="/contact" class="btn bg-white text-tuhura-green hover:bg-gray-100">
76-
Contact Us
77-
</a>
78-
<a href="/mahi/sessions" class="btn bg-transparent border-2 border-white hover:bg-white/10">
79-
View All Sessions
80-
</a>
81-
</div>
82-
</div>
83-
</div>
68+
8469
</div>
8570
</section>

0 commit comments

Comments
 (0)