From f19caa597512dadfa4ea9a766c968fabffbbf48b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:42:19 +0000 Subject: [PATCH] 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 b2fadf5..d94cbde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { name: "Metalinė stogo danga", price: "nuo 12€/m²", variant: "Klasikinė", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg?_wi=1", }, { id: "p2", @@ -194,7 +194,7 @@ export default function LandingPage() { name: "Stogo skardos detalės", price: "nuo 5€/vnt", variant: "Nestandartinės", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13841.jpg?_wi=2", }, ]} title="Mūsų produkcija" @@ -214,7 +214,7 @@ export default function LandingPage() { handle: "Privatus klientas", testimonial: "Labai patenkintas profesionaliu bendravimu ir greitu nestandartinių detalių pagaminimu.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-construction-site-young-civil-engineer-manager-architects-handshaking-construction-site-looking-construction-phase-cooperation-teamwork-concept_640221-293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-construction-site-young-civil-engineer-manager-architects-handshaking-construction-site-looking-construction-phase-cooperation-teamwork-concept_640221-293.jpg?_wi=1", }, { id: "2", @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "Namų savininkė", testimonial: "Viskas atlikta laiku, medžiagos itin aukštos kokybės. Rekomenduoju!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-construction-site-young-civil-engineer-manager-architects-handshaking-construction-site-looking-construction-phase-cooperation-teamwork-concept_640221-293.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-workers-construction-site-young-civil-engineer-manager-architects-handshaking-construction-site-looking-construction-phase-cooperation-teamwork-concept_640221-293.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1