Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Register.jsx
Browse files- frontend/src/pages/Register.jsx +13 -22
frontend/src/pages/Register.jsx
CHANGED
|
@@ -94,29 +94,20 @@ export const Register = () => {
|
|
| 94 |
{/* Value Proposition */}
|
| 95 |
<div className="z-10 max-w-md text-left animate-slide-up" style={{ animationDelay: '100ms' }}>
|
| 96 |
|
| 97 |
-
{/*
|
| 98 |
-
<div className="
|
| 99 |
-
|
| 100 |
-
<
|
| 101 |
-
|
| 102 |
-
{/* Main Showcase Container */}
|
| 103 |
-
<div className="relative rounded-3xl bg-white border border-slate-100 shadow-xl shadow-slate-200/60 p-6 flex flex-col items-center justify-center overflow-hidden">
|
| 104 |
-
|
| 105 |
-
{/* Top Pill Badge */}
|
| 106 |
-
<div className="self-start inline-flex items-center gap-2 px-3 py-1 rounded-full bg-blue-50 border border-blue-200/60 text-blue-700 text-xs font-semibold mb-1 shadow-xs">
|
| 107 |
-
<span className="w-2 h-2 rounded-full bg-blue-600 animate-pulse"></span>
|
| 108 |
-
<span>Enterprise Security Suite</span>
|
| 109 |
-
</div>
|
| 110 |
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
</div>
|
| 120 |
</div>
|
| 121 |
|
| 122 |
<h2 className="text-3xl font-bold text-slate-900 mb-4 leading-tight">Secure your infrastructure with confidence.</h2>
|
|
|
|
| 94 |
{/* Value Proposition */}
|
| 95 |
<div className="z-10 max-w-md text-left animate-slide-up" style={{ animationDelay: '100ms' }}>
|
| 96 |
|
| 97 |
+
{/* Top Pill Badge */}
|
| 98 |
+
<div className="inline-flex items-center gap-2 px-3.5 py-1.5 rounded-full bg-blue-50 border border-blue-200/60 text-blue-700 text-xs font-semibold mb-6 shadow-xs">
|
| 99 |
+
<span className="w-2 h-2 rounded-full bg-blue-600 animate-pulse"></span>
|
| 100 |
+
<span>Enterprise Security Suite</span>
|
| 101 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
+
{/* Seamless 3D Shield Podium Graphic with Radial Mask */}
|
| 104 |
+
<div className="mb-6 flex justify-center lg:justify-start relative group">
|
| 105 |
+
<div className="absolute inset-0 bg-blue-500/10 rounded-full blur-2xl transform scale-75 group-hover:scale-90 transition-transform duration-500"></div>
|
| 106 |
+
<img
|
| 107 |
+
src="/shield-3d-podium.png"
|
| 108 |
+
alt="LarShield Enterprise 3D Podium"
|
| 109 |
+
className="w-80 max-w-full h-auto object-contain mix-blend-multiply drop-shadow-xl relative z-10 transform group-hover:scale-105 transition-transform duration-500 [mask-image:radial-gradient(circle_at_center,black_65%,transparent_98%)]"
|
| 110 |
+
/>
|
|
|
|
| 111 |
</div>
|
| 112 |
|
| 113 |
<h2 className="text-3xl font-bold text-slate-900 mb-4 leading-tight">Secure your infrastructure with confidence.</h2>
|