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 */} - - + +