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:
parent
09b9bf90bd
commit
7a6e399379
|
|
@ -14,9 +14,14 @@ const Footer = () => {
|
|||
<p className="text-muted max-w-xs mb-6">
|
||||
ludzka strona AI — budujemy praktyczne systemy AI dla ludzi i organizacji.
|
||||
</p>
|
||||
<a href="mailto:hello@gethumanai.pl" className="text-foreground/80 hover:text-primary transition-colors">
|
||||
hello@gethumanai.pl
|
||||
</a>
|
||||
<div className="flex flex-col gap-2">
|
||||
<a href="mailto:hello@gethumanai.pl" className="text-foreground/80 hover:text-primary transition-colors">
|
||||
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue