diff --git a/package.json b/package.json index e9d03e1..acab5d3 100644 --- a/package.json +++ b/package.json @@ -13,20 +13,20 @@ "@fontsource/instrument-sans": "^5.1.1", "@studio-freight/lenis": "^1.0.42", "framer-motion": "^12.4.7", - "next": "15.1.7", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "next": "14.1.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-intersection-observer": "^9.15.1" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", - "@types/react": "^19", - "@types/react-dom": "^19", + "@types/react": "^18", + "@types/react-dom": "^18", "postcss": "^8", "tailwindcss": "^3.4.1", - "eslint": "^9", - "eslint-config-next": "15.1.7", + "eslint": "^8", + "eslint-config-next": "14.1.0", "@eslint/eslintrc": "^3" } } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index dbf2060..a6155c4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -98,7 +98,7 @@ const GermanyText = () => { setTheme('black')} className={theme === 'black' ? 'ring-1 ring-white/20' : ''} @@ -106,7 +106,7 @@ const GermanyText = () => { setTheme('red')} className={theme === 'red' ? 'ring-1 ring-white/20' : ''} @@ -114,7 +114,7 @@ const GermanyText = () => { setTheme('gold')} className={theme === 'gold' ? 'ring-1 ring-white/20' : ''}