diff --git a/NextJS/121_Into_to_NextJS/first/.eslintrc.json b/NextJS/121_Intro_to_NextJS/first/.eslintrc.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/.eslintrc.json rename to NextJS/121_Intro_to_NextJS/first/.eslintrc.json diff --git a/NextJS/121_Into_to_NextJS/first/.gitignore b/NextJS/121_Intro_to_NextJS/first/.gitignore similarity index 100% rename from NextJS/121_Into_to_NextJS/first/.gitignore rename to NextJS/121_Intro_to_NextJS/first/.gitignore diff --git a/NextJS/121_Into_to_NextJS/first/README.md b/NextJS/121_Intro_to_NextJS/first/README.md similarity index 100% rename from NextJS/121_Into_to_NextJS/first/README.md rename to NextJS/121_Intro_to_NextJS/first/README.md diff --git a/NextJS/121_Into_to_NextJS/first/app/about/page.js b/NextJS/121_Intro_to_NextJS/first/app/about/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/about/page.js rename to NextJS/121_Intro_to_NextJS/first/app/about/page.js diff --git a/NextJS/121_Into_to_NextJS/first/app/contact/page.js b/NextJS/121_Intro_to_NextJS/first/app/contact/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/contact/page.js rename to NextJS/121_Intro_to_NextJS/first/app/contact/page.js diff --git a/NextJS/121_Into_to_NextJS/first/app/favicon.ico b/NextJS/121_Intro_to_NextJS/first/app/favicon.ico similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/favicon.ico rename to NextJS/121_Intro_to_NextJS/first/app/favicon.ico diff --git a/NextJS/121_Into_to_NextJS/first/app/globals.css b/NextJS/121_Intro_to_NextJS/first/app/globals.css similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/globals.css rename to NextJS/121_Intro_to_NextJS/first/app/globals.css diff --git a/NextJS/121_Into_to_NextJS/first/app/layout.js b/NextJS/121_Intro_to_NextJS/first/app/layout.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/layout.js rename to NextJS/121_Intro_to_NextJS/first/app/layout.js diff --git a/NextJS/121_Into_to_NextJS/first/app/page.js b/NextJS/121_Intro_to_NextJS/first/app/page.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/app/page.js rename to NextJS/121_Intro_to_NextJS/first/app/page.js diff --git a/NextJS/121_Into_to_NextJS/first/components/Navbar.js b/NextJS/121_Intro_to_NextJS/first/components/Navbar.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/components/Navbar.js rename to NextJS/121_Intro_to_NextJS/first/components/Navbar.js diff --git a/NextJS/121_Into_to_NextJS/first/jsconfig.json b/NextJS/121_Intro_to_NextJS/first/jsconfig.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/jsconfig.json rename to NextJS/121_Intro_to_NextJS/first/jsconfig.json diff --git a/NextJS/121_Into_to_NextJS/first/next.config.mjs b/NextJS/121_Intro_to_NextJS/first/next.config.mjs similarity index 100% rename from NextJS/121_Into_to_NextJS/first/next.config.mjs rename to NextJS/121_Intro_to_NextJS/first/next.config.mjs diff --git a/NextJS/121_Into_to_NextJS/first/package-lock.json b/NextJS/121_Intro_to_NextJS/first/package-lock.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/package-lock.json rename to NextJS/121_Intro_to_NextJS/first/package-lock.json diff --git a/NextJS/121_Into_to_NextJS/first/package.json b/NextJS/121_Intro_to_NextJS/first/package.json similarity index 100% rename from NextJS/121_Into_to_NextJS/first/package.json rename to NextJS/121_Intro_to_NextJS/first/package.json diff --git a/NextJS/121_Into_to_NextJS/first/postcss.config.js b/NextJS/121_Intro_to_NextJS/first/postcss.config.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/postcss.config.js rename to NextJS/121_Intro_to_NextJS/first/postcss.config.js diff --git a/NextJS/121_Into_to_NextJS/first/public/next.svg b/NextJS/121_Intro_to_NextJS/first/public/next.svg similarity index 100% rename from NextJS/121_Into_to_NextJS/first/public/next.svg rename to NextJS/121_Intro_to_NextJS/first/public/next.svg diff --git a/NextJS/121_Into_to_NextJS/first/public/vercel.svg b/NextJS/121_Intro_to_NextJS/first/public/vercel.svg similarity index 100% rename from NextJS/121_Into_to_NextJS/first/public/vercel.svg rename to NextJS/121_Intro_to_NextJS/first/public/vercel.svg diff --git a/NextJS/121_Into_to_NextJS/first/tailwind.config.js b/NextJS/121_Intro_to_NextJS/first/tailwind.config.js similarity index 100% rename from NextJS/121_Into_to_NextJS/first/tailwind.config.js rename to NextJS/121_Intro_to_NextJS/first/tailwind.config.js