Merge version_1 into main #2
359
src/app/page.tsx
359
src/app/page.tsx
@@ -31,122 +31,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Suche",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Premium",
|
||||
id: "product",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{ name: "Suche", id: "hero" },
|
||||
{ name: "Leistungen", id: "features" },
|
||||
{ name: "Premium", id: "product" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="Arzt-Auskunft"
|
||||
button={{ text: "Anmelden", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Finden Sie Ärzte in Ihrer Nähe"
|
||||
description="Die Arzt-Auskunft der Stiftung Gesundheit unterstützt Sie bei der Suche nach dem passenden Mediziner in Ihrer direkten Umgebung. Vertrauen Sie auf geprüfte Daten."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Dr. Maria Müller",
|
||||
handle: "Innere Medizin",
|
||||
testimonial: "Eine vertrauenswürdige Quelle für meine Patienten.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Klaus Schmidt",
|
||||
handle: "Orthopädie",
|
||||
testimonial: "Optimale Reichweite für meine Praxis.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-pointing-laughing_1187-784.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Sarah Weber",
|
||||
handle: "Gynäkologie",
|
||||
testimonial: "Sehr einfach zu verwalten.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-medical-uniform-holding-his-stethoscope_114579-13032.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Thomas Meyer",
|
||||
handle: "Kardiologie",
|
||||
testimonial: "Hervorragende Positionierung.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg",
|
||||
},
|
||||
{
|
||||
name: "Dr. Lena Becker",
|
||||
handle: "Allgemeinmedizin",
|
||||
testimonial: "Top Service für Ärzte.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187359.jpg",
|
||||
},
|
||||
{ name: "Dr. Maria Müller", handle: "Innere Medizin", testimonial: "Eine vertrauenswürdige Quelle für meine Patienten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg" },
|
||||
{ name: "Dr. Klaus Schmidt", handle: "Orthopädie", testimonial: "Optimale Reichweite für meine Praxis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-pointing-laughing_1187-784.jpg" },
|
||||
{ name: "Dr. Sarah Weber", handle: "Gynäkologie", testimonial: "Sehr einfach zu verwalten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-medical-uniform-holding-his-stethoscope_114579-13032.jpg" },
|
||||
{ name: "Dr. Thomas Meyer", handle: "Kardiologie", testimonial: "Hervorragende Positionierung.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital-hallway_23-2151997626.jpg" },
|
||||
{ name: "Dr. Lena Becker", handle: "Allgemeinmedizin", testimonial: "Top Service für Ärzte.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187359.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Arztsuche starten",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businesswoman-talking-her-colleagues-while-using-laptop-pointing-screen-office_637285-191.jpg?_wi=1"
|
||||
buttons={[{ text: "Arztsuche starten", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businesswoman-talking-her-colleagues-while-using-laptop-pointing-screen-office_637285-191.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg",
|
||||
alt: "Portrait einer Ärztin",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-black-doctor-standing-her-office-clinic_1157-52295.jpg",
|
||||
alt: "Portrait eines Arztes",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-male-doctor-wearing-medical-robe-with-stethoscope-isolated-orange-wall_141793-129484.jpg",
|
||||
alt: "Portrait eines Mediziners",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg",
|
||||
alt: "Portrait einer Fachkraft",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-young-doctor-scrubs_23-2147896901.jpg",
|
||||
alt: "Portrait einer Medizinerin",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168431.jpg", alt: "Portrait einer Ärztin" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-female-black-doctor-standing-her-office-clinic_1157-52295.jpg", alt: "Portrait eines Arztes" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-looking-camera-young-male-doctor-wearing-medical-robe-with-stethoscope-isolated-orange-wall_141793-129484.jpg", alt: "Portrait eines Mediziners" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg", alt: "Portrait einer Fachkraft" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-young-doctor-scrubs_23-2147896901.jpg", alt: "Portrait einer Medizinerin" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Geprüfte Daten",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hohe Reichweite",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Patientenzentriert",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kostenloses Profil",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Medizinische Experten",
|
||||
},
|
||||
{ type: "text", text: "Geprüfte Daten" },
|
||||
{ type: "text", text: "Hohe Reichweite" },
|
||||
{ type: "text", text: "Patientenzentriert" },
|
||||
{ type: "text", text: "Kostenloses Profil" },
|
||||
{ type: "text", text: "Medizinische Experten" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,14 +77,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Transparenz und Vertrauen",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/doctor-patient_23-2151947878.jpg",
|
||||
},
|
||||
{ type: "text", content: "Transparenz und Vertrauen" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/doctor-patient_23-2151947878.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Über uns",
|
||||
items: [
|
||||
{
|
||||
label: "Stiftung Gesundheit",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Presse",
|
||||
href: "#",
|
||||
},
|
||||
title: "Über uns", items: [
|
||||
{ label: "Stiftung Gesundheit", href: "#" },
|
||||
{ label: "Presse", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Arztsuche",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Premium-Profile",
|
||||
href: "#",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Arztsuche", href: "#" },
|
||||
{ label: "Premium-Profile", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user