Skip to content

Commit 9c1c7b6

Browse files
feat: Integrate tiles into hero section
Integrate the tiles into the hero section and make it full viewport.
1 parent 79c2d26 commit 9c1c7b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/landing/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ interface HeroSectionProps {
99

1010
export const HeroSection = ({ scrollY, onRedirectToDashboard }: HeroSectionProps) => {
1111
return (
12-
<section className="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative py-12">
13-
{/* Animated Grid Background */}
12+
<section className="h-screen flex items-center justify-center bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative">
13+
{/* Grid Pattern Background */}
1414
<div className="absolute inset-0 bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px] animate-pulse"></div>
1515

1616
{/* Floating Icons */}

0 commit comments

Comments
 (0)