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('mail-gateway');
|
||||
$packages = getProductPackages('mail-gateway');
|
||||
|
||||
// Page configuration
|
||||
|
||||
$page_title = $product['page_title'];
|
||||
$page_description = $product['page_description'];
|
||||
$current_page = 'mail-gateway';
|
||||
|
||||
// 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">
|
||||
@@ -59,7 +59,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Mail Gateway Packages -->
|
||||
|
||||
<section class="packages">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -74,7 +74,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Security Features -->
|
||||
|
||||
<section class="technical-details">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -129,7 +129,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Use Cases -->
|
||||
|
||||
<section class="use-cases">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -159,7 +159,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<div class="cta-content glass-card">
|
||||
@@ -175,6 +175,6 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</main>
|
||||
|
||||
<?php
|
||||
// Include footer
|
||||
|
||||
includeFooter();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user