Add IT services section and update navigation and contact options: Introduced a new IT-Dienstleistungen link in the header, added multiple IT service options in the contact form, and created a dedicated IT services section on the index page with detailed descriptions and call-to-action buttons. Enhanced CSS for better layout of service actions.

This commit is contained in:
𝓜𝓪𝓬𝓮™
2026-04-08 14:36:37 +02:00
parent 03f3648de1
commit df705701f0
5 changed files with 203 additions and 0 deletions

View File

@@ -10,3 +10,8 @@
color: var(--primary-color);
background: rgba(255, 81, 249, 0.08);
}
.it-services-actions {
justify-content: center;
margin-top: 2rem;
}