mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 21:51:26 +00:00
feat: Add X/Twitter contact button and update route names to English
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user