# Create a clean Privacy Policy HTML file for GiftsCardsCreditprivacy_policy_html = """ Privacy Policy – GiftsCardsCredit

Privacy Policy

At GiftsCardsCredit.com, we take your privacy seriously. This Privacy Policy outlines how we collect, use, and protect your personal information.

Information We Collect

We may collect your name, email address, phone number, and any additional information you provide when making a purchase or contacting us.

How We Use Your Information

We use your information solely to process your orders, deliver your digital credit, respond to inquiries, and improve our service experience.

Sharing Your Data

We do not sell, rent, or share your personal information with any third parties, except when required by law.

Data Security

We implement industry-standard security measures to protect your data. Your payment information is processed securely through trusted third-party gateways.

Cookies

We may use cookies to enhance your browsing experience. You can choose to disable cookies in your browser settings.

Your Rights

You have the right to access, update, or delete your personal data at any time. Contact us via email or WhatsApp to make a request.

Contact Us

If you have any questions regarding this policy, please contact us:

Email: support@giftscardscredit.com

WhatsApp: +44 7400 468842

Last updated: July 2025

"""# Save to HTML file file_path = "/mnt/data/privacy-policy.html" Path(file_path).write_text(privacy_policy_html.strip())file_path