Улучшить мобильное меню и форму заявки, добавить номер лида и заменить middleware на proxy
All checks were successful
Auto Deploy / deploy (push) Successful in 22s

This commit is contained in:
deonisii
2026-04-18 00:20:24 +03:00
parent 9b86175929
commit 45ae26e213
9 changed files with 571 additions and 322 deletions

View File

@@ -1,10 +1,10 @@
import {
Camera,
Fence,
Smartphone,
Server,
CheckCircle2,
} from "lucide-react";
import BarrierIcon from "@/components/barrier-icon";
export default function ServicesPage() {
return (
@@ -42,7 +42,7 @@ export default function ServicesPage() {
</div>
<div className="rounded-3xl border border-white/10 bg-neutral-900 p-6 sm:p-8">
<Fence className="w-10 h-10 text-emerald-500 mb-5" />
<BarrierIcon className="mb-5 h-10 w-10 text-emerald-500" />
<h2 className="text-2xl font-semibold mb-3">
Интеграция с действующим шлагбаумом
</h2>
@@ -98,4 +98,4 @@ export default function ServicesPage() {
</section>
</main>
);
}
}