mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-25 22:37:18 +10:00
96 lines
2 KiB
Text
96 lines
2 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`LandingPage matches snapshot 1`] = `
|
|
<Page
|
|
contentType="website"
|
|
description="LandingPage.schemaDescription"
|
|
facebookImages={
|
|
Array [
|
|
Object {
|
|
"height": 630,
|
|
"url": "saunatimeFacebook-1200x630.jpg",
|
|
"width": 1200,
|
|
},
|
|
]
|
|
}
|
|
schema={
|
|
Object {
|
|
"@context": "http://schema.org",
|
|
"@type": "WebPage",
|
|
"description": "LandingPage.schemaDescription",
|
|
"image": Array [
|
|
"http://localhost:3000saunatimeFacebook-1200x630.jpg",
|
|
],
|
|
"name": "LandingPage.schemaTitle",
|
|
}
|
|
}
|
|
scrollingDisabled={false}
|
|
title="LandingPage.schemaTitle"
|
|
twitterImages={
|
|
Array [
|
|
Object {
|
|
"height": 314,
|
|
"url": "http://localhost:3000saunatimeTwitter-600x314.jpg",
|
|
"width": 600,
|
|
},
|
|
]
|
|
}
|
|
>
|
|
<LayoutSingleColumn
|
|
className={null}
|
|
rootClassName={null}
|
|
>
|
|
<LayoutWrapperTopbar
|
|
className={null}
|
|
rootClassName={null}
|
|
>
|
|
<withRouter(Connect(TopbarContainerComponent)) />
|
|
</LayoutWrapperTopbar>
|
|
<LayoutWrapperMain
|
|
className={null}
|
|
rootClassName={null}
|
|
>
|
|
<div>
|
|
<SectionHero
|
|
className={null}
|
|
history={
|
|
Object {
|
|
"push": [Function],
|
|
}
|
|
}
|
|
location={
|
|
Object {
|
|
"search": "",
|
|
}
|
|
}
|
|
rootClassName={null}
|
|
/>
|
|
</div>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<SectionLocations
|
|
className={null}
|
|
rootClassName={null}
|
|
/>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<SectionHowItWorks
|
|
className={null}
|
|
rootClassName={null}
|
|
/>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</LayoutWrapperMain>
|
|
<LayoutWrapperFooter
|
|
className={null}
|
|
rootClassName={null}
|
|
>
|
|
<injectIntl(Footer) />
|
|
</LayoutWrapperFooter>
|
|
</LayoutSingleColumn>
|
|
</Page>
|
|
`;
|