добавлена форма заявки тестовая, тестовая сттраница crm база данных
Some checks failed
Auto Deploy / deploy (push) Failing after 45s

This commit is contained in:
deonisii
2026-04-17 16:10:29 +03:00
parent b4325ec1fa
commit 64e8a4427d
15 changed files with 2051 additions and 45 deletions

View File

@@ -1,5 +1,6 @@
import Link from "next/link";
import Image from "next/image";
import LeadForm from "@/components/lead-form";
import {
ArrowRight,
Camera,
@@ -305,28 +306,8 @@ export default function Home() {
</p>
</div>
<form className="mt-8 grid gap-4 sm:gap-5">
<input
type="text"
placeholder="Название ЖК, ТСЖ или УК"
className="w-full rounded-2xl border border-white/10 bg-black/30 px-5 py-4 outline-none placeholder:text-neutral-500 focus:border-emerald-500"
/>
<input
type="tel"
placeholder="+7 (___) ___-__-__"
className="w-full rounded-2xl border border-white/10 bg-black/30 px-5 py-4 outline-none placeholder:text-neutral-500 focus:border-emerald-500"
/>
<textarea
placeholder="Опишите текущий шлагбаум и что хотите добавить: номерной доступ, приложение, история, аналитика"
className="min-h-32 w-full rounded-2xl border border-white/10 bg-black/30 px-5 py-4 outline-none placeholder:text-neutral-500 focus:border-emerald-500"
/>
<button
type="submit"
className="inline-flex items-center justify-center rounded-2xl bg-emerald-600 px-6 py-4 text-base font-semibold hover:bg-emerald-500 transition-colors"
>
Отправить заявку
</button>
</form>
<LeadForm />
</div>
</div>
</section>