Add real phone numbers from careersgateway.com.au
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3b3934ff75
commit
d24c57b0e3
1 changed files with 3 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ ${body}
|
|||
<div class="footer-col">
|
||||
<img src="https://careersgateway.com.au/wp-content/uploads/2025/06/cropped-Screenshot-2025-06-15-at-1.59.23_PM-300x159-removebg-preview-192x192.png" alt="Careers Gateway" style="height:40px;width:auto;margin-bottom:14px;filter:brightness(0) invert(1)"><br>
|
||||
<p class="footer-contact">Your trusted partner for education, migration, and career services in Australia.<br><br>
|
||||
📍 Sydney, NSW<br>📞 +61 2 XXXX XXXX<br>✉️ info@careersgateway.com.au</p>
|
||||
📍 Sydney, NSW<br>📞 <a href="tel:+61283850414" style="color:#94a3b8">+61 2 8385 0414</a><br>📱 <a href="tel:+61405580047" style="color:#94a3b8">+61 405 580 047</a><br>✉️ info@careersgateway.com.au</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h4>Services</h4>
|
||||
|
|
@ -741,7 +741,8 @@ function contactPage(user, params = {}, success = false, error = '') {
|
|||
<h4 style="font-weight:700;margin-bottom:16px;color:#1a2744">📞 Contact Details</h4>
|
||||
<div style="font-size:.9rem;line-height:2;color:#374151">
|
||||
<div>📍 Sydney, NSW, Australia</div>
|
||||
<div>📞 <a href="tel:+61200000000">+61 2 XXXX XXXX</a></div>
|
||||
<div>📞 <a href="tel:+61283850414">+61 2 8385 0414</a></div>
|
||||
<div>📱 <a href="tel:+61405580047">+61 405 580 047</a></div>
|
||||
<div>✉️ <a href="mailto:info@careersgateway.com.au">info@careersgateway.com.au</a></div>
|
||||
<div>🕐 Mon–Fri: 9am–6pm AEST</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue