This commit is contained in:
Emre
2025-11-21 10:42:52 +00:00
parent 3fc7663081
commit db01be79ae
16 changed files with 9 additions and 952 deletions

View File

@@ -1,35 +1,11 @@
import { Logo_darkbg } from '@/components/Logo_darkbg'
import { SVGProps } from 'react'
import { EnvelopeIcon } from '@heroicons/react/20/solid'
const navigation = {
solutions: [
{ name: 'Marketing', href: '#' },
{ name: 'Analytics', href: '#' },
{ name: 'Automation', href: '#' },
{ name: 'Commerce', href: '#' },
{ name: 'Insights', href: '#' },
],
support: [
{ name: 'Submit ticket', href: '#' },
{ name: 'Documentation', href: '#' },
{ name: 'Guides', href: '#' },
],
company: [
{ name: 'About', href: '#' },
{ name: 'Blog', href: '#' },
{ name: 'Jobs', href: '#' },
{ name: 'Press', href: '#' },
],
legal: [
{ name: 'Terms of service', href: '#' },
{ name: 'Privacy policy', href: '#' },
{ name: 'License', href: '#' },
],
social: [
{
name: 'LinkedIn',
href: '#',
href: 'https://www.linkedin.com/company/ourworld-ventures',
icon: (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
@@ -47,8 +23,8 @@ const navigation = {
),
},
{
name: 'Mail',
href: '#',
name: 'Email',
href: 'mailto:info@ourworld.tf',
icon: (props: SVGProps<SVGSVGElement>) => (
<EnvelopeIcon className={props.className} aria-hidden="true" />
),