diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx
index bbf3f6f..88a0fc0 100644
--- a/src/components/Footer.jsx
+++ b/src/components/Footer.jsx
@@ -8,15 +8,15 @@ export function Footer() {
© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '} - + Terms & Conditions {' '} |{' '} - + Privacy Policy
) -} +} \ No newline at end of file diff --git a/src/components/Footer2.jsx b/src/components/Footer2.jsx index cf90f5b..835e6c3 100644 --- a/src/components/Footer2.jsx +++ b/src/components/Footer2.jsx @@ -9,7 +9,8 @@ const navigation = { ], support: [ - { name: 'Support', href: 'mailto:info@ourworld.tf' }, + { name: 'Support', href: 'mailto:info@ourverse.tf', target: '_blank', rel: 'noopener noreferrer' }, + { name: 'About', href: '/about.html' }, { name: 'Community', href: '/community.html' }, { name: 'Events', href: '/events.html' }, ], @@ -18,6 +19,7 @@ const navigation = { { name: 'Vindo', href: 'https://vindo.ai', target: '_blank', rel: 'noopener noreferrer' }, ], company: [ + { name: 'About', href: '/about.html' }, { name: 'OurWorld', href: 'https://ourworld.tf', target: '_blank', rel: 'noopener noreferrer' }, ], @@ -168,9 +170,16 @@ export default function Footer2() {© 2024 Ourworld Holdings, Inc. All rights reserved.
+© {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '} + + Terms & Conditions {' '}|{' '} + + Privacy Policy + +