Yuyuqt
add: authorized pages, firebase
d8a7fc4
Raw
History Blame Contribute Delete
2.28 kB
@page "/privacy"
<div class="max-w-4xl mx-auto py-24 px-8 animate-fade">
<h1 class="text-5xl font-black tracking-tighter text-main mb-8 uppercase">Privacy Policy</h1>
<p class="text-sm text-muted mb-12 font-bold uppercase tracking-widest">Last Updated: May 2026</p>
<div class="space-y-12 text-muted leading-relaxed">
<section>
<h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">1. Information We Collect</h2>
<p>
We collect information you provide directly to us when you create an account, subscribe to a membership, or interact with our library services. This includes your name, email address, payment information, and reading history.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">2. How We Use Your Information</h2>
<p>
We use the information we collect to maintain your account, process transactions, provide personalized recommendations, and send you important notifications regarding your loans and memberships.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">3. Data Security</h2>
<p>
We implement a variety of security measures to maintain the safety of your personal information. Your sensitive data is encrypted via SSL technology and stored behind secured networks.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">4. Cookies</h2>
<p>
We use cookies to understand and save your preferences for future visits and compile aggregate data about site traffic and site interaction.
</p>
</section>
<section class="p-8 bg-card rounded-3xl border border-border">
<h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">Contact Privacy Officer</h2>
<p class="mb-4">If you have any questions regarding this privacy policy, you may contact our privacy officer at:</p>
<p class="font-bold text-primary">privacy@libraryluxe.com</p>
</section>
</div>
</div>