Skip to content

Commit e5484e6

Browse files
style(landing): reduced hero padding and added grid background
1 parent e48935e commit e5484e6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

frontend/app/page.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ export default function LandingPage() {
2222

2323
<main>
2424
{/* Hero Section */}
25-
<section className="pt-48 pb-20 px-4 md:px-8 relative overflow-hidden">
25+
<section className="pt-32 pb-20 px-4 md:px-8 relative overflow-hidden">
26+
<div className="absolute inset-0 bg-[url('https://grainy-gradients.vercel.app/noise.svg')] opacity-20 brightness-100 contrast-150 mix-blend-overlay"></div>
27+
<div className="absolute inset-0 bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:24px_24px]"></div>
2628
<div className="absolute top-0 right-0 w-[600px] h-[600px] bg-blue-600/10 blur-[120px] rounded-full -mr-32 -mt-32 pointer-events-none" />
2729

28-
<div className="max-w-7xl mx-auto text-center space-y-12">
30+
<div className="max-w-7xl mx-auto text-center space-y-12 relative z-10">
2931
<motion.div
3032
initial={{ opacity: 0, scale: 0.9 }}
3133
animate={{ opacity: 1, scale: 1 }}

0 commit comments

Comments
 (0)