feat: restore email in footer and update heading
Add back email address and change heading to "Contact Info". #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
f51a67566d
commit
abdf0bf9bd
|
|
@ -69,14 +69,14 @@ export default function Footer() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="footer-contact">
|
<div className="footer-contact">
|
||||||
<h4>Location Info</h4>
|
<h4>Contact Info</h4>
|
||||||
<p>
|
<p>
|
||||||
📍 59 Wellington Street
|
📍 59 Wellington Street
|
||||||
<br />
|
<br />
|
||||||
St. Catharines, ON L2R 5P9
|
St. Catharines, ON L2R 5P9
|
||||||
</p>
|
</p>
|
||||||
<p>📞 (289) 969-3219</p>
|
<p>📞 (289) 969-3219</p>
|
||||||
|
<p>✉️ info@ebbnflowtherapeutics.com</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue