Laconic, Offshore Hosting Made Easy

This commit is contained in:
zramsay 2023-12-11 07:51:24 -05:00
parent 425370c0f4
commit 6d6d5994fb
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ export const Footer = ({ data }: Props) => {
</ul>
<ul className={s['sub__footer__links']}>
<li>
<p>Laconic, The Source of Proof</p>
<p>Laconic, Offshore Hosting Made Easy</p>
</li>
<li>
<Link href="/privacy-policy" variant="nav">

View File

@ -135,7 +135,7 @@ const HeaderMobile = React.forwardRef<
</li>
))}
</ul>
<p>Laconic, The Source of Proof</p>
<p>Laconic, Offshore Hosting Made Easy</p>
</div>
)
})