diff --git a/.eslintrc.json b/.eslintrc.json index 73de4f1..24dd5bf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,6 +9,9 @@ }, "rules": { "semi": 0, - "no-extra-semi": ["error", "never"] + "no-extra-semi": ["error"], + "react/react-in-jsx-scope": "off", + "max-len": "off", + "react/no-unescaped-entities": 0 } } diff --git a/app/about/page.tsx b/app/about/page.tsx index ad0c12b..288328d 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,7 +1,60 @@ +import Link from 'next/link'; + export default function About() { return (
- About page +
+

About Mini Media Converter (Mini-MC)

+

Mini Media Converter, affectionately known as Mini-MC, is a versatile and robust software designed to empower users with seamless multimedia conversion capabilities. MiniMC excels at transforming various media formats, catering to a wide range of needs for image, video, and audio files. This open-source gem effortlessly handles the conversion of images, videos, and audio files with utmost efficiency.

+

Key Features:

+ +

With Mini-MC, you have a powerful, user-friendly, and privacy-conscious media converter at your disposal. Whether you need to adapt your media for different devices or simply want to enjoy your content in a preferred format, Mini Media Converter is your trusted solution, offered to you completely free of charge.

+

You can also Download Mini-MC for Google Chrome as an extension today and experience the freedom to convert your media files effortlessly and securely. It's your go-to tool for all your multimedia conversion needs.

+
+

Authors:

+
+ Derenik Khachatryan + + GitHub + +
+
+ Andrey Arakelyan + + GitHub + +
+
+
+ + Web version source code on GitHub + + + Google Chrome Extension version source code on GitHub + +
+
); }