Skip to content

Commit 168c5d4

Browse files
committed
Custom SEO component for each pages added
1 parent 66a6343 commit 168c5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ const Home = ({
4949
}
5050
return (
5151
<>
52-
<SEO title="Hotel - Next" description="inspired - php1301 - TF" image="https://www.propernoun.co/static/images/proper-noun-social.png" />
5352
<Head>
5453
<title>Hotel | Palace</title>
5554
</Head>
55+
<SEO title="Hotel - Next" description="inspired - php1301 - TF" image="https://www.propernoun.co/static/images/proper-noun-social.png" />
5656
<SearchArea />
5757
<Waypoint
5858
onEnter={() => dispatch({ type: 'HIDE_TOP_SEARCHBAR' })}

0 commit comments

Comments
 (0)