From 900daa550b16b6784c7f80b77adffb7552fde570 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 06:42:54 +0000 Subject: [PATCH 1/4] Update src/app/hyundai/page.tsx --- src/app/hyundai/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/hyundai/page.tsx b/src/app/hyundai/page.tsx index 7cfe41a..6928962 100644 --- a/src/app/hyundai/page.tsx +++ b/src/app/hyundai/page.tsx @@ -37,8 +37,8 @@ export default function HyundaiPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "h1", name: "Hyundai Air Conditioner", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg" }, - { id: "h2", name: "Hyundai Heat Pump", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg" } + { id: "h1", name: "Hyundai Air Conditioner", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=2" }, + { id: "h2", name: "Hyundai Heat Pump", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg?_wi=2" } ]} /> @@ -55,7 +55,7 @@ export default function HyundaiPage() { -- 2.49.1 From 67059bcdf597a3bea342544dbb6424207503e363 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 06:42:54 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4b6b27..ace394b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,9 +101,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Pompe de caldura aer-apa", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg" }, + { id: "p1", name: "Pompe de caldura aer-apa", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281317.jpg?_wi=1" }, { id: "p2", name: "Pompe de caldura piscina", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250267.jpg" }, - { id: "p3", name: "Ventilatie cu recuperare", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg" }, + { id: "p3", name: "Ventilatie cu recuperare", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=1" }, { id: "p4", name: "HVAC Rezidential", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg" }, { id: "p5", name: "HVAC Industrial", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg" }, { id: "p6", name: "Incalzire Pardoseala", price: "Contacteaza-ne", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cancer-having-drink-home_23-2151056036.jpg" }, @@ -177,7 +177,7 @@ export default function LandingPage() { -- 2.49.1 From 073107bc5281eb3538eccfda9923f20937e9de31 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 06:42:55 +0000 Subject: [PATCH 4/4] Update src/app/samsung/page.tsx --- src/app/samsung/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/samsung/page.tsx b/src/app/samsung/page.tsx index f88b97f..f4ec717 100644 --- a/src/app/samsung/page.tsx +++ b/src/app/samsung/page.tsx @@ -38,7 +38,7 @@ export default function SamsungPage() { useInvertedBackground={false} products={[ { id: "s1", name: "Samsung WindFree", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-conditioner-wall_23-2149388988.jpg" }, - { id: "s2", name: "Samsung Heat Pump", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250247.jpg" } + { id: "s2", name: "Samsung Heat Pump", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250247.jpg?_wi=2" } ]} /> @@ -55,7 +55,7 @@ export default function SamsungPage() { -- 2.49.1