From 7bebcc066ed469fbf6587668ed0da4f0c1a85472 Mon Sep 17 00:00:00 2001 From: DanielS Date: Sat, 18 Jul 2026 04:50:55 +0200 Subject: [PATCH] feat: replace hero tabs with interactive template slider --- src/components/HeroAndLiquidGlass.astro | 211 ++++++++++++------------ 1 file changed, 109 insertions(+), 102 deletions(-) diff --git a/src/components/HeroAndLiquidGlass.astro b/src/components/HeroAndLiquidGlass.astro index c2a1c6b..254f23b 100644 --- a/src/components/HeroAndLiquidGlass.astro +++ b/src/components/HeroAndLiquidGlass.astro @@ -1,5 +1,18 @@ --- // src/components/HeroAndLiquidGlass.astro + +const heroTemplates = [ + { id: "01", name: "Der Handwerker-Klassiker", style: "Einfach & Bodenständig", layout: "boxed", design: "Brutalismus", colors: "from-[#FDFBF7] to-[#FAF7F2] text-[#2C1A11] border-[#2C1A11]/10" }, + { id: "02", name: "Dachdecker Meister", style: "Elegant & Professionell", layout: "split", design: "Glassmorphismus", colors: "from-zinc-900 to-zinc-950 text-white border-yellow-500/20" }, + { id: "03", name: "Solar & Photovoltaik", style: "Tech & Zukunft", layout: "bento", design: "SaaS-Minimalismus", colors: "from-zinc-900 to-black text-zinc-100 border-orange-500/20" }, + { id: "04", name: "Die Kanzlei", style: "Seriös & Clean", layout: "asymmetric", design: "Glassmorphismus", colors: "from-[#0B0F19] to-[#070A13] text-white border-emerald-500/20" }, + { id: "05", name: "Bio-Hofladen", style: "Rustikal & Natur", layout: "single", design: "Neomorphismus", colors: "from-[#FAF7F2] to-[#E8DCC4] text-[#4A3B32] border-[#E8DCC4]" }, + { id: "06", name: "Sanitär & Heizung", style: "Klar & Zuverlässig", layout: "bento", design: "SaaS-Minimalismus", colors: "from-white to-slate-50 text-slate-800 border-slate-200" }, + { id: "07", name: "KFZ Schnellservice", style: "Dynamisch & Direkt", layout: "split", design: "Brutalismus", colors: "from-zinc-800 to-zinc-900 text-white border-zinc-700" }, + { id: "08", name: "Schreinerei Holzart", style: "Handwerk & Präzision", layout: "boxed", design: "SaaS-Minimalismus", colors: "from-[#F5F2EB] to-[#D9D2C5] text-[#3D3A36] border-[#D9D2C5]" }, + { id: "09", name: "Steuerberater Premium", style: "Exklusiv & Diskret", layout: "bento", design: "Glassmorphismus", colors: "from-slate-900 to-slate-950 text-slate-100 border-amber-500/20" }, + { id: "10", name: "Garten- & Landschaftsbau", style: "Frisch & Modern", layout: "asymmetric", design: "Glassmorphismus", colors: "from-[#F3F7F4] to-white text-slate-800 border-emerald-200" } +]; --- @@ -55,94 +68,89 @@ - -
-
- LIVE PREVIEW -
- - - -
-
-
- - - + +
+ TEMPLATE 01 / 10 +
+ + +
- -
- -
-
-
- TEMPLATE 02 - Split-Screen -
-
-
-
-
-
-
-

Dachdecker Meister

- Elegant & Professionell + +
+ {heroTemplates.map((item, index) => ( +
+
+ +
+ TEMPLATE {item.id} + {item.layout}
- Anthrazit & Gold -
-
-
- -