Update src/app/page.tsx

This commit is contained in:
2026-03-09 18:47:16 +00:00
parent 33ca10f3e1
commit 0809563fe2

View File

@@ -65,9 +65,11 @@ export default function HomePage() {
description="Zaufanie tysięcy klientów z Wrocławia i okolic"
metrics={[
{
id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process"},
id: "1", value: "4.3 ⭐", title: "Ocena Google", description: "Na podstawie 70+ opinii", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg", imageAlt: "hydraulic pump regeneration process"
},
{
id: "2", value: "20 lat", title: "Wieloletnia specjalizacja", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner"},
id: "2", value: "20 lat", title: "Wieloletnia specjalizacja", description: "Od 2005 roku na rynku", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg", imageAlt: "automotive diagnostic computer scanner"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -150,22 +152,28 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Piotr Kowalski", role: "Właściciel warsztatu", company: "Auto Serwis Maja", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", imageAlt: "Piotr Kowalski"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg", imageAlt: "Piotr Kowalski"
},
{
id: "2", name: "Anna Lewandowska", role: "Kierowca zawodowy", company: "Transport PL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", imageAlt: "Anna Lewandowska"},
imageSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg", imageAlt: "Anna Lewandowska"
},
{
id: "3", name: "Marek Sawicki", role: "Dyrektor floty", company: "Logistyka Express", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg", imageAlt: "Marek Sawicki"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367539.jpg", imageAlt: "Marek Sawicki"
},
{
id: "4", name: "Tomasz Nowak", role: "Właściciel warsztatu", company: "Serwis Mechaniczny", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Tomasz Nowak"},
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19604.jpg", imageAlt: "Tomasz Nowak"
},
{
id: "5", name: "Katarzyna Zając", role: "Menadżer serwisu", company: "Auto Centrum", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Katarzyna Zając"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Katarzyna Zając"
},
{
id: "6", name: "Janusz Borkowski", role: "Właściciel pojazdu", company: "Transport osobowy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageAlt: "Janusz Borkowski"},
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-formal-outfit-using-tablet_181624-27455.jpg", imageAlt: "Janusz Borkowski"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"