implemented react-helmet fully

This commit is contained in:
2025-01-09 08:33:27 -05:00
parent 5361cf241f
commit 09a0ed3b88
28 changed files with 60 additions and 143 deletions

View File

@@ -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})` }}