mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 06:58:43 +00:00
Update product descriptions and features in index.php and mail-gateway.php: Changed uptime statistics, enhanced feature descriptions, and added a new Mail Service section to improve clarity and user engagement.
This commit is contained in:
@@ -37,7 +37,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<line x1="12" y1="17" x2="12" y2="21"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>99.9% Uptime</h3>
|
||||
<h3>99% Uptime</h3>
|
||||
<p>Zuverlässige Infrastruktur</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -70,7 +70,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<li>Proxmox LXC Container</li>
|
||||
<li>SSD Storage</li>
|
||||
<li>DDoS Protection</li>
|
||||
<li>99.9% Uptime</li>
|
||||
<li>99% Uptime</li>
|
||||
</ul>
|
||||
<a href="/vpc" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
@@ -99,13 +99,13 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
<polyline points="22,6 12,13 2,6"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Mail Gateway</h3>
|
||||
<p>Professionelle E-Mail-Lösungen für Unternehmen</p>
|
||||
<h3>Proxmox Mail Gateway</h3>
|
||||
<p>Leistungsstarke E-Mail-Security mit Spam- und Virenfilter für Unternehmen</p>
|
||||
<ul class="product-features">
|
||||
<li>Spam & Virus Schutz</li>
|
||||
<li>E-Mail Archivierung</li>
|
||||
<li>Webmail Interface</li>
|
||||
<li>Mobile Sync</li>
|
||||
<li>Spam- und Virenschutz</li>
|
||||
<li>Quarantäne-Management</li>
|
||||
<li>Tracking Center & Reporting</li>
|
||||
<li>Open Source auf Proxmox-Basis</li>
|
||||
</ul>
|
||||
<a href="/mail-gateway" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
@@ -129,6 +129,23 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</ul>
|
||||
<a href="/webhosting" class="btn btn-primary">Mehr erfahren</a>
|
||||
</div>
|
||||
<div class="product-card glass-card">
|
||||
<div class="product-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
|
||||
<polyline points="22,6 12,13 2,6"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Mail Service</h3>
|
||||
<p>Kostenfreier E-Mail-Dienst mit 2 GB Mail-Speicher inklusive</p>
|
||||
<ul class="product-features">
|
||||
<li>Kostenlos & werbefrei</li>
|
||||
<li>2 GB Mail-Speicher</li>
|
||||
<li>Webmail-Zugang</li>
|
||||
<li>IMAP & SMTP Unterstützung</li>
|
||||
</ul>
|
||||
<a href="https://www.hexa-mail.de/" class="btn btn-primary" target="_blank" rel="noopener noreferrer">Mehr erfahren</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user