feat(F-048): completed feature

This commit is contained in:
chattie
2026-08-19 07:17:14 +02:00
parent 8ee1938af9
commit 835ab66eda
187 changed files with 12361 additions and 1065 deletions

View File

@@ -2,7 +2,7 @@ export function SiteFooter() {
return (
<footer className="border-t border-emerald-900/10 bg-white">
<div className="mx-auto flex max-w-6xl flex-col gap-2 px-6 py-8 text-sm text-stone-600 md:flex-row md:items-center md:justify-between">
<p>© {new Date().getFullYear()} MercadoDeVida</p>
<p>© {new Date().getFullYear()} mercadodevida</p>
<p>Alimentación consciente, datos claros y compra sin sorpresas.</p>
</div>
</footer>