mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
implemented react-helmet fully
This commit is contained in:
@@ -5,6 +5,11 @@ import "../styles/Contact.css";
|
||||
function Contact() {
|
||||
return (
|
||||
<div className="contact">
|
||||
<Helmet>
|
||||
<meta charSet="utf-8" />
|
||||
<title>Contact</title>
|
||||
<link rel="canonical" href="https://ehchadservices.com/contact" />
|
||||
</Helmet>
|
||||
<div
|
||||
className="leftSide"
|
||||
style={{ backgroundImage: `url(${TrainLeft})` }}
|
||||
|
||||
Reference in New Issue
Block a user