diff --git a/src/app/page.tsx b/src/app/page.tsx
index 39dd4b9..380dc3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
+import { Microscope, FileText, ClipboardList } from "lucide-react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqDouble from '@/components/sections/faq/FaqDouble';
@@ -30,22 +31,10 @@ export default function LandingPage() {
@@ -56,45 +45,31 @@ export default function LandingPage() {
logoText="PJIVerlauf kompakt"
description="Structure PJI cases. Document faster. Export instantly. Transform scattered infection data into clear, chronological summaries for orthopedic and infectious disease teams."
buttons={[
- {
- text: "Start a new case",
- href: "#contact",
- },
+ { text: "Start a new case", href: "#contact" },
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/senior-female-patient-taking-medical-history-data-with-test-results_482257-122752.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/senior-female-patient-taking-medical-history-data-with-test-results_482257-122752.jpg"
/>
@@ -234,20 +146,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Does this tool replace clinical judgment?",
- content: "No, PJIVerlauf kompakt is for documentation support only. It does not provide automated diagnoses or medical advice.",
- },
+ id: "q1", title: "Does this tool replace clinical judgment?", content: "No, PJIVerlauf kompakt is for documentation support only. It does not provide automated diagnoses or medical advice."},
{
- id: "q2",
- title: "Is data stored locally?",
- content: "The system is designed for secure, standardized clinical documentation and maintains strict adherence to local medical audit and data retention requirements.",
- },
+ id: "q2", title: "Is data stored locally?", content: "The system is designed for secure, standardized clinical documentation and maintains strict adherence to local medical audit and data retention requirements."},
{
- id: "q3",
- title: "Who can use this application?",
- content: "It is optimized for use by orthopedic surgical residents, infectious disease consultants, and hospital quality officers managing PJI cases.",
- },
+ id: "q3", title: "Who can use this application?", content: "It is optimized for use by orthopedic surgical residents, infectious disease consultants, and hospital quality officers managing PJI cases."},
]}
title="Frequently Asked Questions"
description="Answers to common questions regarding the use and implementation of PJIVerlauf."
@@ -261,23 +164,9 @@ export default function LandingPage() {
title="Start your clinical journey"
description="Reach out to discuss implementation or to request a demo for your orthopedic or ID department."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
- },
- {
- name: "hospital",
- type: "text",
- placeholder: "Hospital / Department Name",
- },
+ { name: "name", type: "text", placeholder: "Full Name", required: true },
+ { name: "email", type: "email", placeholder: "Email Address", required: true },
+ { name: "hospital", type: "text", placeholder: "Hospital / Department Name" },
]}
buttonText="Get Started"
imageSrc="http://img.b2bpic.net/free-photo/male-general-practitioner-explaining-preventative-medicine-risk-factors_482257-126397.jpg"