Улучшить мобильное меню и форму заявки, добавить номер лида и заменить middleware на proxy
All checks were successful
Auto Deploy / deploy (push) Successful in 22s
All checks were successful
Auto Deploy / deploy (push) Successful in 22s
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user