-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfeatures.html
More file actions
36 lines (33 loc) · 1.37 KB
/
features.html
File metadata and controls
36 lines (33 loc) · 1.37 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notifications & engagement — Paavan</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-nav-active="home">
<div id="site-header"></div>
<main class="site-main">
<article class="static-page wrap">
<h1>How we keep you informed</h1>
<p><strong>Paavan Retail GmbH</strong> sells <strong>physical products</strong> through this website. For
optional updates (order status, back-in-stock, offers), we use <strong>CleverPush</strong> — a customer
messaging layer.</p>
<h2>What CleverPush is (and is not)</h2>
<ul>
<li><strong>Is:</strong> web push, email capture, and similar <strong>notification</strong> tools.</li>
<li><strong>Is not:</strong> the seller of record, payment processor, or warehouse — all product sales remain
with Paavan Retail GmbH.</li>
</ul>
<h2>Your choices</h2>
<p>You can browse and buy without enabling notifications. Marketing messages require your consent where required
by law (e.g. GDPR).</p>
<p><a href="catalog.html">Back to shop</a></p>
</article>
</main>
<div id="site-footer"></div>
<script src="layout.js"></script>
<script>ShopLayout.inject('home');</script>
</body>
</html>