3 Commits

Author SHA1 Message Date
0ef5a6279d Update src/app/page.tsx 2026-06-10 09:36:48 +00:00
467d4505f3 Merge version_2 into main
Merge version_2 into main
2026-06-10 09:30:02 +00:00
0813981df8 Merge version_2 into main
Merge version_2 into main
2026-06-10 09:29:41 +00:00

View File

@@ -59,8 +59,8 @@ export default function LandingPage() {
{
text: "Reserva tu Cita", href: "https://wa.me/34601676913"},
]}
imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-clinic-room_1303-30541.jpg"
imageAlt="Modern physiotherapy clinic room with treatment bed and equipment"
imageSrc="https://img.b2bpic.net/free-photo/physiotherapy-room_23-2150338786.jpg"
imageAlt="Physiotherapy room with a treatment bed and equipment"
mediaAnimation="opacity"
/>
</div>
@@ -234,4 +234,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}