From 47aa26e2c106268a0018a1668182894cac1cc71a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cb3789..a3bd7b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "Klient", testimonial: "Skvělá spolupráce, vše proběhlo podle plánu.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg?_wi=1", imageAlt: "construction site professional architecture", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "Klient", testimonial: "Kvalita práce je naprosto špičková.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg?_wi=1", imageAlt: "construction site professional architecture", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "Klient", testimonial: "Naprostá spokojenost s výsledkem stavby.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smart-positive-smile-asian-male-businessman-video-conference-remote-working-discuss-concersation-about-strategy-business-planing-new-business-startup-ideas-conceptbusiness-meeting-online-via-laptop_609648-2211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-positive-smile-asian-male-businessman-video-conference-remote-working-discuss-concersation-about-strategy-business-planing-new-business-startup-ideas-conceptbusiness-meeting-online-via-laptop_609648-2211.jpg?_wi=1", imageAlt: "construction site professional architecture", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "Klient", testimonial: "Profesionálové, na které se lze spolehnout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "construction site professional architecture", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "Klient", testimonial: "Stavba dokončena v termínu a bez chyb.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-architectural-project_23-2148242941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-architectural-project_23-2148242941.jpg?_wi=1", imageAlt: "construction site professional architecture", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/construction-site_53876-14088.jpg", @@ -181,22 +181,22 @@ export default function LandingPage() { { id: "1", name: "Petr Novák", - imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-daughter-mature-father-meeting-with-family-consultant-co-working-shaking-hands_74855-15154.jpg?_wi=2", }, { id: "2", name: "Jana Svobodová", - imageSrc: "http://img.b2bpic.net/free-photo/smart-positive-smile-asian-male-businessman-video-conference-remote-working-discuss-concersation-about-strategy-business-planing-new-business-startup-ideas-conceptbusiness-meeting-online-via-laptop_609648-2211.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-positive-smile-asian-male-businessman-video-conference-remote-working-discuss-concersation-about-strategy-business-planing-new-business-startup-ideas-conceptbusiness-meeting-online-via-laptop_609648-2211.jpg?_wi=2", }, { id: "3", name: "Marek Dvořák", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", }, { id: "4", name: "Lucie Černá", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-architectural-project_23-2148242941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-architectural-project_23-2148242941.jpg?_wi=2", }, { id: "5", -- 2.49.1