feat: Add X/Twitter contact button and update route names to English

This commit is contained in:
danielvici123
2025-05-16 01:12:47 +02:00
parent 8ec2dc6506
commit 9566cf1980
6 changed files with 100 additions and 25 deletions

View File

@@ -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
}
]