From 2283442b4309f53e4c5b4427ece6e8ed84109e76 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:19:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1b1412..534dede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#work", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg" + imageSrc="http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg?_wi=1" /> @@ -90,21 +90,21 @@ export default function LandingPage() { title: "Мобильные приложения", description: "Нативные и кроссплатформенные решения.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-striped-ribbon-isolated-white-background_23-2147877902.jpg?_wi=2", imageAlt: "web development icon minimal", }, { title: "3D визуализация", description: "Потрясающая 3D графика и интерактивы.", buttonIcon: "Box", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg?_wi=1", imageAlt: "web development icon minimal", }, { title: "CRM и автоматизация", description: "Индивидуальные бизнес-процессы.", buttonIcon: "Cpu", - imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=1", imageAlt: "web development icon minimal", }, ]} @@ -124,7 +124,7 @@ export default function LandingPage() { id: "1", name: "Fruit Exim", price: "2024", - imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/elegant-home-screen_23-2148744105.jpg?_wi=2", }, { id: "2", @@ -210,7 +210,7 @@ export default function LandingPage() { name: "message", placeholder: "Ваш проект", }} - imageSrc="http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg" + imageSrc="http://img.b2bpic.net/free-photo/composition-workplace-with-white-frame-plant-vase_23-2148225534.jpg?_wi=2" /> -- 2.49.1