Update contact information and remove phone number from the website
Removes phone number and updates address in Footer component in `client/src/components/navigation/footer.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/203a574c-18ca-4d64-b84c-d73b1e86f6eb.jpg
This commit is contained in:
parent
8f189f4812
commit
cd88e26630
|
|
@ -132,7 +132,7 @@ export default function Footer() {
|
||||||
<ul className="space-y-3">
|
<ul className="space-y-3">
|
||||||
<li className="flex items-start">
|
<li className="flex items-start">
|
||||||
<i className="fas fa-map-marker-alt mt-1 mr-2 text-white"></i>
|
<i className="fas fa-map-marker-alt mt-1 mr-2 text-white"></i>
|
||||||
<span className="text-white text-opacity-70">123 Serenity Lane, Wellness District<br/>Dubai, UAE</span>
|
<span className="text-white text-opacity-70">Nun Center<br/>Zamalek, Cairo, Egypt</span>
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-center">
|
<li className="flex items-center">
|
||||||
<i className="fas fa-envelope mr-2 text-white"></i>
|
<i className="fas fa-envelope mr-2 text-white"></i>
|
||||||
|
|
@ -140,12 +140,6 @@ export default function Footer() {
|
||||||
hello@pilateswithfadia.com
|
hello@pilateswithfadia.com
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li className="flex items-center">
|
|
||||||
<i className="fas fa-phone-alt mr-2 text-white"></i>
|
|
||||||
<a href="tel:+97150123567" className="text-white text-opacity-70 hover:text-white hover:text-opacity-100 transition duration-300">
|
|
||||||
+971 50 123 4567
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue