mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 06:58:43 +00:00
chore(release): production build 2026-05-27 13:05
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<?php
|
||||
require_once __DIR__ . '/../backend/includes/functions.php';
|
||||
|
||||
// Page configuration
|
||||
|
||||
$page_title = 'HexaHost.de - Zuverlässiges Hosting aus Niederbayern';
|
||||
$page_description = 'HexaHost.de - Zuverlässiges und preiswertes Hosting aus Niederbayern. VPS, VPC, Mail Gateway und Webhosting Lösungen.';
|
||||
$current_page = 'home';
|
||||
|
||||
// Include header
|
||||
|
||||
includeHeader($page_title, $page_description, $current_page);
|
||||
?>
|
||||
|
||||
<main id="main-content">
|
||||
<!-- Hero Section -->
|
||||
|
||||
<section class="hero">
|
||||
<div class="hero-container">
|
||||
<div class="hero-content">
|
||||
@@ -44,7 +44,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Products Section -->
|
||||
|
||||
<section id="products" class="products">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -150,7 +150,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- IT Services Section -->
|
||||
|
||||
<section class="features">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -192,7 +192,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Features Section -->
|
||||
|
||||
<section class="features">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
@@ -248,7 +248,7 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- CTA Section -->
|
||||
|
||||
<section class="cta">
|
||||
<div class="container">
|
||||
<div class="cta-content glass-card">
|
||||
@@ -265,6 +265,6 @@ includeHeader($page_title, $page_description, $current_page);
|
||||
</main>
|
||||
|
||||
<?php
|
||||
// Include footer
|
||||
|
||||
includeFooter();
|
||||
?>
|
||||
Reference in New Issue
Block a user