Skip to content

Commit 68675cb

Browse files
committed
feat(ui): add contact information section with WhatsApp and location details
- Introduced a new contact info section replacing the map - Added WhatsApp contact details with availability hours - Included location information for better user guidance
1 parent 7dec5e1 commit 68675cb

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

index.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -500,17 +500,30 @@ <h2>Get in Touch</h2>
500500
</form>
501501
</div>
502502
<div class="col-md-6">
503-
<div id="map">
504-
<iframe
505-
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d248849.90089845023!2d77.46612749954616!3d12.953945614996007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae1670c9b44e6d%3A0xf8dfc3e8517e4fe0!2sBengaluru%2C%20Karnataka!5e0!3m2!1sen!2sin!4v1767085021882!5m2!1sen!2sinhttps://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d248849.90089845023!2d77.46612749954616!3d12.953945614996007!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae1670c9b44e6d%3A0xf8dfc3e8517e4fe0!2sBengaluru%2C%20Karnataka!5e0!3m2!1sen!2sin!4v1767085021882!5m2!1sen!2sin"
506-
width="100%"
507-
height="422px"
508-
frameborder="0"
509-
style="border: 0"
510-
allowfullscreen="false"
511-
loading="lazy"
512-
referrerpolicy="no-referrer-when-downgrade"
513-
></iframe>
503+
<div class="contact-info" style="padding: 40px; background-color: rgba(250,250,250,0.1); border-radius: 0px; height: 422px; display: flex; flex-direction: column; justify-content: center;">
504+
<div style="margin-bottom: 30px;">
505+
<h4 style="color: #fff; margin-bottom: 15px;">
506+
<i class="fa fa-whatsapp" style="color: #f5a425; margin-right: 10px;"></i>
507+
WhatsApp Only
508+
</h4>
509+
<p style="font-size: 24px; font-weight: 600; color: #f5a425; margin: 0; margin-bottom: 10px;">
510+
<a href="https://wa.me/918501988279" target="_blank" style="color: #f5a425; text-decoration: none;">
511+
+91 85019 88279
512+
</a>
513+
</p>
514+
<p style="font-size: 13px; color: rgba(250,250,250,0.7); margin: 0;">
515+
Available: 9am - 6pm IST
516+
</p>
517+
</div>
518+
<div>
519+
<h4 style="color: #fff; margin-bottom: 15px;">
520+
<i class="fa fa-map-marker" style="color: #f5a425; margin-right: 10px;"></i>
521+
Location
522+
</h4>
523+
<p style="font-size: 20px; color: #fff; margin: 0;">
524+
Bengaluru, India 🇮🇳
525+
</p>
526+
</div>
514527
</div>
515528
</div>
516529
</div>

0 commit comments

Comments
 (0)