From cf4d2269672b10af73df89cd3eeca4fd40ab57c2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:23:22 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07cdb4b..dd2e55e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -201,7 +201,7 @@ export default function AboutPage() { company: "Частный мастер", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", + "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=1", imageAlt: "professional tradesman plumber portrait", }, { @@ -211,7 +211,7 @@ export default function AboutPage() { company: "Личный ремонт", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14419.jpg", + "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14419.jpg?_wi=1", imageAlt: "happy woman homeowner portrait", }, { @@ -221,7 +221,7 @@ export default function AboutPage() { company: "УК «Альянс-Сервис»", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", + "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=1", imageAlt: "business manager professional portrait", }, { @@ -231,7 +231,7 @@ export default function AboutPage() { company: "Строй-Групп ТОО", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", + "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1", imageAlt: "professional engineer woman portrait", }, { @@ -241,7 +241,7 @@ export default function AboutPage() { company: "Сеть ремонт.сервис", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg?_wi=1", imageAlt: "business owner male portrait", }, { @@ -251,7 +251,7 @@ export default function AboutPage() { company: "DesignPro Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", + "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg?_wi=1", imageAlt: "creative professional woman portrait", }, ]} -- 2.49.1 From f21ce7c4370a4bf7a638b4b58271a6d165e93ed5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:23:22 +0000 Subject: [PATCH 2/4] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 8f19670..0873c56 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -79,7 +79,7 @@ export default function CatalogPage() { price: "От 500₸", variant: "PVC, PPRC, металл, все диаметры", imageSrc: - "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg", + "http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg?_wi=2", imageAlt: "Трубные системы", }, { @@ -88,7 +88,7 @@ export default function CatalogPage() { price: "От 2500₸", variant: "Алюминиевые, биметаллические, стальные", imageSrc: - "http://img.b2bpic.net/free-photo/full-shot-happy-couple-home_23-2149308981.jpg", + "http://img.b2bpic.net/free-photo/full-shot-happy-couple-home_23-2149308981.jpg?_wi=2", imageAlt: "Радиаторы отопления", }, { @@ -97,7 +97,7 @@ export default function CatalogPage() { price: "От 100₸", variant: "Все размеры, латунь, сталь, полипропилен", imageSrc: - "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", + "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=2", imageAlt: "Фитинги и соединители", }, { @@ -106,7 +106,7 @@ export default function CatalogPage() { price: "От 300₸", variant: "Шаровые краны, вентили, регулировочные клапаны", imageSrc: - "http://img.b2bpic.net/free-photo/team-business-people-group-architect-engineers-international-partners_1157-48547.jpg", + "http://img.b2bpic.net/free-photo/team-business-people-group-architect-engineers-international-partners_1157-48547.jpg?_wi=2", imageAlt: "Запорная арматура", }, ]} -- 2.49.1 From 5635244fbb0a6f1f83cc83bc05e88c991fbdf622 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:23:23 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0412522..732d07c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { { value: "5000+", label: "товаров в наличии" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg" + imageSrc="http://img.b2bpic.net/free-photo/functional-kitchen-pullout-drawers-matte-blue-fronts_169016-68941.jpg?_wi=1" imageAlt="СантехTrade магазин в Алматы" mediaAnimation="slide-up" imagePosition="right" @@ -286,7 +286,7 @@ export default function HomePage() { name: "Хозяин квартиры или частного дома", price: "Розничные цены", variant: "Ремонт, замена трубопровода, установка отопления", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-home_23-2149308981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-couple-home_23-2149308981.jpg?_wi=1", imageAlt: "Частный дом с системой отопления", }, { @@ -295,7 +295,7 @@ export default function HomePage() { price: "Оптовые условия", variant: "Поставка компонентов для проектов, постоянное сотрудничество", - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741241.jpg?_wi=1", imageAlt: "Профессиональный монтаж сантехники", }, { @@ -304,7 +304,7 @@ export default function HomePage() { price: "Объемные скидки", variant: "Полная комплектация объектов, оборудование для капремонта", - imageSrc: "http://img.b2bpic.net/free-photo/team-business-people-group-architect-engineers-international-partners_1157-48547.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-business-people-group-architect-engineers-international-partners_1157-48547.jpg?_wi=1", imageAlt: "Выполненный ремонт санузла", }, { -- 2.49.1 From f7aaad16ebfa48d5f9da8d527dd43f77be499f9a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:23:24 +0000 Subject: [PATCH 4/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 2cf1adf..524a49b 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -93,7 +93,7 @@ export default function ReviewsPage() { role: "Сантехник", company: "Частный мастер", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg?_wi=2", }, { id: "2", @@ -101,7 +101,7 @@ export default function ReviewsPage() { role: "Владелица квартиры", company: "Личный ремонт", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14419.jpg?_wi=2", }, { id: "3", @@ -109,7 +109,7 @@ export default function ReviewsPage() { role: "Руководитель", company: "УК «Альянс-Сервис»", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=2", }, { id: "4", @@ -117,7 +117,7 @@ export default function ReviewsPage() { role: "Главный инженер", company: "Строй-Групп ТОО", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2", }, { id: "5", @@ -125,7 +125,7 @@ export default function ReviewsPage() { role: "Владелец магазина", company: "Сеть ремонт.сервис", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg?_wi=2", }, { id: "6", @@ -133,7 +133,7 @@ export default function ReviewsPage() { role: "Дизайнер интерьера", company: "DesignPro Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1