Files
Portfolio/src/i18n/locales/de/seo-content.ts
T

94 lines
4.0 KiB
TypeScript

export const seoContent = {
hero: {
title: "Damjan Savić - Fullstack Entwickler",
subtitle: "Python, JavaScript & KI Spezialist",
description: "Entwicklung moderner Webanwendungen, Automatisierungslösungen und KI-Integration mit OLLAMA",
cta: {
primary: "Projekte ansehen",
secondary: "Kontakt aufnehmen"
}
},
services: {
title: "Meine Expertise",
subtitle: "Spezialisiert auf moderne Technologien und Lösungen",
items: {
backend: {
title: "Backend Entwicklung mit Python & Node.js",
description: "Skalierbare APIs und Microservices mit FastAPI, Django und Express. Fokus auf Performance und Clean Architecture.",
keywords: ["Python Backend", "FastAPI", "Django", "Node.js", "REST API", "GraphQL"]
},
frontend: {
title: "Frontend Development mit React & Next.js",
description: "Moderne, responsive Webanwendungen mit React, Next.js und TypeScript. SEO-optimiert und performant.",
keywords: ["React", "Next.js", "TypeScript", "Tailwind CSS", "Redux", "SPA"]
},
ai: {
title: "KI/ML Integration mit OLLAMA",
description: "Lokale KI-Lösungen mit OLLAMA für Datenschutz und Kosteneffizienz. Custom LLM-Integration für Ihre Anwendungen.",
keywords: ["OLLAMA", "KI Integration", "Machine Learning", "LLM", "AI Development", "NLP"]
},
erp: {
title: "ERP System Integration & Entwicklung",
description: "Nahtlose Integration von ERP-Systemen. Custom-Module und Automatisierung von Geschäftsprozessen.",
keywords: ["ERP Integration", "SAP", "Odoo", "Business Automation", "System Integration"]
},
ecommerce: {
title: "E-Commerce & Onlineshop Lösungen",
description: "Entwicklung und Optimierung von E-Commerce-Plattformen. Performance-Optimierung und Conversion-Steigerung.",
keywords: ["E-Commerce", "Shopify", "WooCommerce", "Payment Integration", "Shop-Systeme"]
},
automation: {
title: "Prozessautomatisierung & Workflow Optimierung",
description: "Automatisierung repetitiver Aufgaben mit Python. RPA und Custom-Automation-Tools für Effizienzsteigerung.",
keywords: ["Prozessautomatisierung", "Python Automation", "RPA", "Workflow", "Selenium", "Task Automation"]
}
}
},
skills: {
title: "Technologie-Stack",
categories: {
languages: {
title: "Programmiersprachen",
items: ["Python", "JavaScript", "TypeScript", "SQL", "Bash"]
},
backend: {
title: "Backend Technologies",
items: ["FastAPI", "Django", "Node.js", "Express", "PostgreSQL", "MongoDB", "Redis"]
},
frontend: {
title: "Frontend Technologies",
items: ["React", "Next.js", "Vue.js", "Tailwind CSS", "Material-UI", "Framer Motion"]
},
ai: {
title: "AI/ML Tools",
items: ["OLLAMA", "LangChain", "OpenAI API", "Hugging Face", "TensorFlow", "PyTorch"]
},
devops: {
title: "DevOps & Tools",
items: ["Docker", "Kubernetes", "AWS", "CI/CD", "Git", "Linux"]
}
}
},
cta: {
title: "Bereit für Ihr nächstes Projekt?",
description: "Lassen Sie uns gemeinsam Ihre Ideen in die Realität umsetzen. Von der Konzeption bis zur Implementierung.",
button: "Kostenloses Erstgespräch vereinbaren"
},
testimonials: {
title: "Was Kunden sagen",
items: [
{
text: "Damjan hat unsere Python-Skripte in eine moderne Web-App transformiert. Die Automatisierung spart uns täglich 4 Stunden Arbeit.",
author: "Michael Schmidt",
role: "CTO, TechStart GmbH",
keywords: ["Python Automatisierung", "Web App Entwicklung"]
},
{
text: "Die OLLAMA-Integration ermöglicht uns KI-Features ohne Cloud-Kosten. Datenschutz und Performance sind erstklassig.",
author: "Sarah Weber",
role: "Product Owner, DataSec AG",
keywords: ["OLLAMA Integration", "Datenschutz KI"]
}
]
}
}