32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<section class="hero-section" id="hero">
|
||
<div class="hero-section__video-container">
|
||
<video autoplay muted loop playsinline>
|
||
<source src="/video/white_mit_black_stripes.webm" type="video/webm">
|
||
</video>
|
||
</div>
|
||
<div class="hero-section__wrapper">
|
||
<h1 class="hero-section__header">
|
||
Digitales Handwerk<br />
|
||
statt Standard-Baukasten
|
||
</h1>
|
||
<p class="hero-section__claim">
|
||
Wir programmieren blitzschnelle, sichere und maßgeschneiderte Webseiten
|
||
für kleine Unternehmen und Vereine – ohne CMS-Ballast, dafür mit maximaler Performance.
|
||
</p>
|
||
<div class="hero-section__links">
|
||
<app-button
|
||
opTrack="hero_cta_features"
|
||
[opTrackProps]="{ location: 'hero' }"
|
||
[item]="{ label: 'Unsere Vorteile', type: 'anchor', target: '#features-section' }"
|
||
variant="primary">
|
||
</app-button>
|
||
<app-button
|
||
opTrack="hero_cta_pricing"
|
||
[opTrackProps]="{ location: 'hero' }"
|
||
[item]="{ label: 'Preise & Pakete', type: 'anchor', target: '#pricing' }"
|
||
variant="outline">
|
||
</app-button>
|
||
</div>
|
||
</div>
|
||
</section>
|