front: dodaj support@gethumanai.pl obok hello@gethumanai.pl w stopce kontaktu

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Oskar Kapala 2026-06-23 16:46:45 +02:00
parent 09b9bf90bd
commit 7a6e399379

View file

@ -14,9 +14,14 @@ const Footer = () => {
<p className="text-muted max-w-xs mb-6"> <p className="text-muted max-w-xs mb-6">
ludzka strona AI budujemy praktyczne systemy AI dla ludzi i organizacji. ludzka strona AI budujemy praktyczne systemy AI dla ludzi i organizacji.
</p> </p>
<a href="mailto:hello@gethumanai.pl" className="text-foreground/80 hover:text-primary transition-colors"> <div className="flex flex-col gap-2">
hello@gethumanai.pl <a href="mailto:hello@gethumanai.pl" className="text-foreground/80 hover:text-primary transition-colors">
</a> hello@gethumanai.pl
</a>
<a href="mailto:support@gethumanai.pl" className="text-foreground/80 hover:text-primary transition-colors">
support@gethumanai.pl
</a>
</div>
</div> </div>
<div> <div>