diff --git a/app/about/page.tsx b/app/about/page.tsx index ebe0aa9..7feb6f5 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -4,12 +4,13 @@ export default function About() {

About

-
+

- Welcome to our Tool Website! This platform provides a collection of useful web-based tools + Welcome to my Tool Website! This Website provides a collection of useful web-based tools designed to help you with various tasks. All tools run directly in your browser, ensuring - your data stays private and secure. + your data stays private and secure. This Website is hosted on Vercel and Open Source. + The Source Code is available on GitHub (link below).

Features

@@ -21,11 +22,57 @@ export default function About() {

Privacy

-

+

All tools operate entirely in your browser. No data is sent to external servers (except for explicitly shared URLs in bookmarks). Your data remains on your device and is stored only in your browser's local storage.

+ +

Developer

+
+

+ This website is developed and maintained by danielvici123. If you find these tools helpful, + you can support the development or check out other projects through the links below: +

+ + +
diff --git a/app/coming_soon/page.tsx b/app/coming_soon/page.tsx new file mode 100644 index 0000000..472f07a --- /dev/null +++ b/app/coming_soon/page.tsx @@ -0,0 +1,28 @@ +export default function ComingSoon() { + return ( +
+
+

Coming Soon

+ +
+
+

+ This project is maintained and developed by me as an individual developer. + New functions and tools will be added as time and inspiration allow. +

+ +

+ Since I develop this project in my free time, there is no fixed schedule for new features. + Instead, I add new tools and functions when I have a good idea and the time allows. +

+ +

+ If you have suggestions for new tools or features, you can submit them via GitHub + or contact me directly. I welcome any feedback and suggestions! +

+
+
+
+
+ ) +} \ No newline at end of file diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 5613f5e..58fe767 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -9,7 +9,7 @@ export default function Navbar() {
{/* Spacer */} - START + HOME
diff --git a/app/bildconverter/page.tsx b/app/img_converter/page.tsx similarity index 100% rename from app/bildconverter/page.tsx rename to app/img_converter/page.tsx diff --git a/app/page.tsx b/app/page.tsx index b14e833..6f733a8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -23,18 +23,18 @@ export default function Home() { const tools = [ { name: 'Password Generator', - file: '/passwortgenerator', + file: '/password', description: 'Create secure passwords with custom options', }, { name: 'Image Converter', - file: '/bildconverter', + file: '/img_converter', description: 'Convert images between different formats', }, { name: 'More Coming Soon', - file: '/about', - description: 'Stay tuned for new tools!', + file: '/coming_soon', + description: 'Erfahre mehr über zukünftige Features', isComingSoon: true } ] diff --git a/app/passwortgenerator/page.tsx b/app/password/page.tsx similarity index 69% rename from app/passwortgenerator/page.tsx rename to app/password/page.tsx index d7c3955..5c05fe0 100644 --- a/app/passwortgenerator/page.tsx +++ b/app/password/page.tsx @@ -27,13 +27,13 @@ export default function PasswordGenerator() { return (
-

Passwort Generator

+

Password Generator

-
-
+
+
-
{password && (
-