Updated landing page

This commit is contained in:
gulimabr
2025-12-02 11:54:36 -03:00
parent 9428c4d2de
commit 5dc4f861d1
5 changed files with 43 additions and 115 deletions

View File

@@ -17,7 +17,7 @@ export default function Layout({ children }: LayoutProps) {
<footer className="border-t border-gray-200 bg-white py-6">
<div className="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<p className="text-center text-sm text-gray-500">
&copy; {new Date().getFullYear()} Keycloak Auth App. All rights
&copy; {new Date().getFullYear()} Requirements Periodic Table. All rights
reserved.
</p>
</div>