From 6a07f699983bb97da0cda6f587e2070211e43f4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:20:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) 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 -- 2.49.1