Skip to content

Commit 8de4522

Browse files
authored
Update Hero.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent d739ac7 commit 8de4522

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Hero.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const Hero: React.FC = () => {
2121
return (
2222
<section className="relative flex flex-col items-center justify-center min-h-[calc(100vh-4rem)] py-12 sm:py-16 overflow-hidden">
2323
{/* Background layers */}
24-
<div className="absolute inset-0 bg-stars bg-cover bg-center opacity-30"></div>
2524
<div className="absolute inset-0 bg-glow-radial"></div>
2625

2726
<div className="container relative z-10 px-4 mx-auto text-center max-w-6xl">

0 commit comments

Comments
 (0)