Создана новая страница - Представительство в суде
This commit is contained in:
parent
71707e495b
commit
9100de28a4
2 changed files with 368 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ const {
|
|||
title: "Возврат водительских прав",
|
||||
desc: "Вернём права после лишения в кратчайшие сроки. Работаем по всей территории РФ.",
|
||||
icon: "🚗",
|
||||
href: "#services"
|
||||
href: "/services/license-return"
|
||||
},
|
||||
{
|
||||
id: 'card2',
|
||||
|
|
@ -28,7 +28,7 @@ const {
|
|||
title: "ОСАГО/КАСКО",
|
||||
desc: "Споры со страховыми компаниями. Взыскание полного ущерба.",
|
||||
icon: "🛡️",
|
||||
href: "#services"
|
||||
href: "/services/osago"
|
||||
},
|
||||
{
|
||||
id: 'card3',
|
||||
|
|
@ -36,7 +36,7 @@ const {
|
|||
title: "Разбор ДТП",
|
||||
desc: "Полное сопровождение при разборе ДТП. Оспаривание вины.",
|
||||
icon: "🚨",
|
||||
href: "#services"
|
||||
href: "/services/damages"
|
||||
},
|
||||
{
|
||||
id: 'card4',
|
||||
|
|
@ -44,7 +44,7 @@ const {
|
|||
title: "Представительство в суде",
|
||||
desc: "Защита ваших интересов в судах всех инстанций.",
|
||||
icon: "⚖️",
|
||||
href: "#services"
|
||||
href: "/services/court-representation"
|
||||
}
|
||||
] as ServiceCard[]
|
||||
} = Astro.props;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue