diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 70b22ae..b8870d4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -34,9 +34,7 @@ export default function AboutPage() { { name: "Контакти", id: "contact" }, ]} button={{ - text: "Запазете час", - href: "/booking", - }} + text: "Запазете час", href: "/booking"}} /> @@ -44,15 +42,11 @@ export default function AboutPage() {