chore: Update footer
This commit is contained in:
@@ -68,7 +68,7 @@ export function renderEmailLayout(content: string): string {
|
||||
<a href="{{unsubscribeUrl}}" style="${EMAIL_STYLES.footerLink}" target="_blank">Manage Email Preferences</a>
|
||||
</p>
|
||||
<p style="${EMAIL_STYLES.copyright}">
|
||||
© 2025 MotoVaultPro. All rights reserved.
|
||||
© {new Date().getFullYear()} MotoVaultPro. All rights reserved.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -252,7 +252,7 @@ export const HomePage = () => {
|
||||
<footer className="bg-black text-white py-8 px-4 md:px-8 border-t border-white/10">
|
||||
<div className="max-w-7xl mx-auto text-center">
|
||||
<p className="text-white/50">
|
||||
© {new Date().getFullYear()} MotoVaultPro. All rights reserved.
|
||||
© {new Date().getFullYear()} FB Technologies LLC. All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user