From c8ccf0b65f95ddd8ddab9fe2285bf029cebda4b1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:43:30 +0000 Subject: [PATCH] Changes --- src/components/HeritageSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HeritageSection.tsx b/src/components/HeritageSection.tsx index 75fce50..5568973 100644 --- a/src/components/HeritageSection.tsx +++ b/src/components/HeritageSection.tsx @@ -30,8 +30,8 @@ const HeritageSection = () => { useEffect(() => { const observerOptions = { - threshold: 0.2, - rootMargin: "0px 0px -50px 0px", + threshold: 0.1, + rootMargin: "0px 0px -100px 0px", }; const heroObserver = new IntersectionObserver((entries) => { @@ -65,10 +65,10 @@ const HeritageSection = () => { {/* Heritage Hero */}