9 Commits

Author SHA1 Message Date
ab4e0ac043 Merge version_14 into main
Merge version_14 into main
2026-03-10 20:31:20 +00:00
2ec6533ebe Update theme colors 2026-03-10 20:31:14 +00:00
74ea9c6223 Merge version_14 into main
Merge version_14 into main
2026-03-10 12:51:28 +00:00
991bced0a0 Update src/app/page.tsx 2026-03-10 12:51:24 +00:00
4b8ddfd851 Merge version_14 into main
Merge version_14 into main
2026-03-10 12:50:27 +00:00
a4bbca3ff1 Update src/app/page.tsx 2026-03-10 12:50:23 +00:00
6d695dfad9 Merge version_13 into main
Merge version_13 into main
2026-03-10 12:46:31 +00:00
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
2 changed files with 14 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ export default function Home() {
mediaAnimation="opacity"
useInvertedBackground={false}
mediaPosition="right"
imageSrc="/placeholders/placeholder1.webp"
imageSrc="/placeholders/placeholder1.webp?_wi=1"
imageAlt="Our Services"
/>
</div>
@@ -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"
@@ -145,6 +145,8 @@ export default function Home() {
description="Book a consultation with one of our experienced physiotherapists today."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="/placeholders/placeholder1.webp?_wi=2"
imageAlt="Professional physiotherapy environment"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Schedule"
@@ -186,4 +188,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);