We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149ef12 commit 30e45fdCopy full SHA for 30e45fd
1 file changed
src/app/components/home/gallery/gallery.component.ts
@@ -46,19 +46,19 @@ export class GalleryComponent implements OnInit {
46
src: './assets/cyber-security.avif',
47
title: 'Cyber Security',
48
description: 'Learn more about our cyber security services',
49
- link: '/cyber-security'
+ link: '/services/cyber-security'
50
},
51
{
52
src: 'assets/digital-strategy.avif',
53
title: 'Digital Strategy',
54
description: 'Explore our digital strategy solutions',
55
- link: '/digital-strategy'
+ link: '/services/digital-strategy'
56
57
58
src: 'assets/software-development.avif',
59
title: 'Software Development',
60
description: 'Discover our software development expertise',
61
- link: '/software-development'
+ link: '/services/software-development'
62
}
63
];
64
0 commit comments