Update src/app/page.tsx

This commit is contained in:
2026-03-05 17:17:27 +00:00
parent 4dd41eb734
commit 5ef9c0ca09

View File

@@ -142,6 +142,9 @@ 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 },