cleanup
This commit is contained in:
@@ -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" />
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user