6 Commits

Author SHA1 Message Date
7fc684663a Update src/app/page.tsx 2026-03-11 19:26:00 +00:00
379cadc884 Update src/app/page.tsx 2026-03-11 19:25:35 +00:00
7f6d3669f8 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:16:03 +00:00
53665cbafb Merge version_1 into main
Merge version_1 into main
2026-03-11 14:15:33 +00:00
28167ee85e Merge version_1 into main
Merge version_1 into main
2026-03-11 14:15:02 +00:00
a79c568471 Merge version_1 into main
Merge version_1 into main
2026-03-11 14:14:08 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-standing-board-meeting_23-2147857271.jpg", imageAlt: "Nowoczesny sprzęt rehabilitacyjny" imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-standing-board-meeting_23-2147857271.jpg", imageAlt: "Nowoczesny sprzęt rehabilitacyjny"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physiotherapy-close-up_23-2149047463.jpg", imageAlt: "Sesja terapii urazów" imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physiotherapy-close-up_23-2149047463.jpg?_wi=1", imageAlt: "Sesja terapii urazów"
} }
]} ]}
autoplayDelay={5000} autoplayDelay={5000}
@@ -92,7 +92,7 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "1", title: "Rehabilitacja pourazowa", tags: ["Dorosłych", "Uzdrowienie"], id: "1", title: "Rehabilitacja pourazowa", tags: ["Dorosłych", "Uzdrowienie"],
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physiotherapy-close-up_23-2149047463.jpg", imageAlt: "Rehabilitacja pourazowa" imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physiotherapy-close-up_23-2149047463.jpg?_wi=2", imageAlt: "Rehabilitacja pourazowa"
}, },
{ {
id: "2", title: "Leczenie bólu przewlekłego", tags: ["Długotrwałe", "Ulga"], id: "2", title: "Leczenie bólu przewlekłego", tags: ["Długotrwałe", "Ulga"],
@@ -145,8 +145,8 @@ export default function LandingPage() {
} }
]} ]}
kpiItems={[ kpiItems={[
{ value: "98%", label: "Pacjentów wraca do pełnej mobilności" },
{ value: "500+", label: "Zadowolonych pacjentów" }, { value: "500+", label: "Zadowolonych pacjentów" },
{ value: "95%", label: "Skuteczność terapii" },
{ value: "15+", label: "Lat doświadczenia" } { value: "15+", label: "Lat doświadczenia" }
]} ]}
animationType="slide-up" animationType="slide-up"