changed home to Home

This commit was merged in pull request #16.
This commit is contained in:
victorAnumudu
2024-02-22 19:29:28 +01:00
parent 86a2118816
commit f33b6635e5
+1 -1
View File
@@ -25,7 +25,7 @@ function Service() {
<HeroNews
title="Services"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/service', title: 'Service' },
]}
/>