From 36d1e367e1838434f6e79efc51c5a1acb30e048d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:16:18 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 362b137..93c4857 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { imageAlt: "Наталья Смирнова", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/100-nature-organic-freshly-picked-healthy-eating_53876-123702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/100-nature-organic-freshly-picked-healthy-eating_53876-123702.jpg?_wi=2", imageAlt: "male CEO food company professional", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { imageAlt: "Ольга Васильева", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg?_wi=2", imageAlt: "male CEO food company professional", }, ]} -- 2.49.1 From b2f5bfee24a72194379f9d2ce9d5190fcc2c94dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 19:16:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4985cc3..b7ea4e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@anna.p_chef", testimonial: "Продукция Юпекчи — это всегда гарантия качества и свежести. Мои клиенты в восторге от вкуса и натуральности ингредиентов. Настоятельно рекомендую!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Анна Петрова", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { ]} showMarqueeCard={true} marqueeSpeed={40} - imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2" imageAlt="satisfied female farmer portrait" /> @@ -207,7 +207,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149737976.jpg", imageAlt: "Панель аналитики пищевой безопасности", }, - imageSrc: "http://img.b2bpic.net/free-photo/100-nature-organic-freshly-picked-healthy-eating_53876-123702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/100-nature-organic-freshly-picked-healthy-eating_53876-123702.jpg?_wi=1", imageAlt: "smartphone showing food tracking app", }, { @@ -221,7 +221,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/scientist-researching-plants-diseases-greenhouse_273609-14267.jpg", imageAlt: "Платформа для планирования устойчивого сельского хозяйства", }, - imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg?_wi=1", imageAlt: "smartphone showing food tracking app", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-administrator-uses-green-screen-tablet-explore-new-growth-strategy_482257-126533.jpg", imageAlt: "Приложение для отслеживания доставки продуктов", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=3", imageAlt: "smartphone showing food tracking app", }, ]} -- 2.49.1