From b384dc0674e8fa24151070fa1d30fc11c50abf09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:42:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd481e..5e906df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,13 +13,16 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { const [showTitle, setShowTitle] = useState(true); + const [showBlur, setShowBlur] = useState(true); useEffect(() => { const handleScroll = () => { if (window.scrollY > 100) { setShowTitle(false); + setShowBlur(false); } else { setShowTitle(true); + setShowBlur(true); } }; window.addEventListener("scroll", handleScroll); @@ -40,7 +43,7 @@ export default function LandingPage() { headingFontWeight="normal" > -