Skip to content

Commit 4550f2c

Browse files
committed
update community hero copy and add call-to-action button
Refresh the hero message with the 2026 community recruitment text and add a secondary CTA linking to the related blog call. Made-with: Cursor
1 parent a2120e1 commit 4550f2c

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

resources/views/community.blade.php

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,25 @@ class="text-[#1C4DA1] text-[30px] md:text-[60px] leading-9 md:leading-[72px] fon
9999
@lang('community.titles.0')
100100
</h4>
101101
<p
102-
class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-4 max-md:max-w-full max-w-[525px]">
103-
@lang('community.slider_info')
102+
class="text-xl md:text-2xl leading-8 text-[#333E48] p-0 mb-6 max-md:max-w-full max-w-[525px]">
103+
EU Code Week is expanding its community in 2026 and is looking for motivated educators to join as Leading Teachers or Ambassadors. If you are passionate about digital education, we invite you to apply and become part of the Code Week community.
104104
</p>
105-
<a
106-
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="{{ route('contact-us') }}"
108-
>
109-
<span>@lang('base.get_in_touch')</span>
110-
</a>
105+
<div class="flex flex-col sm:flex-row gap-3 sm:gap-4">
106+
<a
107+
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"
108+
href="{{ route('contact-us') }}"
109+
>
110+
<span>@lang('base.get_in_touch')</span>
111+
</a>
112+
<a
113+
class="text-nowrap md:w-fit flex justify-center items-center border-2 border-[#1C4DA1] hover:border-hover-orange text-[#1C4DA1] hover:text-hover-orange duration-300 rounded-full py-4 px-8 font-semibold text-lg bg-white"
114+
href="https://codeweek.eu/blog/international-call-community-members-2026-2/"
115+
target="_blank"
116+
rel="noopener noreferrer"
117+
>
118+
<span>Read the call</span>
119+
</a>
120+
</div>
111121
</div>
112122
</div>
113123
<button class="items-center justify-center hidden w-full md:w-1/2 group max-md:h-full">

0 commit comments

Comments
 (0)