Fix: Schmidt Hygiene → Hafner Prüftechnik GmbH (fiktiver Demo-Name)

This commit is contained in:
rene 2026-05-17 16:01:17 +02:00
parent 58e4523b54
commit 624d1c69f4
2 changed files with 13 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts">
import logo from '$lib/assets/checkflo-logo.png';
import schmidtLogo from '$lib/assets/schmidt-hygiene-logo.svg';
import hafnerLogo from '$lib/assets/hafner-logo.svg';
const features = [
{
@ -60,11 +60,11 @@
<div class="browser-dots">
<span></span><span></span><span></span>
</div>
<div class="browser-url">app.schmidt-hygiene.de/admin</div>
<div class="browser-url">app.hafner-pruefdienste.de/admin</div>
</div>
<div class="browser-screen">
<div class="dash-sidebar">
<img src={schmidtLogo} alt="Schmidt Hygiene" class="dash-brand-logo" />
<img src={hafnerLogo} alt="Hafner Prüftechnik" class="dash-brand-logo" />
<div class="dash-nav-item active schmidt">Dashboard</div>
<div class="dash-nav-item">Protokoll</div>
<div class="dash-nav-item">Stationen</div>
@ -120,7 +120,7 @@
<div class="phone-screen">
<iframe
src="https://checkflo.de/s/c0c9c394-6507-4f9f-bb03-584a7978587e"
title="Schmidt Hygiene Demo"
title="Hafner Prüftechnik Demo"
scrolling="no"
></iframe>
</div>