This commit is contained in:
2024-10-08 14:08:51 +02:00
parent 4cf78f4f17
commit 47e1ef47c6
20 changed files with 9 additions and 5 deletions

View File

@@ -9,8 +9,9 @@ const navigation = {
{ name: 'OurVerse App', href: '#' },
],
support: [
{ name: 'Customer Care', href: 'mailto:info@ourworld.tf' },
{ name: 'Support', href: 'mailto:info@ourworld.tf' },
{ name: 'Community', href: '/community.html' },
{ name: 'Events', href: '/events.html' },
],
partners: [
{ name: 'OurWorld', href: 'https://ourworld.tf' },
@@ -129,7 +130,7 @@ export default function Footer2() {
</ul>
</div>
<div className="mt-10 md:mt-0">
<h3 className="text-sm font-semibold leading-6 text-purple-900">Support</h3>
<h3 className="text-sm font-semibold leading-6 text-purple-900">Community</h3>
<ul role="list" className="mt-6 space-y-4">
{navigation.support.map((item) => (
<li key={item.name}>