We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a6343 commit 168c5d4Copy full SHA for 168c5d4
pages/index.jsx
@@ -49,10 +49,10 @@ const Home = ({
49
}
50
return (
51
<>
52
- <SEO title="Hotel - Next" description="inspired - php1301 - TF" image="https://www.propernoun.co/static/images/proper-noun-social.png" />
53
<Head>
54
<title>Hotel | Palace</title>
55
</Head>
+ <SEO title="Hotel - Next" description="inspired - php1301 - TF" image="https://www.propernoun.co/static/images/proper-noun-social.png" />
56
<SearchArea />
57
<Waypoint
58
onEnter={() => dispatch({ type: 'HIDE_TOP_SEARCHBAR' })}
0 commit comments