This commit is contained in:
2024-09-18 16:22:07 +02:00
parent 5ff840b70a
commit 5e7e2272f7
23 changed files with 106 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ export function Footer() {
<Container className="flex flex-col items-center justify-between md:flex-row">
<Logo className="h-12 w-auto text-slate-900" />
<p className="mt-6 text-base text-slxate-500 md:mt-0">
Copyright &copy; {new Date().getFullYear()} OurVerse, LLC. All
Copyright &copy; {new Date().getFullYear()} Ourworld Holdings, All
rights reserved.
</p>
</Container>