From e94058887feb74cc869ddc25d1a6329cd54b0e47 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:43:03 +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 69cac44..8b48e54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,22 +73,22 @@ export default function LandingPage() { { title: "Водопровод и канализация", description: "Всичко необходимо за вашата инсталация - от тръби до фитинги.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delivery-manager-wearing-overall-dancing-warehouse-aisle_482257-77672.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/delivery-manager-wearing-overall-dancing-warehouse-aisle_482257-77672.jpg?_wi=1" } ] }, { title: "Отоплителни системи", description: "Висококачествени котли, радиатори и компоненти за комфорт.", icon: Flame, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388989.jpg?_wi=2" } ] }, { title: "Вентилация", description: "Директен внос на въздуховоди и коминни системи.", icon: Wind, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/delivery-manager-wearing-overall-dancing-warehouse-aisle_482257-77672.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/delivery-manager-wearing-overall-dancing-warehouse-aisle_482257-77672.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-turning-off-thermostat-energy-crisis_23-2150061799.jpg?_wi=2" } ] } ]} -- 2.49.1