Skip to content

Commit a2120e1

Browse files
committed
fix community hero get-in-touch link
Update the community hero CTA to use the contact page route instead of the homepage so users land on the correct destination. Made-with: Cursor
1 parent 4ce6012 commit a2120e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/community.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-4 max-md:max-w-full
104104
</p>
105105
<a
106106
class="text-nowrap md:w-fit flex justify-center items-center bg-primary hover:bg-hover-orange duration-300 text-[#20262C] rounded-full py-4 px-8 font-semibold text-lg"
107-
href="/"
107+
href="{{ route('contact-us') }}"
108108
>
109109
<span>@lang('base.get_in_touch')</span>
110110
</a>

0 commit comments

Comments
 (0)