diff --git a/src/app/page.tsx b/src/app/page.tsx index d33f4cc..8c1b35b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,10 @@ export default function Home() { const bagIcon = ; const pieceIcon = ; const emptyCartIcon = ; + + const safeBottom = getComputedStyle(document.documentElement).getPropertyValue('--safe-bottom'); + console.log('Safe Bottom:', safeBottom); + return (