{label} {activeTab === id && ( )} ); return (
{/* Top Banner - Utility */}
Official Compliance & Privacy Documentation Center
{/* Main Header */}
{businessInfo.logo && !businessInfo.logo.includes('{{') ? ( {businessInfo.name} { e.target.style.display = 'none'; }} /> ) : ( )}

{displayValue(businessInfo.name, "Compliance Portal")}

Secure & Verified

{/* Active indicator bar */}
{/* CONTENT: PRIVACY POLICY */} {activeTab === 'privacy' && (
Last Updated: {businessInfo.lastUpdated}

Privacy Policy

01. Information Collection

{displayValue(businessInfo.name, "Our company")} collects information to provide better services. This includes identifiers such as your name, email address ({displayValue(businessInfo.email, "provided upon contact")}), phone number ({displayValue(businessInfo.phone, "provided upon contact")}), and physical address within our service area of {displayValue(businessInfo.location, "our operating zones")}.

{/* CRITICAL A2P 10DL COMPLIANCE SECTION */}

SMS & Mobile Privacy

By providing your phone number and opting into our messaging service, you agree to receive SMS alerts regarding our services. We treat your mobile data with the highest level of security.

Mandatory Disclosure:

"Mobile information will not be shared with third parties/affiliates for marketing/promotional purposes. All the above categories exclude text messaging originator opt-in data and consent; this information will not be shared with any third parties."

02. Data Usage & Protection

Information is used solely to provide the services requested, process transactions, and communicate updates. We implement SSL encryption and strict internal data handling protocols to ensure your PII (Personally Identifiable Information) is never compromised.

)} {/* CONTENT: TERMS OF SERVICE */} {activeTab === 'terms' && (
Last Updated: {businessInfo.lastUpdated}

Terms Of Service

User Requirements

By using the services of {displayValue(businessInfo.name, "our company")}, you represent that you are at least 18 years of age. Our services and SMS programs are not intended for minors.

SMS Program Terms

Consent to receive automated text messages is not a condition of purchase. Message frequency varies. Message and data rates may apply. Carriers are not liable for delayed or undelivered messages.

STOP

To Unsubscribe

Reply STOP to any message to immediately opt-out of all future SMS communications.

HELP

For Assistance

Reply HELP for support or email us at {displayValue(businessInfo.email, "our support address")}.

Verification Registry

{[ { icon: MapPin, label: "Jurisdiction", val: businessInfo.location }, { icon: Phone, label: "Official Line", val: businessInfo.phone }, { icon: Mail, label: "Compliance Email", val: businessInfo.email }, { icon: ExternalLink, label: "Digital Domain", val: "Official Business Site" }, ].map((item, i) => (

{item.label}

{displayValue(item.val, "Not Specified")}

))}
)}
{/* Footer */}

{displayValue(businessInfo.name, "Business Compliance")}

© {new Date().getFullYear()} ALL RIGHTS RESERVED. PROTECTED BY INDUSTRY-STANDARD ENCRYPTION.

Compliance Support
); }; export default App;