You Need Kajabi Pipelines

A Hero section is used to introduce visitors to the product or service the page is associated with. Large background images or videos with a disruptive call to action is recommended.

CALL TO ACTION

Benefit 1

Use this text to describe your feature in detail. Visitors enjoy reading well written, descriptive copy about specific features of your product.

Benefit 2

Use this text to describe your feature in detail. Visitors enjoy reading well written, descriptive copy about specific features of your product.

Benefit 3

Use this text to describe your feature in detail. Visitors enjoy reading well written, descriptive copy about specific features of your product.

Tell Me More

Use a Text section to describe more about your products or services. Make sure to break your text into easy to read paragraphs to keep visitors engaged.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

import React from "react"; import { ShieldCheck, FileText, Phone, Mail, ChevronRight, CheckCircle2, Lock, AlertTriangle, Users, Download } from "lucide-react"; // Hofer IT solutions (HITS) – Primary: #42b9e9, Secondary: #39495c // This single-file React component renders a complete landing page ready to preview. // Tailwind is assumed available (no import needed). All styles use arbitrary color values to match CI. export default function HitsChecklistLanding() { return (
{/* Top Bar */}

Hofer IT solutions (HITS)

IT‑Sicherheits‑Checkliste für KMU

Kostenlos zusenden
{/* Hero */}

Wie sicher ist deine IT – heute?

Finde in 10 Minuten heraus, wo du stehst. Unsere Checkliste zeigt dir die wichtigsten Sicherheitshebel – kompakt, praxisnah, sofort umsetzbar.

    {[ "Schneller Selbstcheck statt langem Audit", "Konkrete Maßnahmen & Prioritäten (30/60/90 Tage)", "Verständlich für UnternehmerInnen ohne eigene IT", "Inklusive Notfall‑Mini‑Guide", ].map((item) => (
  • {item}
  • ))}
Checkliste anfordern
DSGVO‑konform · Double‑Opt‑In · Kein Spam

Checkliste – IT‑Sicherheit

20 Prüfpunkte · Ampelbewertung

Schnellstart

In 10 Minuten

Prioritäten

30/60/90 Tage

Vorlagen

IR‑Mini‑Plan

Kostenlos zusenden

PDF‑Download nach E‑Mail‑Bestätigung

{/* Risk Questions */}

Erkennst du deine größten Risiken?

Prüfe jetzt, wie gut du vorbereitet bist – das sind die Fragen, die wir täglich in KMU sehen:

{[ { title: "Wie steht es um die IT‑Sicherheit für dein Unternehmen?", desc: "Schwachstellen in Netzwerk, Endgeräten und Identitäten erkennen.", icon: , }, { title: "Wie schützt du sensible Daten vor Sicherheitslücken?", desc: "Backups, Patches, Rechte – alles im Griff?", icon: , }, { title: "Sind Systeme aktuell und nachhaltig geschützt?", desc: "E‑Mail‑Schutz, Endpoint‑Security, Updates, Zero Trust.", icon: , }, { title: "Moderne Security ohne teure Fachkräfte?", desc: "Managed Security statt Eigenbetrieb – was passt?", icon: , }, { title: "Wie gut ist dein Notfallkonzept?", desc: "Wiederanlauf, Backup‑Tests, Rollen, Runbooks.", icon: , }, { title: "Verhalten im Ernstfall?", desc: "Awareness‑Trainings, Phishing‑Tests, klare Prozesse.", icon: , }, ].map((q) => (
{q.icon}

{q.title}

{q.desc}

))}
{/* Features */}

Was du bekommst

{[ { title: "Schnellstart", desc: "20 Prüfpunkte mit Ampelbewertung" }, { title: "Prioritätenplan", desc: "Sofortmaßnahmen für 30/60/90 Tage" }, { title: "Vorlage", desc: "Incident‑Response‑Mini‑Plan" }, { title: "Bonus", desc: "Awareness‑Mail Vorlage für MitarbeiterInnen" }, ].map((f) => (

{f.title}

{f.desc}

))}
{/* Social Proof */}

„Endlich ein Überblick, ohne Fachchinesisch. Wir haben damit sofort 3 Lücken geschlossen.“

KMU (35 MA), Handel

„Klar strukturiert und umsetzbar. Der 90‑Tage‑Plan spart uns Zeit und Budget.“

Dienstleister, NRW

„Passt perfekt für Unternehmen ohne eigene IT. Danke HITS!“

Produktion, SH

{/* Form Section */}

Checkliste anfordern

Kostenfrei & unverbindlich. Der Download kommt nach deiner E‑Mail‑Bestätigung (Double‑Opt‑In).

e.preventDefault()} className="mt-6 space-y-4">
Interessen
{[ "Grundschutz & Updates", "E‑Mail & Endpoint‑Security", "Backups & Notfallkonzept", "Awareness & Schulungen", ].map((t) => ( ))}

Double‑Opt‑In: Du erhältst eine E‑Mail zur Bestätigung. Erst danach senden wir den Download.

{/* Closing CTA */}

Bereit fĂĽr den Selbstcheck?

Checkliste jetzt anfordern
{/* Footer */}
); }