diff --git a/src/App.css b/src/App.module.css
similarity index 100%
rename from src/App.css
rename to src/App.module.css
diff --git a/src/App.tsx b/src/App.tsx
index a111ff31..f6d2d9be 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -1,19 +1,13 @@
-import reactLogo from '@/assets/react.svg';
-
+import { AboutComponent } from './components/about/AboutComponent.tsx';
import { HeaderComponent } from './components/header/Header.component.tsx';
-import './App.css';
+import './App.module.css';
function App() {
return (
<>
-
- Home page
-
-
+ Hi! My name is Oleh, and I'm a Junior Frontend Developer. I am already familiar with main Web Technologies like + React, HTML, CSS, JavaScript and Git version control system. +
++ This page was developed during the course ' + Intro to React' from Masters Academy in 2024. +
+
+ This is a social project from MOCG company where I got an opportunity to work with Frontend mentors and to create my own
+ small project for the portfolio.
+ You can contact me via Telegram and check out my
+ GitHub.
+