17 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
5fb4f20254 Update src/app/page.tsx 2026-03-10 08:17:54 +00:00
b24b753979 Merge version_11 into main
Merge version_11 into main
2026-03-09 23:11:57 +00:00
aecee33e04 Update src/app/page.tsx 2026-03-09 23:11:53 +00:00
25d922c5b0 Update src/app/layout.tsx 2026-03-09 23:11:53 +00:00
4392559541 Merge version_10 into main
Merge version_10 into main
2026-03-09 23:06:03 +00:00
e6b708fd70 Merge version_10 into main
Merge version_10 into main
2026-03-09 23:04:55 +00:00
3a43f7dfb2 Merge version_10 into main
Merge version_10 into main
2026-03-09 23:03:39 +00:00
9483907025 Merge version_10 into main
Merge version_10 into main
2026-03-09 23:02:31 +00:00
3 changed files with 17 additions and 15 deletions

View File

@@ -5,8 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Physio Shala - Physiotherapie Konstanz", description: "Professionelle Physiotherapie in Konstanz mit modernen Therapien und persönlicher Betreuung."
};
title: "Physio Shala", description: "Professional physiotherapy in Konstanz"};
export default function RootLayout({
children,
@@ -14,7 +13,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="de">
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
@@ -1385,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -54,6 +54,7 @@ export default function Home() {
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "About Physio Shala" },
{ type: "text", content: "At Physio Shala, we believe in the transformative power of evidence-based physiotherapy. With over 15 years of expertise, we combine cutting-edge treatment techniques with personalized care to help you achieve lasting recovery and wellness. Our mission is to restore your mobility, reduce pain, and empower you to live your best life." },
]}
useInvertedBackground={false}
buttons={[
@@ -80,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>
@@ -103,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"
@@ -144,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"

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);