diff --git a/src/app/page.tsx b/src/app/page.tsx index f477967..148d50c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,9 +142,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2" imageAlt="Интерьер Бравого Барбершопа" buttonText="Записаться" - buttons={[ - { text: "☎ Позвонить: +7 (705) 409-00-11", onClick: () => window.location.href = "tel:+77054090011" } - ]} inputs={[ { name: "name", type: "text", placeholder: "Ваше имя", required: true }, { name: "phone", type: "tel", placeholder: "+7 (705) 409-00-11", required: true },