We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d739ac7 commit 8de4522Copy full SHA for 8de4522
src/components/Hero.tsx
@@ -21,7 +21,6 @@ const Hero: React.FC = () => {
21
return (
22
<section className="relative flex flex-col items-center justify-center min-h-[calc(100vh-4rem)] py-12 sm:py-16 overflow-hidden">
23
{/* Background layers */}
24
- <div className="absolute inset-0 bg-stars bg-cover bg-center opacity-30"></div>
25
<div className="absolute inset-0 bg-glow-radial"></div>
26
27
<div className="container relative z-10 px-4 mx-auto text-center max-w-6xl">
0 commit comments