2 Commits

Author SHA1 Message Date
e7216feaf9 Update src/app/page.tsx 2026-03-10 12:46:27 +00:00
4b4bcc80f5 Merge version_12 into main
Merge version_12 into main
2026-03-10 08:17:58 +00:00

View File

@@ -104,10 +104,10 @@ export default function Home() {
<TestimonialCardFive
testimonials={[
{
id: "1", name: "Anna M.", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."
id: "1", name: "Anna M., Marathon Runner", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."
},
{
id: "2", name: "Michael S.", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."
id: "2", name: "Michael S., Corporate Professional", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."
},
]}
title="Patient Testimonials"
@@ -186,4 +186,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}