new images and videos
Deploy Static Site / deploy (push) Successful in 10m46s

This commit is contained in:
Lars Nolden
2026-06-24 17:30:43 +02:00
parent 41f6366e33
commit da588a8b21
13 changed files with 20 additions and 4 deletions
Binary file not shown.
+19 -3
View File
@@ -3,8 +3,23 @@ import { Container } from '@/components/Container'
export function Hero() { export function Hero() {
return ( return (
<Container className="pb-16 pt-20 text-center lg:pt-32"> <div className="relative overflow-hidden">
<h1 className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-slate-900 sm:text-7xl"> <video
autoPlay
loop
muted
playsInline
aria-hidden="true"
className="pointer-events-none absolute inset-0 -z-10 h-full w-full object-cover"
>
<source src="/videos/1KnG8J5bskn0GQ6etapjk_video.mp4" type="video/mp4" />
</video>
<div
aria-hidden="true"
className="absolute inset-0 -z-10 bg-white/80"
/>
<Container className="pb-16 pt-20 text-center lg:pt-32">
<h1 className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-slate-900 sm:text-7xl">
Bieten Sie Ihren Kunden eine{' '} Bieten Sie Ihren Kunden eine{' '}
<span className="relative whitespace-nowrap text-blue-600"> <span className="relative whitespace-nowrap text-blue-600">
<svg <svg
@@ -37,6 +52,7 @@ export function Hero() {
Für Elektro-, Sanitär- und Messdienst-nahe Betriebe mit Vermieter- und Für Elektro-, Sanitär- und Messdienst-nahe Betriebe mit Vermieter- und
Hausverwaltungskunden. Hausverwaltungskunden.
</p> </p>
</Container> </Container>
</div>
) )
} }
+1 -1
View File
@@ -2,7 +2,7 @@ import Image from 'next/image'
import { Button } from '@/components/Button' import { Button } from '@/components/Button'
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import screenshot from '@/images/screenshots/reporting.png' import screenshot from '@/images/screenshots/demo1.png'
export function Platform() { export function Platform() {
return ( return (
Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB