Files
hurler-webdesign-saas/src/app/features/landing/components/hero/hero.component.html

32 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>