uh added some stuff forgot got drunk

This commit is contained in:
Ace
2026-06-18 23:04:20 +02:00
parent adbcc4b9af
commit 6ffbc7c9b4
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -163,6 +163,8 @@
.stars-canvas { .stars-canvas {
position: absolute; position: absolute;
inset: 0; inset: 0;
width: 100%;
height: 100%;
pointer-events: none; pointer-events: none;
z-index: 0; z-index: 0;
} }
+8 -2
View File
@@ -265,8 +265,14 @@ export default function LoginPage() {
</div> </div>
</div> </div>
<div className="relative z-10 testimonial" style={{ background: "rgba(255,255,255,0.5)", borderRadius: "12px 12px 12px 12px", padding: "16px" }}> <div className="relative z-10 testimonial" style={{ background: "rgba(255,255,255,0.7)", padding: "16px 20px 16px 16px", clipPath: "url(#testimonialClip)" }}>
<div style={{ position: "absolute", right: "-12px", bottom: "24px", width: "24px", height: "24px", borderRadius: "50%", background: "#0a0a0f", zIndex: 1 }} /> <svg width="0" height="0" style={{ position: "absolute" }}>
<defs>
<clipPath id="testimonialClip" clipPathUnits="objectBoundingBox">
<path d="M0,0 L0.92,0 C0.96,0 1,0.03 1,0.08 C1,0.14 0.97,0.22 0.9,0.3 C0.85,0.36 0.83,0.42 0.83,0.5 C0.83,0.58 0.85,0.64 0.9,0.7 C0.97,0.78 1,0.86 1,0.92 C1,0.97 0.96,1 0.92,1 L0,1 Z" />
</clipPath>
</defs>
</svg>
<div className="transition-opacity duration-500" key={testimonialIndex}> <div className="transition-opacity duration-500" key={testimonialIndex}>
<p className="text-sm font-semibold leading-relaxed" style={{ color: "#0a0a0f" }}> <p className="text-sm font-semibold leading-relaxed" style={{ color: "#0a0a0f" }}>
&ldquo;{testimonials[testimonialIndex].text}&rdquo; &ldquo;{testimonials[testimonialIndex].text}&rdquo;