Compare commits
16 Commits
developmen
...
5d09de9b4f
Author | SHA1 | Date | |
---|---|---|---|
5d09de9b4f | |||
fbb574b7f8 | |||
6d40ccb0d2 | |||
394b163f4b | |||
ce7dcbda0a | |||
8f4576d330 | |||
513a308796 | |||
7237129442 | |||
5d88f84c0e | |||
4d461ac067 | |||
393977a5df | |||
|
9f53ef647d | ||
|
cebbb34355 | ||
|
0a5a0d0bcc | ||
|
6ebf81f138 | ||
|
cd840b0aee |
BIN
public/videos/herohome.mp4
Normal file
BIN
public/videos/herohome.mp4
Normal file
Binary file not shown.
BIN
public/videos/heroverse.mp4
Normal file
BIN
public/videos/heroverse.mp4
Normal file
Binary file not shown.
BIN
public/videos/ourverse5.mp4
Normal file
BIN
public/videos/ourverse5.mp4
Normal file
Binary file not shown.
@@ -8,11 +8,11 @@ export function Footer() {
|
|||||||
<Logo className="h-12 w-auto text-slate-900" />
|
<Logo className="h-12 w-auto text-slate-900" />
|
||||||
<p className="mt-6 text-base text-slate-500 md:mt-0">
|
<p className="mt-6 text-base text-slate-500 md:mt-0">
|
||||||
© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
|
© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
|
||||||
<a href="https://docs.threefold.info/docs/legal/terms_and_conditions" target="_blank" className="text-purple-500 hover:underline">
|
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
|
||||||
Terms & Conditions
|
Terms & Conditions
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
|{' '}
|
|{' '}
|
||||||
<a href="https://docs.threefold.info/docs/legal/privacy_policy" target="_blank" className="text-purple-500 hover:underline">
|
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
@@ -170,9 +170,9 @@ export default function Footer2() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24">
|
<div className="mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24">
|
||||||
<p className="mt-6 text-sm text-slate-500 md:mt-0">© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
|
<p className="mt-6 text-sm text-slate-500 md:mt-0">© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
|
||||||
<a href="https://docs.threefold.io/docs/legal/terms_and_conditions/" target="_blank" className="text-purple-500 hover:underline">
|
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
|
||||||
Terms & Conditions </a>{' '}|{' '}
|
Terms & Conditions </a>{' '}|{' '}
|
||||||
<a href="https://docs.threefold.io/docs/legal/privacy_policy/" target="_blank" className="text-purple-500 hover:underline">
|
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user