This commit is contained in:
Marcelo
2026-02-17 00:07:00 +00:00
parent b7a86a2d1c
commit be4ca2ed78
92 changed files with 6850 additions and 1188 deletions

6
components/Footer.tsx Normal file → Executable file
View File

@@ -1,8 +1,8 @@
export default function Footer() {
return (
<footer className="border-t border-slate-300 bg-[#f7f7f8]">
<div className="mx-auto flex w-full max-w-[1300px] items-center justify-between px-4 py-5 text-sm text-slate-600">
<span>ACVE Centro de Estudios</span>
<footer className="border-t bg-muted/30">
<div className="mx-auto flex w-full max-w-[1300px] items-center justify-between px-4 py-6 text-sm text-muted-foreground">
<span className="font-medium">ACVE Centro de Estudios</span>
<span>Professional legal English learning</span>
</div>
</footer>