diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a56eb7..8bc94bd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -56,32 +44,15 @@ export default function LandingPage() {
@@ -190,59 +133,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Dr. Sarah Miller",
- role: "Head of Clinic",
- company: "Urban Care Hub",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
- },
+ id: "1", name: "Dr. Sarah Miller", role: "Head of Clinic", company: "Urban Care Hub", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg"},
{
- id: "2",
- name: "Mark Stevens",
- role: "IT Director",
- company: "General Hospital",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg",
- },
+ id: "2", name: "Mark Stevens", role: "IT Director", company: "General Hospital", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-work_23-2149485515.jpg"},
{
- id: "3",
- name: "Dr. Elena Vance",
- role: "Senior Surgeon",
- company: "Metro Health",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-work_1098-21533.jpg",
- },
+ id: "3", name: "Dr. Elena Vance", role: "Senior Surgeon", company: "Metro Health", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-work_1098-21533.jpg"},
{
- id: "4",
- name: "Robert Chen",
- role: "Data Analyst",
- company: "Regional Clinic",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-standing-with-crossed-arms-looking-serious-space-text_176474-19636.jpg",
- },
+ id: "4", name: "Robert Chen", role: "Data Analyst", company: "Regional Clinic", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-standing-with-crossed-arms-looking-serious-space-text_176474-19636.jpg"},
{
- id: "5",
- name: "Dr. Lisa Wong",
- role: "Chief Surgeon",
- company: "County Surgical",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-hospital-healthcare-workers-coronavirus-covid19-pandemic_657921-46.jpg",
- },
+ id: "5", name: "Dr. Lisa Wong", role: "Chief Surgeon", company: "County Surgical", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-surgeon-operation-theater-hospital-healthcare-workers-coronavirus-covid19-pandemic_657921-46.jpg"},
]}
kpiItems={[
{
- value: "5/5",
- label: "Satisfaction Rating",
- },
+ value: "5/5", label: "Satisfaction Rating"},
{
- value: "24/7",
- label: "Reliability Guarantee",
- },
+ value: "24/7", label: "Reliability Guarantee"},
{
- value: "100%",
- label: "Data Compliance",
- },
+ value: "100%", label: "Data Compliance"},
]}
title="What Care Providers Say"
description="Stories from the frontline of medical data integration."
@@ -255,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "How secure is patient data?",
- content: "We use bank-grade AES-256 encryption for all data in transit and at rest.",
- },
+ id: "1", title: "How secure is patient data?", content: "We use bank-grade AES-256 encryption for all data in transit and at rest."},
{
- id: "2",
- title: "Does it integrate with existing systems?",
- content: "Our platform supports all major HL7 and FHIR interoperability standards.",
- },
+ id: "2", title: "Does it integrate with existing systems?", content: "Our platform supports all major HL7 and FHIR interoperability standards."},
{
- id: "3",
- title: "How quickly can we launch?",
- content: "Most integrations are configured within 2-4 weeks depending on existing infrastructure.",
- },
+ id: "3", title: "How quickly can we launch?", content: "Most integrations are configured within 2-4 weeks depending on existing infrastructure."},
]}
title="Frequently Asked Questions"
description="Addressing common inquiries regarding our integration platform."
@@ -283,22 +186,13 @@ export default function LandingPage() {
description="Request a consultation for your hospital integration strategy."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Full Name",
- required: true,
+ name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "organization",
- type: "text",
- placeholder: "Medical Organization",
- required: true,
+ name: "organization", type: "text", placeholder: "Medical Organization", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-pills-with-keyboard_23-2148538265.jpg"
@@ -311,42 +205,27 @@ export default function LandingPage() {
logoText="MedSync"
columns={[
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
{
- label: "Integration",
- href: "#about",
- },
+ label: "Integration", href: "#about"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}