Style suche hero like admin maps header

This commit is contained in:
Timo Uttenweiler
2026-03-27 17:03:12 +01:00
parent 9939ba9fdb
commit 6b7ac42d1d

View File

@@ -68,13 +68,21 @@ export default function SuchePage() {
}} }}
> >
{/* Hero */} {/* Hero */}
<div style={{ textAlign: "center", marginBottom: 32 }}> <div className="relative rounded-2xl border border-[#1e1e2e] p-6 overflow-hidden mb-6"
<h2 style={{ fontSize: 22, fontWeight: 500, color: "#ffffff", margin: 0, marginBottom: 8 }}> style={{ background: "linear-gradient(135deg, rgba(59,130,246,0.08) 0%, rgba(139,92,246,0.08) 100%)" }}>
Leads finden <div className="absolute inset-0" style={{ background: "linear-gradient(135deg, rgba(59,130,246,0.04) 0%, transparent 60%)" }} />
</h2> <div className="relative">
<p style={{ fontSize: 13, color: "#9ca3af", margin: 0 }}> <div className="flex items-center gap-2 text-xs mb-2" style={{ color: "#3b82f6" }}>
Suchbegriff eingeben wir finden passende Unternehmen mit Kontaktdaten. <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>
</p> <span>Lead-Suche</span>
</div>
<h1 style={{ fontSize: 22, fontWeight: 500, color: "#ffffff", margin: 0, marginBottom: 6 }}>
Leads finden
</h1>
<p style={{ fontSize: 13, color: "#9ca3af", margin: 0 }}>
Suchbegriff eingeben wir finden passende Unternehmen mit Kontaktdaten.
</p>
</div>
</div> </div>
{/* Search Card */} {/* Search Card */}