I created a landing page for my project using v0. Everything was workign fine including the link people could visit to see the landing page demo. Then I started trying to push the code to my github and integrate it with my github page and then everything started to fail.
I currently have disconnected github from versel backend but here's the error I get on v0 when I try to deploy. " 1. Failed to deploy block to Vercel"
When I go to versel and try to deploy my project from there, I also get an error with more details.

Failed to compile.
16:23:00.124
16:23:00.124
./components/bitcoin-dca-calculator.tsx
16:23:00.124
7:10 Error: 'Button' is defined but never used. @typescript-eslint/no-unused-vars
16:23:00.124
193:48 Error: Unexpected any. Specify a different type. @typescript-eslint/no-explicit-any
16:23:00.124
197:56 Error: 'name' is defined but never used. @typescript-eslint/no-unused-vars
16:23:00.124
16:23:00.124
./components/bitcoin-education.tsx
16:23:00.125
26:11 Error: 'language' is assigned a value but never used. @typescript-eslint/no-unused-vars
16:23:00.125
16:23:00.125
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
16:23:00.173
Error: Command "npm run build" exited with 1
16:23:00.847I'm on day two of trying to figure this out and still stuck. please help.
