This commit is contained in:
2024-09-22 16:26:48 +03:00
parent 820aff3d83
commit f6d3e5eb09
10 changed files with 95 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ useSeoMeta({
<main>
<about-company></about-company>
<services></services>
<clients></clients>
<map-view></map-view>
</main>
<k-footer></k-footer>
@@ -51,5 +52,11 @@ p:not(:last-of-type) {
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
color: #84cc16;
transition: color .2s;
&:hover {
color: #65a30d;
}
}
</style>