udpate for coming soon

This commit is contained in:
diyaa
2026-03-13 03:45:13 +01:00
parent 243a182d33
commit cdf83cd466
32 changed files with 907 additions and 143 deletions
+4 -1
View File
@@ -12,7 +12,10 @@ export default function SiteFooter({ locale, common }: SiteFooterProps) {
return (
<footer className="site-footer">
<div className="container footer-content">
<p>{common.footerRights.replace("{year}", String(year))}</p>
<div className="footer-copy">
<p>{common.footerRights.replace("{year}", String(year))}</p>
<p>{common.footerBuiltWith}</p>
</div>
<p className="locale-badge">{locale.toUpperCase()}</p>
</div>
</footer>