fix(landing): simplify footer copyright to product name only

Drop verbose company registration details (entity name, UEN, country)
from the footer -- legal entity info already lives in the Terms page.
This commit is contained in:
SnapOtter
2026-06-08 11:51:49 +08:00
parent 862ff172ef
commit ed177e7cc1
+1 -5
View File
@@ -91,11 +91,7 @@ export function Footer() {
</div>
<div className="mx-auto mt-12 flex max-w-6xl items-center justify-between border-t border-border pt-8">
<p className="text-sm text-muted">
&copy; {new Date().getFullYear()} Chocolate Wafers General Trading Pte. Ltd. (UEN
202527149C). SnapOtter is a product of Chocolate Wafers General Trading Pte. Ltd.,
registered in Singapore.
</p>
<p className="text-sm text-muted">&copy; {new Date().getFullYear()} SnapOtter</p>
<a
href="https://github.com/snapotter-hq/snapotter"
target="_blank"