diff --git a/src/app/page.tsx b/src/app/page.tsx index 4663ec8..08a3dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Контакт", id: "contact" }, ]} button={{ - text: "Позови", href: "tel:046256961"}} + text: "Позови", href: "tel:046256961" + }} /> @@ -59,7 +60,8 @@ export default function LandingPage() { @@ -147,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file