Skip to content

Commit 0605642

Browse files
🎨 Add legal section with terms and conditions for giveaway clarity
1 parent 76004de commit 0605642

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

‎resources/views/laracon-us-2025-competition.blade.php

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,4 +574,45 @@ class="size-3.5 shrink-0 transition duration-300 group-hover:translate-x-1"
574574
</div>
575575
</div>
576576
</section>
577+
578+
{{-- Legal --}}
579+
<section class="mx-auto mt-20 max-w-4xl px-5">
580+
<div
581+
x-init="
582+
() => {
583+
motion.inView($el, (element) => {
584+
motion.animate(
585+
$el,
586+
{
587+
opacity: [0, 1],
588+
x: [10, 0],
589+
},
590+
{
591+
duration: 0.7,
592+
ease: motion.easeOut,
593+
},
594+
)
595+
})
596+
}
597+
"
598+
class="text-center"
599+
>
600+
<h3 class="text-3xl font-semibold">Legal</h3>
601+
<article class="mt-4 text-lg text-gray-600 dark:text-gray-400">
602+
<p>
603+
This giveaway is not affiliated with or endorsed by Laracon
604+
US, Twitter, or any other entity. By participating, you
605+
agree to the terms and conditions outlined in the official
606+
rules.
607+
</p>
608+
609+
<br />
610+
611+
<p>
612+
The winners will be selected randomly and announced on our
613+
social media channels. Good luck to all participants!
614+
</p>
615+
</article>
616+
</div>
617+
</section>
577618
</x-layout>

0 commit comments

Comments
 (0)