Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-03-10 16:32:46 +00:00

View File

@@ -9,7 +9,6 @@ import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Phone } from "lucide-react";
import Link from "next/link";
export default function PhysioShalaSite() {
return (
@@ -43,7 +42,7 @@ export default function PhysioShalaSite() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="PHYSIO SHALA"
description="Professionelle Physiotherapie, die Ergebnisse liefert. Mit persönlicher Betreuung, modernen Techniken und dem Fokus auf Ihre schnelle Genesung. 07531 284903"
description="Professionelle Physiotherapie mit persönlicher Betreuung. Wir helfen Ihnen, wieder schmerzfrei und mobil zu werden. Tel: 07531 284903"
buttons={[
{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" },
{ text: "Mehr erfahren", href: "#about" }
@@ -154,7 +153,7 @@ export default function PhysioShalaSite() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Termin vereinbaren"
ctaDescription="Rufen Sie uns an oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie!"
ctaDescription="Rufen Sie uns an oder besuchen Sie uns direkt in unserer Praxis. Wir freuen uns auf Sie! Tel: 07531 284903"
ctaButton={{ text: "Jetzt Termin anfragen", href: "tel:075312849034903" }}
ctaIcon={Phone}
faqs={[
@@ -186,4 +185,4 @@ export default function PhysioShalaSite() {
</div>
</ThemeProvider>
);
}
}