feat: add row height control to BentoGrid and remove gradient blobs from StackSection
This commit is contained in:
@@ -8,13 +8,6 @@ export function StackSectionPreview() {
|
||||
|
||||
return (
|
||||
<section className="w-full bg-transparent lg:px-0 py-24 px-6 relative">
|
||||
{/* Gradient Blob Component */}
|
||||
<div
|
||||
className="absolute w-[400px] h-[200px] bg-gradient-to-br from-[#505050] to-[#7e7e7e] rounded-full blur-[150px] bottom-[200px] left-[-150px] z-0"
|
||||
/>
|
||||
<div
|
||||
className="absolute w-[200px] h-[100px] bg-gradient-to-br from-[#505050] to-[#7e7e7e] rounded-full blur-[150px] top-[200px] right-[-150px] z-0"
|
||||
/>
|
||||
<div className="mx-auto max-w-7xl">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-4 lg:gap-16 items-center lg:items-start">
|
||||
{/* Left Column - Text (1/3 width) */}
|
||||
|
Reference in New Issue
Block a user