Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fc684663a | |||
| 379cadc884 | |||
| 7f6d3669f8 | |||
| 53665cbafb | |||
| 28167ee85e | |||
| a79c568471 |
@@ -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/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}
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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"],
|
||||
@@ -145,8 +145,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Pacjentów wraca do pełnej mobilności" },
|
||||
{ value: "500+", label: "Zadowolonych pacjentów" },
|
||||
{ value: "95%", label: "Skuteczność terapii" },
|
||||
{ value: "15+", label: "Lat doświadczenia" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user