fix: update contacts to official business email + WhatsApp
- email: jauhari.chewan@falah-consultancy.ltd - WhatsApp: +60132250691
This commit is contained in:
@@ -471,8 +471,8 @@ footer {
|
|||||||
<section id="contact" class="cta-section">
|
<section id="contact" class="cta-section">
|
||||||
<h2>Let's Build <span class="highlight">Something Perpetual</span></h2>
|
<h2>Let's Build <span class="highlight">Something Perpetual</span></h2>
|
||||||
<p>Contact us to start the conversation. We'll send the full partnership deck and schedule a demo.</p>
|
<p>Contact us to start the conversation. We'll send the full partnership deck and schedule a demo.</p>
|
||||||
<a href="mailto:wanjauhari@gmail.com?subject=Nur%20Falah%20Partnership%20Inquiry" class="cta-big">📧 Email Us →</a>
|
<a href="mailto:jauhari.chewan@falah-consultancy.ltd?subject=Nur%20Falah%20Partnership%20Inquiry" class="cta-big">📧 Email Us →</a>
|
||||||
<div class="email">or reach out directly: <a href="mailto:wanjauhari@gmail.com">wanjauhari@gmail.com</a></div>
|
<div class="email">📞 WhatsApp: <a href="https://wa.me/60132250691">+60 13-225 0691</a> · ✉️ <a href="mailto:jauhari.chewan@falah-consultancy.ltd">jauhari.chewan@falah-consultancy.ltd</a></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@@ -92,7 +92,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
function submitInquiry() {
|
function submitInquiry() {
|
||||||
const mailto = `mailto:wanjauhari@gmail.com?subject=Nur Falah Partnership Inquiry - ${contactForm.org || 'General'}&body=Name: ${contactForm.name}%0AEmail: ${contactForm.email}%0AOrganization: ${contactForm.org}%0AInterest: ${contactForm.interest}`;
|
const mailto = `mailto:jauhari.chewan@falah-consultancy.ltd?subject=Nur Falah Partnership Inquiry - ${contactForm.org || 'General'}&body=Name: ${contactForm.name}%0AEmail: ${contactForm.email}%0AOrganization: ${contactForm.org}%0AWhatsApp: +60132250691%0AInterest: ${contactForm.interest}`;
|
||||||
window.open(mailto, '_blank');
|
window.open(mailto, '_blank');
|
||||||
showContact = false;
|
showContact = false;
|
||||||
}
|
}
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
<button class="primary submit-btn" disabled={!contactForm.email || !contactForm.name} onclick={submitInquiry}>
|
<button class="primary submit-btn" disabled={!contactForm.email || !contactForm.name} onclick={submitInquiry}>
|
||||||
Send Inquiry ✉️
|
Send Inquiry ✉️
|
||||||
</button>
|
</button>
|
||||||
<p class="form-note">Or email us directly: wanjauhari@gmail.com</p>
|
<p class="form-note">📞 WhatsApp: <a href="https://wa.me/60132250691" target="_blank">+60 13-225 0691</a> · ✉️ <a href="mailto:jauhari.chewan@falah-consultancy.ltd">jauhari.chewan@falah-consultancy.ltd</a></p>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user