Files
Portfolio/src/i18n/locales-old/en/seo-content.ts
T
damjan_savicandClaude Opus 4.5 b1ec7b4d61 Migrate from Vite to Next.js 15 with SSR
- Replace Vite + React Router with Next.js 15 App Router
- Implement i18n with next-intl (URL-based: /de, /en, /sr)
- Add SSR/SSG for all pages (48 static pages generated)
- Setup Supabase SSR client for auth
- Migrate all pages: Home, About, Portfolio, Blog, Contact, Login, Dashboard, Imprint, Privacy, Terms
- Add Docker support with standalone output
- Replace i18next with next-intl JSON translations
- Use next/image for optimized images

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 01:00:33 +01:00

100 lines
6.1 KiB
TypeScript

export const seoContent = {
hero: {
title: "Damjan Savić | Fullstack, IoT & AI Developer",
subtitle: "Scalable Software Solutions with IoT and AI Integration",
description: "As a fullstack developer from Cologne, Damjan Savić specializes in building scalable software solutions with IoT and AI integration.",
cta: {
primary: "View Projects",
secondary: "Work with Damjan Savić"
}
},
services: {
title: "IT Services by Damjan Savić - Senior Developer & Consultant",
subtitle: "Custom Enterprise Solutions & Digital Transformation by Damjan Savić",
items: {
backend: {
title: "Enterprise Backend Development by Damjan Savić | Python & Cloud Architecture",
description: "Damjan Savić develops scalable backend systems with Python, FastAPI, and Django. As an experienced Cloud Architect, Damjan Savić implements microservices, RESTful APIs, and event-driven architectures for enterprise applications.",
keywords: ["Backend Developer Cologne", "Python Developer Germany", "API Development FastAPI", "Microservices Developer", "Django Developer Europe", "Cloud Architecture"]
},
frontend: {
title: "Modern Frontend Development by Damjan Savić | React, TypeScript & Next.js",
description: "Damjan Savić creates modern, performant frontend solutions with React, TypeScript, and Next.js. Specializing in enterprise UI/UX, Progressive Web Apps, and accessible web applications, Damjan Savić delivers future-proof interfaces.",
keywords: ["React Developer Germany", "Frontend Developer Cologne", "Next.js Developer Europe", "TypeScript React Developer", "Progressive Web App Development", "JavaScript Developer"]
},
ai: {
title: "AI & Machine Learning Integration by Damjan Savić | OLLAMA & LLM Expert",
description: "Damjan Savić integrates artificial intelligence into your business processes. As an AI specialist, Damjan Savić implements OLLAMA, Large Language Models, and Machine Learning solutions for automation, data analysis, and intelligent systems.",
keywords: ["OLLAMA AI Integration", "Machine Learning Germany", "LLM Integration", "AI Developer Cologne", "NLP Development", "Python AI Development"]
},
erp: {
title: "ERP & System Integration by Damjan Savić | SAP, Dynamics & Custom Solutions",
description: "Damjan Savić seamlessly connects your enterprise systems. With expertise in SAP, Microsoft Dynamics, and custom ERP solutions, Damjan Savić optimizes your business processes through intelligent integration and automation.",
keywords: ["ERP System Integration", "SAP Integration Germany", "Business Automation", "System Integration Specialist", "Enterprise Software Developer", "B2B Software Development"]
},
ecommerce: {
title: "E-Commerce Solutions by Damjan Savić | Shopify, WooCommerce & Custom Shops",
description: "Damjan Savić develops powerful e-commerce platforms. From Shopify customizations to custom online shops, Damjan Savić delivers scalable solutions with payment integration, inventory management, and multi-channel distribution.",
keywords: ["E-Commerce Developer Germany", "Shopify Developer", "WooCommerce Integration", "Online Shop Development", "Payment Gateway Integration", "E-Commerce Solutions"]
},
automation: {
title: "Business Process Automation by Damjan Savić | RPA & Workflow Optimization",
description: "Damjan Savić automates your business processes intelligently. Using Python, RPA tools, and custom workflows, Damjan Savić increases efficiency, reduces errors, and accelerates your digital transformation.",
keywords: ["Process Automation Germany", "Python Automation Developer", "RPA Development", "Workflow Automation", "Business Process Automation", "Task Automation"]
}
}
},
skills: {
title: "Technology Stack",
categories: {
languages: {
title: "Programming Languages",
items: ["Python", "JavaScript", "TypeScript", "SQL", "Bash", "Go"]
},
backend: {
title: "Backend Technologies",
items: ["FastAPI", "Django", "Node.js", "Express", "PostgreSQL", "MongoDB", "Redis", "GraphQL", "gRPC"]
},
frontend: {
title: "Frontend Technologies",
items: ["React", "Next.js", "Vue.js", "Tailwind CSS", "Material-UI", "Framer Motion", "Redux", "Zustand"]
},
ai: {
title: "AI/ML Tools",
items: ["OLLAMA", "LangChain", "OpenAI API", "Hugging Face", "TensorFlow", "PyTorch", "Scikit-learn", "Pandas"]
},
devops: {
title: "DevOps & Cloud",
items: ["Docker", "Kubernetes", "AWS", "Azure", "CI/CD", "Git", "Linux", "Terraform", "Jenkins"]
}
}
},
cta: {
title: "Ready for Your Next Project with Damjan Savić?",
description: "Damjan Savić transforms your ideas into reality. From conception to implementation, Damjan Savić delivers professional solutions.",
button: "Contact Damjan Savić - Free Initial Consultation"
},
testimonials: {
title: "What Clients Say About Damjan Savić",
items: [
{
text: "Damjan Savić transformed our legacy Python scripts into a modern cloud-native application. The automation solution by Damjan Savić saves us 4 hours of manual work daily.",
author: "Michael Schmidt",
role: "CTO, TechStart GmbH",
keywords: ["Damjan Savić Python Automation", "Cloud Migration Damjan Savić"]
},
{
text: "The OLLAMA integration implemented by Damjan Savić enables AI features without cloud costs. Privacy and performance of Damjan Savić's solution are first-class.",
author: "Sarah Weber",
role: "Product Owner, DataSec AG",
keywords: ["Damjan Savić OLLAMA Integration", "AI Privacy Damjan Savić"]
},
{
text: "Working with Damjan Savić on our e-commerce platform was excellent. The custom solutions by Damjan Savić increased our conversion rate by 35%.",
author: "Thomas Müller",
role: "CEO, ShopPro Solutions",
keywords: ["Damjan Savić E-Commerce", "Conversion Optimization Damjan Savić"]
}
]
}
}