feat: footer — Powered by Silma AI with link to silmaai.com

This commit is contained in:
2026-04-11 21:53:49 -05:00
parent 1de9d485aa
commit afc1b7a5e0
+1 -1
View File
@@ -169,7 +169,7 @@ export default function SiteLayout({
</div>
</div>
<div className={styles.footerBottom}>
<span>© {new Date().getFullYear()} Mathison Projects Inc. All rights reserved.</span>
<span>© {new Date().getFullYear()} Mathison Projects Inc. All rights reserved. &nbsp;·&nbsp; Powered by <a href="https://www.silmaai.com" target="_blank" rel="noopener noreferrer" style={{ color: "#e8dcc8", textDecoration: "underline", opacity: 0.7 }}>Silma AI</a></span>
</div>
</footer>
</div>