chore(release): production build 2026-05-27 12:38

This commit is contained in:
smueller
2026-05-27 12:38:30 +02:00
parent d44aaa197b
commit dfc781f3ed
32 changed files with 1438 additions and 398 deletions

View File

@@ -1,17 +1,17 @@
<?php
require_once __DIR__ . '/../backend/includes/functions.php';
// Page configuration
$page_title = 'IT-Dienstleistungen - HexaHost.de | Privat & Gewerblich';
$page_description = 'IT-Dienstleistungen von HexaHost.de mit Fokus auf Privatkunden und ergänzend für gewerbliche Anforderungen.';
$current_page = 'it-dienstleistungen';
// Include header
includeHeader($page_title, $page_description, $current_page);
?>
<main id="main-content">
<!-- Services Hero -->
<section class="about-hero">
<div class="container">
<div class="about-hero-content">
@@ -32,7 +32,7 @@ includeHeader($page_title, $page_description, $current_page);
</div>
</section>
<!-- Target Groups -->
<section class="values">
<div class="container">
<div class="section-header">
@@ -60,7 +60,7 @@ includeHeader($page_title, $page_description, $current_page);
</div>
</section>
<!-- Services Grid -->
<section class="products">
<div class="container">
<div class="section-header">
@@ -128,7 +128,7 @@ includeHeader($page_title, $page_description, $current_page);
</div>
</section>
<!-- CTA -->
<section class="cta">
<div class="container">
<div class="cta-content glass-card">
@@ -143,6 +143,6 @@ includeHeader($page_title, $page_description, $current_page);
</main>
<?php
// Include footer
includeFooter();
?>