diff --git a/src/App.jsx b/src/App.jsx index 7e8d1d4..941a9c5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -78,7 +78,7 @@ const App = () => { fontWeight: 600, fontSize: '0.95rem', cursor: 'pointer', - textTransform: 'uppercase', + textTransform: 'none', letterSpacing: 0.5, transition: 'color 0.2s ease', '&:hover': { color: '#d7b16a' },