fix: update direct business phone number to 661-743-9600 across all pages and translation strings
This commit is contained in:
@@ -184,7 +184,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
// Build instant mobile SMS follow-up link
|
||||
if (contactSmsLink) {
|
||||
const textMessage = `Hi Next Gen! My name is ${name} at ${address}. I submitted quote request #${leadId} for ${service} (${size}). Please let me know your availability!`;
|
||||
contactSmsLink.href = `sms:6615817278?body=${encodeURIComponent(textMessage)}`;
|
||||
contactSmsLink.href = `sms:6617439600?body=${encodeURIComponent(textMessage)}`;
|
||||
}
|
||||
|
||||
// Trigger Toast
|
||||
|
||||
Reference in New Issue
Block a user