From e22a724c5713194d1d6eb76c05476c815080983e Mon Sep 17 00:00:00 2001 From: DanielS Date: Sat, 18 Jul 2026 23:58:44 +0200 Subject: [PATCH] feat: add onboarding wizard component and integrate into index page --- src/components/OnboardingWizard.astro | 873 ++++++++++++++++++++++++++ src/pages/index.astro | 6 +- 2 files changed, 876 insertions(+), 3 deletions(-) create mode 100644 src/components/OnboardingWizard.astro diff --git a/src/components/OnboardingWizard.astro b/src/components/OnboardingWizard.astro new file mode 100644 index 0000000..6850013 --- /dev/null +++ b/src/components/OnboardingWizard.astro @@ -0,0 +1,873 @@ +--- +// src/components/OnboardingWizard.astro +--- + +
+ +
+
+ +
+
+ Website Konfigurator +

Onboarding-Wizard

+

+ Konfigurieren Sie Ihr Wunschprojekt in unter 2 Minuten. Kostenlos und unverbindlich. +

+
+ + +
+ + + + + + + +
+ SCHRITT 1 / 5 +
+ + + + + +
+
+ + +
+ + +
+ + +
+
+

Schritt 1: Branche wählen

+

Suchen Sie Ihre Branche oder tragen Sie Ihre eigene ein.

+
+ + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + +
+ + +
+ +
+ + +
+
+ +
+
+ + +
+
+ + Website Mockup +
+ PREVIEW +
+ + +
+ + +
+
+ Meisterbetrieb + Professioneller Service vor Ort. +
+
+ AKTIV + STATUS +
+
+ + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index d69e57c..6626062 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/Layout.astro'; import Navbar from '../components/Navbar.astro'; import Footer from '../components/Footer.astro'; import HeroAndLiquidGlass from '../components/HeroAndLiquidGlass.astro'; -import TemplateMarquee from '../components/TemplateMarquee.astro'; +import OnboardingWizard from '../components/OnboardingWizard.astro'; --- @@ -13,8 +13,8 @@ import TemplateMarquee from '../components/TemplateMarquee.astro'; {/* Clean, modular Hero and Liquid Glass section */} - - + +