2026-06-02 02:42:07 +07:00
|
|
|
export function Footer() {
|
|
|
|
|
return (
|
|
|
|
|
<footer className="border-t bg-[#ECF4E8]">
|
|
|
|
|
<div className="mx-auto max-w-6xl px-6 py-6 text-sm text-muted-foreground text-center">
|
|
|
|
|
© 2026 ZeaVis Edu - AI for Smart Education
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
);
|
|
|
|
|
}
|