Update src/app/page.tsx
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user