forked from AkkomaGang/landing-site
update branding
This commit is contained in:
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
BIN
src/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue