Compare commits
81 Commits
version_1
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 4545b720e8 | |||
| cc03af6276 | |||
| 7679019e15 | |||
| 648a246e6f | |||
| 545bd8b279 | |||
| c7491a02db | |||
| 15cf056f44 | |||
| b1cddc57e3 | |||
| 9410d36f31 | |||
| d7b2e6bedc | |||
| 2f8cec54b5 | |||
| e4b6af03d8 | |||
| bd45df59a1 | |||
| 4d1bf44719 | |||
| 528ae7b940 | |||
| 3d09859d7d | |||
| 8e778b1fd8 | |||
| 61baff1702 | |||
| 9bf48e8d0d | |||
| 95ad9280ca | |||
| b85d97d930 | |||
| 0f4a44629d | |||
| 33f8b6b292 | |||
| 10eb2cc1cd | |||
| d25eb365b0 | |||
| 1c9b947abc | |||
| 39c1ac66cb | |||
| 56e4601748 | |||
| a2095ed484 | |||
| afb5856963 | |||
| 0a344d8aa3 | |||
| 86039d0ccc | |||
| 916074c986 | |||
| fe85f1699e | |||
| 32a29f8887 | |||
| 4885d39945 | |||
| 25907cc2c9 | |||
| 79d85ce032 | |||
| 44af5166fc | |||
| 102c222631 | |||
| cb349c19a5 | |||
| e8814db502 | |||
| bbaa79afe4 | |||
| b04f75d78c | |||
| 5ac084f0aa | |||
| ba252b7a36 | |||
| 9cf6b1938f | |||
| 395fbac99c | |||
| 9eacf663ee | |||
| 46bdd3bb00 | |||
| 276cbeb545 | |||
| 3dd04a338d | |||
| 26e09b410a | |||
| 5b4dcbe51b | |||
| 8820e7dd5f | |||
| 0d82269ad3 | |||
| 96abf9def3 | |||
| 7f1f4e1692 | |||
| e5e1c5ca99 | |||
| 2216ba9224 | |||
| 95ba2f1a70 | |||
| 97d37a9551 | |||
| 8201b7b6e4 | |||
| 044a5943eb | |||
| 3955e2a04e | |||
| 180d58a559 | |||
| 5789a7ef21 | |||
| abfbe78238 | |||
| 1e0cef0861 | |||
| 8c5be903a4 | |||
| 06c62c37be | |||
| 88590d27da | |||
| d6e0eff183 | |||
| d3efe82d6a | |||
| b60e91cda0 | |||
| 94779e1092 | |||
| 9eb9ab57a3 | |||
| 242ed5d907 | |||
| c54f8ec1e4 | |||
| fdac6be59e | |||
| ffe1f5805c |
@@ -6,6 +6,8 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import { Montserrat } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -14,8 +16,16 @@ export const metadata: Metadata = {
|
||||
description: 'Moderne Physiotherapie in Konstanz. Schmerzbehandlung, Rehabilitation und Mobilitätstraining mit professionellem Team. Jetzt Termin anfragen.',
|
||||
};
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
|
||||
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -26,7 +36,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Activity, Calendar, Heart, HeartHandshake, Smile, Users, Zap } from 'lucide-react';
|
||||
import { Activity, Calendar, Heart, HeartHandshake, Smile, Users, Zap, Award } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -41,24 +41,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Physiotherapie, die wirklich hilft – Konstanz"
|
||||
title="Physiotherapie und Training an zentraler Lage in Konstanz "
|
||||
description="Schmerzen lindern, Bewegung zurückgewinnen, Lebensqualität verbessern – mit modernen Therapiemethoden und persönlicher Betreuung. Physio Shala: Ihre Praxis in der Marktstätte."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Professionelle Physiotherapie"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Termin jetzt anfragen", href: "contact" },
|
||||
{ text: "Jetzt Termin buchen", href: "contact" },
|
||||
{ text: "Mehr erfahren", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonClassName="primary"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-gymnastics-with-help-his-young-physical-therapist_169016-43493.jpg", imageAlt: "back pain relief physiotherapy treatment" },
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773177479519-mek5d6fj.png", imageAlt: "back pain relief physiotherapy treatment" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-talking-nurse_23-2149341522.jpg", imageAlt: "mobility enhancement physical therapy" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356710.jpg", imageAlt: "modern physiotherapy clinic bright" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg", imageAlt: "postoperative rehabilitation patient care" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg", imageAlt: "elderly patient mobility therapy" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/women-their-yoga-session_23-2149222407.jpg", imageAlt: "athlete sports injury treatment" }
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=2", imageAlt: "postoperative rehabilitation patient care" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png?_wi=3", imageAlt: "elderly patient mobility therapy" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773095930893-d3krwvye.png", imageAlt: "athlete sports injury treatment" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -68,7 +69,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
tag="Über Physio Shala"
|
||||
title="Ganzheitliche Rehabilitation und Schmerzbehandlung für ein aktives Leben in Konstanz"
|
||||
title="15+ Jahre Erfahrung | Zertifizierte Therapeuten | 1000+ zufriedene Patienten"
|
||||
buttons={[
|
||||
{ text: "Unsere Geschichte", href: "#services" },
|
||||
{ text: "Team kennenlernen", href: "#team" }
|
||||
@@ -83,6 +84,9 @@ export default function LandingPage() {
|
||||
description="Umfassende physiotherapeutische Lösungen für alle Ihre Gesundheitsbedürfnisse"
|
||||
tag="Services"
|
||||
tagIcon={Zap}
|
||||
buttons={[
|
||||
{ text: "Jetzt Termin buchen", href: "contact" }
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
title: "Schmerzbehandlung", description: "Gezielte Therapien zur Linderung chronischer und akuter Schmerzen", bentoComponent: "icon-info-cards", items: [
|
||||
@@ -183,14 +187,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Kontakt"
|
||||
title="Buchen Sie Ihren Termin"
|
||||
description="Starten Sie Ihre Reise zu besserer Gesundheit und Mobilität. Wir freuen uns, Sie in unserer Praxis willkommen zu heißen."
|
||||
description="Starten Sie Ihre Reise zu besserer Gesundheit und Mobilität. Wir rufen Sie an oder senden Ihnen einen Bestätigungslink."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
buttonText="Termin buchen"
|
||||
termsText="Durch das Absenden bestätigen Sie, dass Sie unsere Datenschutzrichtlinie akzeptieren. Wir werden Sie bald kontaktieren."
|
||||
termsText="Wir werden Sie anrufen oder Ihnen einen Bestätigungslink senden. Keine Spam, keine versteckten Verpflichtungen – wir kontaktieren Sie innerhalb von 24 Stunden. Mit dem Absenden akzeptieren Sie unsere Datenschutzrichtlinie."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-nunito-sans), sans-serif;
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-nunito-sans), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user