diff --git a/public/assets/logos/logo_dark.svg b/public/assets/logos/logo_dark.svg index 4edc889..29efffb 100644 --- a/public/assets/logos/logo_dark.svg +++ b/public/assets/logos/logo_dark.svg @@ -1 +1,56 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 96c0239..e47f170 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,6 +1,5 @@ import Link from 'next/link' import type { SVGProps } from 'react' -import { Logo_darkbg } from '@/components/Logo_darkbg' const navigation = { solutions: [ @@ -84,11 +83,16 @@ export function Footer() {
- - + + OurWorld logo -

- Making the world a better place through constructing elegant hierarchies. +

+ Shaping the future of Augmented
+ Collective Intelligence

{navigation.social.map((item) => ( diff --git a/src/components/Logo_darkbg.tsx b/src/components/Logo_darkbg.tsx index 2ec2672..a84881e 100644 --- a/src/components/Logo_darkbg.tsx +++ b/src/components/Logo_darkbg.tsx @@ -1,7 +1,7 @@ export function Logo_darkbg(props: React.ComponentPropsWithoutRef<'img'>) { return (