From 72ad17ac72f1216e6a947c9f5da44cfd82e0a758 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:51:59 +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 d423c2a..28e6f99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { imageAlt: "Šefo patiekalas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg?_wi=1", imageAlt: "Stalo serviravimas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/floor-park_1127-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/floor-park_1127-3516.jpg?_wi=1", imageAlt: "Restorano aplinka", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-pouring-champagne-while-celebrating-with-colleagues-office_637285-9629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-pouring-champagne-while-celebrating-with-colleagues-office_637285-9629.jpg?_wi=1", imageAlt: "Verslo susitikimų zona", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { { title: "Maitinimas vietoje", description: "Jaukioje aplinkoje jūsų pietūs taps tikra atgaiva dienos metu.", - imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg?_wi=2", imageAlt: "Maitinimas", }, { @@ -127,13 +127,13 @@ export default function LandingPage() { { title: "Patogi vieta", description: "Įsikūrę strategiškoje vietoje prie Orange Office.", - imageSrc: "http://img.b2bpic.net/free-photo/floor-park_1127-3516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/floor-park_1127-3516.jpg?_wi=2", imageAlt: "Vieta", }, { title: "Tinka verslo susitikimams", description: "Reprezentatyvi aplinka tinka tiek susitikimams, tiek poilsiui.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-pouring-champagne-while-celebrating-with-colleagues-office_637285-9629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-pouring-champagne-while-celebrating-with-colleagues-office_637285-9629.jpg?_wi=2", imageAlt: "Susitikimai", }, ]} -- 2.49.1