Enhance Services page by implementing detailed service descriptions and benefits. Update routing for service links to include specific service IDs for improved navigation. Add scroll margin for header offset to ensure proper visibility when navigating to sections.

This commit is contained in:
becarta
2025-05-23 13:02:36 +02:00
parent a544759a3b
commit 8a3507dce0
3 changed files with 214 additions and 47 deletions

View File

@@ -52,7 +52,7 @@ import { t } from '../utils/i18n';
<!-- Learn more link -->
<div class="mt-6">
<a
href="/services"
href={`/services#${service.id}`}
class="inline-flex items-center text-primary hover:text-primary/80 font-medium text-sm group-hover:translate-x-1 transition-all duration-200"
>
Learn more