@@ -3,6 +3,21 @@ import { Container } from '@/components/Container'
|
|||||||
|
|
||||||
export function Hero() {
|
export function Hero() {
|
||||||
return (
|
return (
|
||||||
|
<div className="relative overflow-hidden">
|
||||||
|
<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">
|
<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">
|
<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{' '}
|
||||||
@@ -38,5 +53,6 @@ export function Hero() {
|
|||||||
Hausverwaltungskunden.
|
Hausverwaltungskunden.
|
||||||
</p>
|
</p>
|
||||||
</Container>
|
</Container>
|
||||||
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 (
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 179 KiB |
|
Before Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 174 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 186 KiB |
|
Before Width: | Height: | Size: 149 KiB |