Spaces:
Build error
Build error
Upload components/Hero.jsx with huggingface_hub
Browse files- components/Hero.jsx +0 -3
components/Hero.jsx
CHANGED
|
@@ -4,7 +4,6 @@ import { ArrowRight, Zap, Layers, Brain } from 'lucide-react';
|
|
| 4 |
export default function Hero() {
|
| 5 |
return (
|
| 6 |
<section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-slate-900 pt-20">
|
| 7 |
-
{/* Background Elements */}
|
| 8 |
<div className="absolute inset-0 overflow-hidden">
|
| 9 |
<div className="absolute -top-[30%] -left-[10%] w-[70%] h-[70%] rounded-full bg-purple-600/20 blur-[120px] animate-float"></div>
|
| 10 |
<div className="absolute top-[20%] -right-[10%] w-[60%] h-[60%] rounded-full bg-blue-600/20 blur-[100px] animate-float" style={{ animationDelay: '2s' }}></div>
|
|
@@ -47,7 +46,6 @@ export default function Hero() {
|
|
| 47 |
</div>
|
| 48 |
</motion.div>
|
| 49 |
|
| 50 |
-
{/* Features Grid */}
|
| 51 |
<motion.div
|
| 52 |
className="grid grid-cols-1 md:grid-cols-3 gap-8 mt-24"
|
| 53 |
initial={{ opacity: 0, y: 40 }}
|
|
@@ -85,7 +83,6 @@ export default function Hero() {
|
|
| 85 |
</motion.div>
|
| 86 |
</div>
|
| 87 |
|
| 88 |
-
{/* Scroll Indicator */}
|
| 89 |
<motion.div
|
| 90 |
className="absolute bottom-10 left-1/2 transform -translate-x-1/2"
|
| 91 |
animate={{ y: [0, 10, 0] }}
|
|
|
|
| 4 |
export default function Hero() {
|
| 5 |
return (
|
| 6 |
<section className="relative min-h-screen flex items-center justify-center overflow-hidden bg-slate-900 pt-20">
|
|
|
|
| 7 |
<div className="absolute inset-0 overflow-hidden">
|
| 8 |
<div className="absolute -top-[30%] -left-[10%] w-[70%] h-[70%] rounded-full bg-purple-600/20 blur-[120px] animate-float"></div>
|
| 9 |
<div className="absolute top-[20%] -right-[10%] w-[60%] h-[60%] rounded-full bg-blue-600/20 blur-[100px] animate-float" style={{ animationDelay: '2s' }}></div>
|
|
|
|
| 46 |
</div>
|
| 47 |
</motion.div>
|
| 48 |
|
|
|
|
| 49 |
<motion.div
|
| 50 |
className="grid grid-cols-1 md:grid-cols-3 gap-8 mt-24"
|
| 51 |
initial={{ opacity: 0, y: 40 }}
|
|
|
|
| 83 |
</motion.div>
|
| 84 |
</div>
|
| 85 |
|
|
|
|
| 86 |
<motion.div
|
| 87 |
className="absolute bottom-10 left-1/2 transform -translate-x-1/2"
|
| 88 |
animate={{ y: [0, 10, 0] }}
|