Update web hosting feature descriptions in index.php: Changed "cPanel/Webmin" to "Plesk Webhosting", updated database reference from "MySQL" to "MariaDB", and refined support and performance descriptions for clarity. Adjusted call-to-action buttons for improved user engagement.

This commit is contained in:
𝓜𝓪𝓬𝓮™
2026-04-02 15:43:44 +02:00
parent 86af0ef0a2
commit 74e82e4f8d

View File

@@ -122,10 +122,10 @@ includeHeader($page_title, $page_description, $current_page);
<h3>Webhosting</h3> <h3>Webhosting</h3>
<p>Einfache und zuverlässige Webhosting-Lösungen</p> <p>Einfache und zuverlässige Webhosting-Lösungen</p>
<ul class="product-features"> <ul class="product-features">
<li>cPanel/Webmin</li> <li>Plesk Webhosting</li>
<li>SSL Zertifikate</li> <li>SSL Zertifikate</li>
<li>Automatische Backups</li> <li>Automatische Backups</li>
<li>PHP & MySQL</li> <li>PHP & MariaDB</li>
</ul> </ul>
<a href="/webhosting" class="btn btn-primary">Mehr erfahren</a> <a href="/webhosting" class="btn btn-primary">Mehr erfahren</a>
</div> </div>
@@ -182,7 +182,7 @@ includeHeader($page_title, $page_description, $current_page);
</svg> </svg>
</div> </div>
<h3>Performance</h3> <h3>Performance</h3>
<p>Modernste Hardware und optimierte Konfigurationen für beste Leistung</p> <p>Moderne Hardware und optimierte Konfigurationen für beste Leistung</p>
</div> </div>
<div class="feature-item glass-card"> <div class="feature-item glass-card">
<div class="feature-icon"> <div class="feature-icon">
@@ -200,7 +200,7 @@ includeHeader($page_title, $page_description, $current_page);
</svg> </svg>
</div> </div>
<h3>Support aus Bayern</h3> <h3>Support aus Bayern</h3>
<p>Persönlicher Support direkt aus Niederbayern in deutscher Sprache</p> <p>Persönlicher Support direkt aus Niederbayern</p>
</div> </div>
</div> </div>
</div> </div>
@@ -213,8 +213,9 @@ includeHeader($page_title, $page_description, $current_page);
<h2>Bereit für zuverlässiges Hosting?</h2> <h2>Bereit für zuverlässiges Hosting?</h2>
<p>Starten Sie noch heute mit HexaHost und erleben Sie den Unterschied</p> <p>Starten Sie noch heute mit HexaHost und erleben Sie den Unterschied</p>
<div class="cta-actions"> <div class="cta-actions">
<a href="/contact" class="btn btn-primary">Jetzt starten</a> <a href="#products" class="btn btn-primary">Jetzt produkte entdecken</a>
<a href="/about" class="btn btn-secondary">Mehr über uns</a> <a href="/contact" class="btn btn-secondary">Kontakt aufnehmen</a>
<a href="/about" class="btn btn-tertiary">Mehr über uns</a>
</div> </div>
</div> </div>
</div> </div>