This commit is contained in:
20
app/page.tsx
20
app/page.tsx
@@ -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
BIN
public/images/barrier.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 KiB |
Reference in New Issue
Block a user