update branding

This commit is contained in:
FloatingGhost 2022-12-05 13:51:55 +00:00
parent ac64ca4241
commit 0b42a0322a
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
src/images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -9,7 +9,7 @@ import { Pricing } from '@/components/Pricing'
import { PrimaryFeatures } from '@/components/PrimaryFeatures'
import { Reviews } from '@/components/Reviews'
import { SecondaryFeatures } from '@/components/SecondaryFeatures'
import akkoBadday from '@/images/akko_badday.png'
import favicon from '@/images/favicon.png'
export default function Home() {
return (
@ -22,7 +22,7 @@ export default function Home() {
/>
<meta content="website" property="og:type"/>
<meta content="summary" property="twitter:card"/>
<meta content={akkoBadday.src} property="og:image"/>
<meta content={favicon.src} property="og:image"/>
<meta content="724" property="og:image:width"/>
<meta content="724" property="og:image:height"/>
</Head>