Skip to content
Open
11 changes: 10 additions & 1 deletion src/components/new-landing-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ const NewLandingPage = ({ location }: PageProps): JSX.Element => {
additionalClassNames="new-landing-page"
header={<Header location={location} internalSectionRefs={internalSectionRefs} />}
>
<SEO />
<SEO
meta={[
{ property: 'og:image', content: 'https://morehumaninternet.org/causes/lhkh_hero.png' },
// { property: 'og:image:type', content: 'image/png' },
// { property: 'og:image:height', content: '613' },
// { property: 'og:image:width', content: '1219' },
{ property: 'og:url', content: 'https://deploy-preview-200--admiring-carson-42ff06.netlify.app/' },
{ name: 'twitter:image', content: 'https://morehumaninternet.org/causes/lhkh_hero.png' }
]}
/>
<Hero />
<BlueSection ref={internalSectionRefs['Contributors']}>
<h1>Our leaders join your cause directly, working alongside you to meet your online &amp; offline goals.</h1>
Expand Down
Binary file added static/mhi-og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.