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:
@@ -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
|
||||
|
Reference in New Issue
Block a user