256 lines
16 KiB
PHP
256 lines
16 KiB
PHP
@extends('web.layouts.web-master')
|
||
|
||
@section('title', 'Hilfe-Center - Business Portal 24')
|
||
|
||
@section('content')
|
||
|
||
<main class="min-h-screen flex flex-col bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<livewire:web.burger-menu />
|
||
<livewire:web.header />
|
||
|
||
<!-- Hero Section -->
|
||
<section class="relative overflow-hidden text-white py-16 animate-fade-in"
|
||
style="background: var(--gradient-hero);">
|
||
<div class="container mx-auto px-4 text-center">
|
||
<div class="flex justify-center mb-6">
|
||
<svg class="h-16 w-16 animate-fade-in-up" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"></path>
|
||
</svg>
|
||
</div>
|
||
<h1 class="text-4xl md:text-5xl font-bold mb-4 animate-fade-in-up animation-delay-200">
|
||
Hilfe-Center
|
||
</h1>
|
||
<p class="text-xl text-white/90 max-w-2xl mx-auto animate-fade-in-up animation-delay-300">
|
||
Wir helfen Ihnen gerne weiter – Finden Sie Antworten oder kontaktieren Sie unser Support-Team
|
||
</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Quick Links Section -->
|
||
<section class="py-16 bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="max-w-4xl mx-auto">
|
||
<div class="text-center mb-12">
|
||
<h2 class="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Schnellzugriff
|
||
</h2>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||
<a href="/faq" class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all group">
|
||
<div class="w-12 h-12 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-lg flex items-center justify-center mb-4">
|
||
<svg class="h-6 w-6 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 group-hover:text-[var(--color-primary)] transition-colors">
|
||
FAQ
|
||
</h3>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">
|
||
Häufig gestellte Fragen
|
||
</p>
|
||
</a>
|
||
|
||
<a href="#" class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all group">
|
||
<div class="w-12 h-12 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-lg flex items-center justify-center mb-4">
|
||
<svg class="h-6 w-6 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 group-hover:text-[var(--color-primary)] transition-colors">
|
||
Video-Tutorials
|
||
</h3>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">
|
||
Schritt-für-Schritt Anleitungen
|
||
</p>
|
||
</a>
|
||
|
||
<a href="/kontakt" class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all group">
|
||
<div class="w-12 h-12 bg-gradient-to-br from-[var(--color-primary)]/10 to-[var(--color-secondary)]/10 rounded-lg flex items-center justify-center mb-4">
|
||
<svg class="h-6 w-6 text-[var(--color-primary)]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
|
||
</svg>
|
||
</div>
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-2 group-hover:text-[var(--color-primary)] transition-colors">
|
||
Kontakt
|
||
</h3>
|
||
<p class="text-sm text-zinc-600 dark:text-zinc-400">
|
||
Direkter Support
|
||
</p>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Help Topics Section -->
|
||
<section class="py-16 bg-zinc-50/50 dark:bg-zinc-900/50 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="max-w-4xl mx-auto">
|
||
<div class="text-center mb-12">
|
||
<h2 class="text-3xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Hilfe-Themen
|
||
</h2>
|
||
</div>
|
||
|
||
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||
<!-- Topic 1 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all">
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Erste Schritte
|
||
</h3>
|
||
<ul class="space-y-2">
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Account erstellen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Erste Pressemitteilung veröffentlichen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Newsroom einrichten
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Profil vervollständigen
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Topic 2 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all">
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Pressemitteilungen
|
||
</h3>
|
||
<ul class="space-y-2">
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ PM erstellen und formatieren
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Medien hochladen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ SEO-Optimierung
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ PM bearbeiten/löschen
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Topic 3 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all">
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Account & Abrechnung
|
||
</h3>
|
||
<ul class="space-y-2">
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Tarif wechseln
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Zahlungsmethoden
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Rechnungen herunterladen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Account kündigen
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Topic 4 -->
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-6 hover:shadow-lg transition-all">
|
||
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Erweiterte Features
|
||
</h3>
|
||
<ul class="space-y-2">
|
||
<li>
|
||
<a href="/api" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ API-Integration
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Analytics nutzen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="/newsrooms" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Newsroom anpassen
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a href="#" class="text-sm text-zinc-600 dark:text-zinc-400 hover:text-[var(--color-primary)] transition-colors">
|
||
→ Team-Management
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Contact Support Section -->
|
||
<section class="py-16 bg-white dark:bg-zinc-950 transition-colors duration-200">
|
||
<div class="container mx-auto px-4">
|
||
<div class="max-w-4xl mx-auto">
|
||
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 md:p-12 transition-colors duration-200">
|
||
<div class="text-center">
|
||
<h2 class="text-2xl font-bold text-zinc-900 dark:text-zinc-100 mb-4">
|
||
Benötigen Sie weitere Hilfe?
|
||
</h2>
|
||
<p class="text-zinc-600 dark:text-zinc-400 mb-8">
|
||
Unser Support-Team steht Ihnen Mo-Fr von 9-18 Uhr zur Verfügung
|
||
</p>
|
||
<div class="flex flex-wrap gap-4 justify-center">
|
||
<a href="/kontakt" class="inline-flex items-center justify-center px-6 py-3 text-sm font-medium text-white rounded-lg shadow-md hover:shadow-lg transition-all" style="background: var(--gradient-hero);">
|
||
Support kontaktieren
|
||
</a>
|
||
<a href="/faq" class="inline-flex items-center justify-center px-6 py-3 text-sm font-medium text-zinc-700 dark:text-zinc-300 border border-zinc-300 dark:border-zinc-700 hover:bg-zinc-50 dark:hover:bg-zinc-800 rounded-lg transition-all">
|
||
FAQ durchsuchen
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<livewire:web.footer />
|
||
</main>
|
||
|
||
@endsection
|
||
|
||
@push('styles')
|
||
<style>
|
||
:root {
|
||
--color-primary: {{ $domainConfig['color_scheme']['primary'] ?? '#cf3628' }};
|
||
--color-secondary: {{ $domainConfig['color_scheme']['secondary'] ?? '#f0834a' }};
|
||
}
|
||
[x-cloak] { display: none !important; }
|
||
</style>
|
||
@endpush
|