File size: 2,117 Bytes
d8a7fc4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@page "/terms"

<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">Terms of Service</h1>
    <p class="text-sm text-muted mb-12 font-bold uppercase tracking-widest">Effective Date: 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. Acceptance of Terms</h2>
            <p>
                By accessing and using LibraryLuxe, you agree to be bound by these Terms of Service and all applicable laws and regulations.
            </p>
        </section>

        <section>
            <h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">2. Use License</h2>
            <p>
                Permission is granted to temporarily download one copy of the materials on LibraryLuxe's website for personal, non-commercial transitory viewing only.
            </p>
        </section>

        <section>
            <h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">3. User Conduct</h2>
            <p>
                Users are expected to return borrowed materials on time. Repeated late returns may lead to account suspension or loyalty point penalties.
            </p>
        </section>

        <section>
            <h2 class="text-xl font-bold text-main mb-4 uppercase tracking-tight">4. Account Termination</h2>
            <p>
                We reserve the right to terminate or suspend access to our service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.
            </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">Questions?</h2>
            <p class="mb-4">If you have any questions about these Terms, please contact us.</p>
            <a href="/contact" class="text-primary font-bold hover:underline">Contact Support</a>
        </section>
    </div>
</div>