add image
All checks were successful
Auto Deploy / deploy (push) Successful in 15s

This commit is contained in:
deonisii
2026-04-17 11:54:38 +03:00
parent 678f9e8cad
commit b4325ec1fa
2 changed files with 11 additions and 9 deletions

View File

@@ -1,14 +1,11 @@
import Link from "next/link";
import Image from "next/image";
import {
ArrowRight,
Camera,
Fence,
Smartphone,
CheckCircle2,
ShieldCheck,
Server,
Building2,
CircleDollarSign,
BarChart3,
} from "lucide-react";
@@ -68,11 +65,16 @@ export default function Home() {
<div className="relative">
<div className="rounded-[28px] border border-white/10 bg-neutral-900/80 p-4 sm:p-6 shadow-2xl">
<img
src="https://images.unsplash.com/photo-1506521781263-d8422e82f27a?auto=format&fit=crop&w=1400&q=80"
alt="Дворовой въезд со шлагбаумом"
className="h-[260px] sm:h-[360px] lg:h-[460px] w-full rounded-[22px] object-cover"
/>
<div className="relative h-[260px] sm:h-[360px] lg:h-[460px] w-full overflow-hidden rounded-[22px]">
<Image
src="/images/barrier.jpg"
alt="Дворовой въезд со шлагбаумом"
fill
priority
className="object-cover"
sizes="(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 700px"
/>
</div>
</div>
<div className="hidden sm:block absolute -left-6 bottom-6 z-20 rounded-2xl border border-white/10 bg-black/85 backdrop-blur px-4 py-4 shadow-xl">

BIN
public/images/barrier.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB