60 lines
2.5 KiB
Text
60 lines
2.5 KiB
Text
doctype html
|
|
html(lang="en")
|
|
head
|
|
meta(charset="utf-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
title= title
|
|
link(rel="icon" type="image/png" href="/favicon.png")
|
|
link(rel="stylesheet" href="/css/styles.css")
|
|
|
|
body
|
|
.app-container
|
|
nav.nav
|
|
a.nav-logo(href="/")
|
|
img(src="/freshyo-logo.png" alt="Freshyo" width="36" height="36")
|
|
span Freshyo
|
|
ul.nav-links
|
|
li: a(href="/") Home
|
|
li: a(href="/privacy-policy") Privacy
|
|
|
|
.app-content
|
|
.policy-content
|
|
a.back-link(href="/") ← Back to Home
|
|
|
|
h1 Privacy Policy
|
|
p.last-updated Last Updated: December 18, 2025
|
|
|
|
p.lead At Freshyo, we value your trust and are committed to protecting your personal information. This Privacy Policy explains how we collect, use, and safeguard your data.
|
|
|
|
h2 1. Information We Collect
|
|
p We collect information that you provide directly to us, such as when you create an account, place an order, or contact customer support. This may include your name, email address, phone number, and delivery address.
|
|
|
|
h2 2. How We Use Your Information
|
|
p We use your information to:
|
|
ul
|
|
li Process and deliver your orders for fresh meat, fruits, and veggies
|
|
li Communicate with you regarding order updates and promotions
|
|
li Improve our platform and user experience
|
|
li Ensure the security of our services
|
|
|
|
h2 3. Data Protection
|
|
p We implement industry-standard security measures to protect your personal data. We do not sell your personal information to third parties.
|
|
|
|
h2 4. Contact Us
|
|
p If you have any questions about this Privacy Policy, please contact us at support@freshyo.com.
|
|
|
|
h2 5. Data Deletion
|
|
p You have the right to request the deletion of your personal data. If you wish to delete your account:
|
|
a.btn.btn-danger(href="/delete-account" style="margin-top: 1rem; display: inline-flex;") Delete My Account
|
|
|
|
footer.footer
|
|
.footer-content
|
|
.footer-brand
|
|
img(src="/freshyo-logo.png" alt="Freshyo" width="32" height="32")
|
|
span Freshyo
|
|
.footer-links
|
|
a(href="#") For Farmers
|
|
a(href="#") For Consumers
|
|
a(href="/privacy-policy") Privacy Policy
|
|
a(href="/delete-account") Delete Account
|
|
p.footer-copyright © #{year} Freshyo Inc. All rights reserved.
|