refactor: renomear PawLink → PetLink em todos os ficheiros

This commit is contained in:
2026-05-21 09:17:09 +01:00
parent e62dc9d6e6
commit c9f4faf0a7
23 changed files with 58 additions and 58 deletions

View File

@@ -35,7 +35,7 @@ export default function Footer() {
color: 'var(--color-terra)',
}}
>
PawLink
PetLink
</span>
</div>
<p
@@ -156,7 +156,7 @@ export default function Footer() {
>
Feito com
<Heart size={12} style={{ color: 'var(--color-terra)', fill: 'var(--color-terra)' }} />
em Portugal · PawLink © {new Date().getFullYear()}
em Portugal · PetLink © {new Date().getFullYear()}
</p>
<p
style={{

View File

@@ -28,9 +28,9 @@ export default function Header() {
<>
<header className={`header${scrolled ? ' scrolled' : ''}`}>
{/* Logo */}
<Link href="/" className="logo" aria-label="PawLink — Início">
<Link href="/" className="logo" aria-label="PetLink — Início">
<PawPrint size={22} strokeWidth={2.5} />
PawLink
PetLink
</Link>
{/* Hambúrguer animado */}

View File

@@ -93,10 +93,10 @@ export default function SideMenu({ open, onClose }: SideMenuProps) {
className="logo"
onClick={onClose}
style={{ fontSize: '18px' }}
aria-label="PawLink — Início"
aria-label="PetLink — Início"
>
<PawPrint size={18} strokeWidth={2.5} />
PawLink
PetLink
</Link>
<button
onClick={onClose}