diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1327bf3..cf5f02f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,122 +31,44 @@ export default function LandingPage() {
@@ -155,14 +77,8 @@ export default function LandingPage() {
@@ -173,39 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Hohe Reichweite",
- author: "Patienten",
- description: "Erreichen Sie eine Vielzahl an potenziellen Patienten.",
- tags: [
- "Reichweite",
- "Sichtbarkeit",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-laptop_23-2148129635.jpg",
- },
- {
- id: "f2",
- title: "Kostenlose Angaben",
- author: "Praxis",
- description: "Umfangreiche Basis-Informationen völlig gratis.",
- tags: [
- "Basis",
- "Kostenlos",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-giving-thumbs-up-cheerful-african-american-doctor-medical-uniform-with-stethoscope-cropped-detail-optimsitic-medic-showing-hand-gesture-positive-attitude_482257-39711.jpg?_wi=1",
- },
- {
- id: "f3",
- title: "Gezielte Positionierung",
- author: "Marketing",
- description: "Präsentieren Sie Ihr Leistungsspektrum präzise.",
- tags: [
- "Marketing",
- "Premium",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg?_wi=1",
- },
+ { id: "f1", title: "Hohe Reichweite", author: "Patienten", description: "Erreichen Sie eine Vielzahl an potenziellen Patienten.", tags: ["Reichweite", "Sichtbarkeit"], imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-laptop_23-2148129635.jpg" },
+ { id: "f2", title: "Kostenlose Angaben", author: "Praxis", description: "Umfangreiche Basis-Informationen völlig gratis.", tags: ["Basis", "Kostenlos"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-giving-thumbs-up-cheerful-african-american-doctor-medical-uniform-with-stethoscope-cropped-detail-optimsitic-medic-showing-hand-gesture-positive-attitude_482257-39711.jpg" },
+ { id: "f3", title: "Gezielte Positionierung", author: "Marketing", description: "Präsentieren Sie Ihr Leistungsspektrum präzise.", tags: ["Marketing", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg" },
]}
title="Warum Arzt-Auskunft?"
description="Unser Portal bietet Patienten und Ärzten eine sichere Brücke mit vielen Vorteilen."
@@ -219,42 +105,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Basis Profil",
- price: "Kostenlos",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Premium Basis",
- price: "Ab 19€",
- imageSrc: "http://img.b2bpic.net/free-photo/female-general-practitioner-patient-looking-green-screen-tablet_482257-124040.jpg",
- },
- {
- id: "p3",
- name: "Premium Professional",
- price: "Ab 49€",
- imageSrc: "http://img.b2bpic.net/free-photo/neuroscience-expert-reviewing-mri-brain-scan-results-with-doctors_482257-123131.jpg",
- },
- {
- id: "p4",
- name: "Premium Praxis",
- price: "Ab 99€",
- imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-27049.jpg",
- },
- {
- id: "p5",
- name: "Enterprise Lösung",
- price: "Individuell",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg",
- },
- {
- id: "p6",
- name: "Komplettpaket",
- price: "Individuell",
- imageSrc: "http://img.b2bpic.net/free-photo/view-pink-notepad-with-pen-magnifier-success-note-gray-background_179666-19258.jpg",
- },
+ { id: "p1", name: "Basis Profil", price: "Kostenlos", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg" },
+ { id: "p2", name: "Premium Basis", price: "Ab 19€", imageSrc: "http://img.b2bpic.net/free-photo/female-general-practitioner-patient-looking-green-screen-tablet_482257-124040.jpg" },
+ { id: "p3", name: "Premium Professional", price: "Ab 49€", imageSrc: "http://img.b2bpic.net/free-photo/neuroscience-expert-reviewing-mri-brain-scan-results-with-doctors_482257-123131.jpg" },
+ { id: "p4", name: "Premium Praxis", price: "Ab 99€", imageSrc: "http://img.b2bpic.net/free-photo/retired-man-with-disability-talking-family-video-call_482257-27049.jpg" },
+ { id: "p5", name: "Enterprise Lösung", price: "Individuell", imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg" },
+ { id: "p6", name: "Komplettpaket", price: "Individuell", imageSrc: "http://img.b2bpic.net/free-photo/view-pink-notepad-with-pen-magnifier-success-note-gray-background_179666-19258.jpg" },
]}
title="Premium Profil Vorteile"
description="Optimieren Sie Ihre digitale Präsenz mit unseren Premium-Paketen für Ärzte."
@@ -267,21 +123,9 @@ export default function LandingPage() {
title="Unsere Zahlen"
tag="Transparenz"
metrics={[
- {
- id: "m1",
- value: "100.000+",
- description: "Registrierte Ärzte",
- },
- {
- id: "m2",
- value: "1 Mio.+",
- description: "Monatliche Suchen",
- },
- {
- id: "m3",
- value: "20 Jahre",
- description: "Erfahrung in der Arztsuche",
- },
+ { id: "m1", value: "100.000+", description: "Registrierte Ärzte" },
+ { id: "m2", value: "1 Mio.+", description: "Monatliche Suchen" },
+ { id: "m3", value: "20 Jahre", description: "Erfahrung in der Arztsuche" },
]}
metricsAnimation="slide-up"
/>
@@ -292,61 +136,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Dr. Maria Müller",
- date: "2023-10-01",
- title: "Innermedizinerin",
- quote: "Endlich eine Plattform, die meine Spezialisierung hervorhebt.",
- tag: "Top",
- avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-young-caucasian-woman-with-bob-pinkish-hairstyle-facial-piercing-relaxing-home-sitting-comfortably-sofa-looking-camera-with-cute-smile_343059-1950.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businesswoman-talking-her-colleagues-while-using-laptop-pointing-screen-office_637285-191.jpg?_wi=2",
- imageAlt: "happy patient looking confident",
- },
- {
- id: "t2",
- name: "Dr. Klaus Schmidt",
- date: "2023-11-15",
- title: "Orthopäde",
- quote: "Die Premium-Profile bringen hochwertige Anfragen.",
- tag: "Sehr Gut",
- avatarSrc: "http://img.b2bpic.net/free-photo/good-looking-successful-middle-aged-female-manager-white-shirt-posing-touching-face-smiling_343059-2.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient_23-2151947878.jpg",
- imageAlt: "happy patient looking confident",
- },
- {
- id: "t3",
- name: "Dr. Sarah Weber",
- date: "2023-12-05",
- title: "Gynäkologin",
- quote: "Transparenz ist das A und O für meine Patienten.",
- tag: "Empfehlung",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829823.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-giving-thumbs-up-cheerful-african-american-doctor-medical-uniform-with-stethoscope-cropped-detail-optimsitic-medic-showing-hand-gesture-positive-attitude_482257-39711.jpg?_wi=2",
- imageAlt: "happy patient looking confident",
- },
- {
- id: "t4",
- name: "Dr. Thomas Meyer",
- date: "2024-01-10",
- title: "Kardiologe",
- quote: "Der Online-Zugang ist kinderleicht zu bedienen.",
- tag: "Top",
- avatarSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2108.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg?_wi=2",
- imageAlt: "happy patient looking confident",
- },
- {
- id: "t5",
- name: "Dr. Lena Becker",
- date: "2024-02-20",
- title: "Hausärztin",
- quote: "Seit ich hier gelistet bin, kommen mehr Neupatienten.",
- tag: "Empfehlung",
- avatarSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=2",
- imageAlt: "happy patient looking confident",
- },
+ { id: "t1", name: "Dr. Maria Müller", date: "2023-10-01", title: "Innermedizinerin", quote: "Endlich eine Plattform, die meine Spezialisierung hervorhebt.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-young-caucasian-woman-with-bob-pinkish-hairstyle-facial-piercing-relaxing-home-sitting-comfortably-sofa-looking-camera-with-cute-smile_343059-1950.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businesswoman-talking-her-colleagues-while-using-laptop-pointing-screen-office_637285-191.jpg", imageAlt: "happy patient looking confident" },
+ { id: "t2", name: "Dr. Klaus Schmidt", date: "2023-11-15", title: "Orthopäde", quote: "Die Premium-Profile bringen hochwertige Anfragen.", tag: "Sehr Gut", avatarSrc: "http://img.b2bpic.net/free-photo/good-looking-successful-middle-aged-female-manager-white-shirt-posing-touching-face-smiling_343059-2.jpg", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient_23-2151947878.jpg", imageAlt: "happy patient looking confident" },
+ { id: "t3", name: "Dr. Sarah Weber", date: "2023-12-05", title: "Gynäkologin", quote: "Transparenz ist das A und O für meine Patienten.", tag: "Empfehlung", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-working-nurse_23-2150829823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hands-giving-thumbs-up-cheerful-african-american-doctor-medical-uniform-with-stethoscope-cropped-detail-optimsitic-medic-showing-hand-gesture-positive-attitude_482257-39711.jpg", imageAlt: "happy patient looking confident" },
+ { id: "t4", name: "Dr. Thomas Meyer", date: "2024-01-10", title: "Kardiologe", quote: "Der Online-Zugang ist kinderleicht zu bedienen.", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2108.jpg", imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg", imageAlt: "happy patient looking confident" },
+ { id: "t5", name: "Dr. Lena Becker", date: "2024-02-20", title: "Hausärztin", quote: "Seit ich hier gelistet bin, kommen mehr Neupatienten.", tag: "Empfehlung", avatarSrc: "http://img.b2bpic.net/free-photo/emotional-female-portrait-closeup-outdoors_1321-4437.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg", imageAlt: "happy patient looking confident" },
]}
title="Stimmen unserer Partner"
description="Erfahren Sie, wie Ärzte von unserer Plattform profitieren."
@@ -358,21 +152,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Wie präsentiere ich mich kostenlos?",
- content: "Über unseren Online-Zugang können Sie kostenfrei Basisdaten hinterlegen.",
- },
- {
- id: "q2",
- title: "Was bietet das Premium-Profil?",
- content: "Zusätzliche Informationen zu Ihrem Leistungsspektrum und höhere Reichweite.",
- },
- {
- id: "q3",
- title: "Wie ändere ich meine Praxisangaben?",
- content: "Sie können Ihre Daten jederzeit bequem über den Online-Zugang aktualisieren.",
- },
+ { id: "q1", title: "Wie präsentiere ich mich kostenlos?", content: "Über unseren Online-Zugang können Sie kostenfrei Basisdaten hinterlegen." },
+ { id: "q2", title: "Was bietet das Premium-Profil?", content: "Zusätzliche Informationen zu Ihrem Leistungsspektrum und höhere Reichweite." },
+ { id: "q3", title: "Wie ändere ich meine Praxisangaben?", content: "Sie können Ihre Daten jederzeit bequem über den Online-Zugang aktualisieren." },
]}
title="Häufige Fragen"
description="Alles Wichtige zur Anmeldung und Verwaltung Ihres Profils."
@@ -386,16 +168,8 @@ export default function LandingPage() {
title="Sind Sie Ärztin oder Arzt?"
description="Präsentieren Sie sich und Ihre Praxis noch heute in der Arztsuche."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Ihr Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "E-Mail-Adresse",
- },
+ { name: "name", type: "text", placeholder: "Ihr Name" },
+ { name: "email", type: "email", placeholder: "E-Mail-Adresse" },
]}
imageSrc="http://img.b2bpic.net/free-photo/physician-using-laptop-checkup-visit-with-old-man-sitting-waiting-room-lobby-general-practitioner-patient-talking-about-disease-diagnosis-healthcare-consulting-adult-health-center_482257-51644.jpg"
/>
@@ -405,42 +179,21 @@ export default function LandingPage() {