From d85591302486c2e6ae240fdf7c757fc4a7d8dc2d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:51:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cef18c7..832f373 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() {
@@ -184,9 +184,10 @@ export default function LandingPage() { ], }, ]} + className="animate-reveal-blur" /> ); -} +} \ No newline at end of file -- 2.49.1