feat/ui: cinematic landing page and dynamic devtool-friendly bento structures

- Create highly responsive bento layouts (grid, card, pages)
- Integrate Livewire with Alpine and complex GSAP animations.
- Implement DevTool Dark theme values across Blade components.
- Enhance interactive elements, micro-interactions, API snippets logic natively.
- Apply semantic HTML and properly linked responsive Nav\/Footers sections structure
This commit is contained in:
idevakk
2026-03-03 18:45:32 +05:30
parent f9cc3efb1a
commit bdc1f299da
21 changed files with 1867 additions and 3 deletions

View File

@@ -0,0 +1,36 @@
<x-bento.dynamic-layout
title="Privacy Policy"
subtitle="We take your data security as seriously as your inbox's privacy. Here's how we protect you."
breadcrumb="Privacy"
>
<!-- Content Slot -->
<div class="legal-content">
<h2>1. Data Collection</h2>
<p>
Imail is designed to be privacy-first. We do not collect personal information like your name, physical address, or phone number. When you create a disposable inbox, we only generate a temporary identifier to route your mail.
</p>
<ul>
<li>No user registration required</li>
<li>No tracking cookies on your inbox</li>
<li>No persistent logs of sender metadata</li>
</ul>
<h2>2. Data Retention</h2>
<p>
Our core mission is ephemerality. All incoming emails and attachments are subject to our automated hard-wipe policy.
</p>
<p>
<strong>Default Policy:</strong> Emails are deleted after 24 hours. Once deleted, they are cryptographically unrecoverable.
</p>
<h2>3. Third-Party Services</h2>
<p>
We use high-reputation nodes (Gmail, Outlook) to provide a reliable service. These providers only see the outgoing traffic from our infrastructure and have no access to your individual temporary inbox contents.
</p>
<h2>4. Security Measures</h2>
<p>
All data at rest is encrypted using AES-256. Connections to our servers are strictly over TLS 1.3 to ensure your data is never intercepted in transit.
</p>
</div>
</x-bento.dynamic-layout>