From dbf9f67c94eb9cb54a2c3debffa5adfa1709a7c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:13:15 +0000 Subject: [PATCH] Update src/app/calculator/page.tsx --- src/app/calculator/page.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/app/calculator/page.tsx b/src/app/calculator/page.tsx index fa71acd..552b633 100644 --- a/src/app/calculator/page.tsx +++ b/src/app/calculator/page.tsx @@ -85,7 +85,7 @@ export default function CalculatorPage() { navItems={[ { name: "Главная", id: "/" }, { name: "Услуги", id: "/services" }, - { name: "Результаты", id: "/#comparison" }, + { name: "Наши работы", id: "/#our-works" }, { name: "Калькулятор", id: "/calculator" }, { name: "О нас", id: "/#process" }, { name: "Контакты", id: "/#contact" } @@ -114,24 +114,21 @@ export default function CalculatorPage() { @@ -141,8 +138,7 @@ export default function CalculatorPage() {