diff --git a/app/page.tsx b/app/page.tsx index 0ef7e85..68c844e 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -36,7 +36,7 @@ function HomeContent() { const [bitcoinPrice, setBitcoinPrice] = useState(0); const previousPriceRef = useRef(0); const [priceDirection, setPriceDirection] = useState(null); - const [holding] = useState(8584); + const [holding] = useState(8692); const [holdingValue, setHoldingValue] = useState(0); // Calculate display length based on holding value