mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 11:28:42 +00:00
chore(release): production build 2026-05-27 12:38
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
require_once __DIR__ . '/../backend/includes/functions.php';
|
||||
require_once __DIR__ . '/../backend/config/products-config.php';
|
||||
|
||||
// Produkt-Daten aus Config laden
|
||||
|
||||
$product = getProduct('webhosting');
|
||||
$packages = getProductPackages('webhosting');
|
||||
|
||||
// Page configuration
|
||||
|
||||
$page_title = $product['page_title'];
|
||||
$page_description = $product['page_description'];
|
||||
$current_page = 'webhosting';
|
||||
|
||||
// Include header
|
||||
|
||||
includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
|
||||
<main id="main-content">
|
||||
<!-- Product Hero -->
|
||||
|
||||
<section class="product-hero">
|
||||
<div class="container">
|
||||
<div class="product-hero-content">
|
||||
@@ -60,7 +60,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Webhosting Packages -->
|
||||
|
||||
<section class="packages">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -75,7 +75,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Technical Details -->
|
||||
|
||||
<section class="technical-details">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -133,7 +133,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Use Cases -->
|
||||
|
||||
<section class="use-cases">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -163,7 +163,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<div class="cta-content glass-card">
|
||||
@@ -179,6 +179,6 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</main>
|
||||
|
||||
<?php
|
||||
// Include footer
|
||||
|
||||
includeFooter();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user