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 */}
{/* Image */}