194 lines
11 KiB
PHP
194 lines
11 KiB
PHP
@extends('web.layouts.web-master')
|
|
|
|
@section('title', 'Presse - 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-20 animate-fade-in"
|
|
style="background: var(--gradient-hero);">
|
|
<div class="container mx-auto px-4">
|
|
<div class="max-w-3xl mx-auto text-center">
|
|
<h1 class="text-4xl md:text-5xl font-bold mb-6 animate-fade-in-up">
|
|
Presse
|
|
</h1>
|
|
<p class="text-xl text-white/90 leading-relaxed animate-fade-in-up animation-delay-200">
|
|
Aktuelle Informationen und Materialien für die Presse
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Press Contact 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">
|
|
Pressekontakt
|
|
</h2>
|
|
</div>
|
|
|
|
<div class="bg-white dark:bg-zinc-900 rounded-xl border border-zinc-200 dark:border-zinc-800 p-8 transition-colors duration-200">
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
|
<div>
|
|
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">Presseabteilung</h3>
|
|
<div class="space-y-3">
|
|
<div class="flex items-start gap-3">
|
|
<svg class="h-5 w-5 text-[var(--color-primary)] flex-shrink-0 mt-0.5" 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>
|
|
<span class="text-zinc-600 dark:text-zinc-400">presse@businessportal.de</span>
|
|
</div>
|
|
<div class="flex items-start gap-3">
|
|
<svg class="h-5 w-5 text-[var(--color-primary)] flex-shrink-0 mt-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path>
|
|
</svg>
|
|
<span class="text-zinc-600 dark:text-zinc-400">+49 (0) 30 1234567-89</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h3 class="font-semibold text-zinc-900 dark:text-zinc-100 mb-4">Ansprechpartnerin</h3>
|
|
<p class="text-zinc-600 dark:text-zinc-400 mb-2">Lisa Müller</p>
|
|
<p class="text-sm text-zinc-500 dark:text-zinc-500">Head of Communications</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Press Releases 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">
|
|
Aktuelle Pressemitteilungen
|
|
</h2>
|
|
</div>
|
|
|
|
<div class="space-y-6">
|
|
<!-- Press Release 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">
|
|
<div class="text-sm text-zinc-500 dark:text-zinc-500 mb-2">15. Januar 2025</div>
|
|
<h3 class="font-semibold text-lg text-zinc-900 dark:text-zinc-100 mb-3">
|
|
Business Portal erreicht 15.000 registrierte Unternehmen
|
|
</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Die führende Plattform für Unternehmenskommunikation im DACH-Raum verzeichnet weiteres Wachstum...
|
|
</p>
|
|
<a href="#" class="text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Weiterlesen →
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Press Release 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">
|
|
<div class="text-sm text-zinc-500 dark:text-zinc-500 mb-2">10. Dezember 2024</div>
|
|
<h3 class="font-semibold text-lg text-zinc-900 dark:text-zinc-100 mb-3">
|
|
Neue KI-Features für optimierte Presseveröffentlichungen
|
|
</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Business Portal integriert fortschrittliche KI-Technologie zur Optimierung von Pressemitteilungen...
|
|
</p>
|
|
<a href="#" class="text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Weiterlesen →
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Press Release 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">
|
|
<div class="text-sm text-zinc-500 dark:text-zinc-500 mb-2">5. November 2024</div>
|
|
<h3 class="font-semibold text-lg text-zinc-900 dark:text-zinc-100 mb-3">
|
|
Business Portal erweitert API-Funktionen
|
|
</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Neue REST-API ermöglicht nahtlose Integration in bestehende Unternehmens-Systeme...
|
|
</p>
|
|
<a href="#" class="text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Weiterlesen →
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Press Kit 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">
|
|
Presse-Kit
|
|
</h2>
|
|
<p class="text-zinc-600 dark:text-zinc-400">
|
|
Logos, Bilder und Materialien zum Download
|
|
</p>
|
|
</div>
|
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
|
<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-3">Logos</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Offizielle Logos in verschiedenen Formaten und Farben
|
|
</p>
|
|
<a href="#" class="inline-flex items-center text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Download (ZIP, 2.5 MB) →
|
|
</a>
|
|
</div>
|
|
|
|
<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-3">Pressemappen</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Umfassende Informationen über Business Portal
|
|
</p>
|
|
<a href="#" class="inline-flex items-center text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Download (PDF, 5.2 MB) →
|
|
</a>
|
|
</div>
|
|
|
|
<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-3">Screenshots</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Hochauflösende Screenshots der Plattform
|
|
</p>
|
|
<a href="#" class="inline-flex items-center text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Download (ZIP, 8.1 MB) →
|
|
</a>
|
|
</div>
|
|
|
|
<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-3">Factsheet</h3>
|
|
<p class="text-sm text-zinc-600 dark:text-zinc-400 mb-4">
|
|
Kompakte Übersicht mit Zahlen und Fakten
|
|
</p>
|
|
<a href="#" class="inline-flex items-center text-[var(--color-primary)] hover:underline text-sm font-medium">
|
|
Download (PDF, 1.2 MB) →
|
|
</a>
|
|
</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
|