diff --git a/components/ui/decorations/TrenchLines.tsx b/components/ui/decorations/TrenchLines.tsx index 1f9046699..cc3af92d6 100644 --- a/components/ui/decorations/TrenchLines.tsx +++ b/components/ui/decorations/TrenchLines.tsx @@ -14,7 +14,8 @@ export function TrenchLines() { }); // Map progress to vertical position - const yPosition = useTransform(smoothProgress, [0, 1], ['0%', '100%']); + const yPosition = useTransform(smoothProgress, [0, 1], ['-15vh', '100vh']); + const yPositionMarker = useTransform(smoothProgress, [0, 1], ['-15vh', '100vh']); const [mounted, setMounted] = useState(false); @@ -30,12 +31,12 @@ export function TrenchLines() {
{/* Subtle digging pulse marker */}
@@ -43,12 +44,12 @@ export function TrenchLines() {
{/* Subtle digging pulse marker */}