From 467e7eaf384e0fde5d9cf1979c35f06e3b2d59d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 07:28:50 +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 6c62f5e..fd787fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,13 @@ export default function LandingPage() { title="Kvalita a preciznost v každém detailu" description="Vaše vize, naše stavby. Profesionální přístup, dodržování termínů a maximální kvalita v oblasti pozemního stavitelství." testimonials={[ - { name: "Petr Novák", 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", imageAlt: "construction site professional architecture" }, - { name: "Jana Svobodová", 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", imageAlt: "construction site professional architecture" }, - { name: "Marek Dvořák", 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", imageAlt: "construction site professional architecture" }, - { name: "Lucie Černá", 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", imageAlt: "construction site professional architecture" }, - { name: "Tomáš Kučera", 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", imageAlt: "construction site professional architecture" }, + { name: "Petr Novák", 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?_wi=1", imageAlt: "construction site professional architecture" }, + { name: "Jana Svobodová", 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?_wi=1", imageAlt: "construction site professional architecture" }, + { name: "Marek Dvořák", 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?_wi=1", imageAlt: "construction site professional architecture" }, + { name: "Lucie Černá", 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?_wi=1", imageAlt: "construction site professional architecture" }, + { name: "Tomáš Kučera", 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?_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", alt: "Construction site" }, { src: "http://img.b2bpic.net/free-photo/building-costruction-tall-dubai-marina-skyscrapers-uae_231208-7628.jpg", alt: "Building costruction of Tall Dubai Marina skyscrapers in UAE" }, @@ -93,10 +93,10 @@ export default function LandingPage() {