changed home text to Home

This commit is contained in:
victorAnumudu
2024-02-22 19:30:54 +01:00
parent d913e58f3f
commit ce70aceff9
+1 -1
View File
@@ -27,7 +27,7 @@ function Service() {
<HeroNews <HeroNews
title="Services" title="Services"
breadcrumb={[ breadcrumb={[
{ link: '/', title: 'home' }, { link: '/', title: 'Home' },
{ link: '/service', title: 'Service' }, { link: '/service', title: 'Service' },
]} ]}
/> />