This commit is contained in:
eric
2026-03-15 22:00:10 -05:00
parent de02b45199
commit aff82b4fc2
7 changed files with 398 additions and 651 deletions

View File

@@ -2,7 +2,7 @@ export default function Footer() {
return (
<footer className="border-t border-gray-200 dark:border-gray-800 mt-12 py-8">
<div className="max-w-[1400px] mx-auto px-5 sm:px-10 text-center text-sm text-gray-500 dark:text-gray-400">
<p>© {new Date().getFullYear()} Salon. </p>
<p>© {new Date().getFullYear()} Salon. </p>
</div>
</footer>
);