Compare commits
8 Commits
version_10
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fb4f20254 | |||
| b24b753979 | |||
| aecee33e04 | |||
| 25d922c5b0 | |||
| 4392559541 | |||
| e6b708fd70 | |||
| 3a43f7dfb2 | |||
| 9483907025 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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={[
|
||||
@@ -185,4 +186,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user