6 Commits

Author SHA1 Message Date
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
2 changed files with 5 additions and 5 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

@@ -53,6 +53,7 @@ export default function Home() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ 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." },
{ type: "text", content: "About Physio Shala" },
]}
useInvertedBackground={false}
@@ -185,4 +186,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}