diff --git a/src/app/page.tsx b/src/app/page.tsx
index e98c7aa..4f6855f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,27 +33,17 @@ export default function LandingPage() {
@@ -63,69 +53,37 @@ export default function LandingPage() {
description="Revolutionizing patient care and administrative precision with our intelligent management platform."
testimonials={[
{
- name: "Dr. Smith",
- handle: "@medcore",
- testimonial: "Increased our hospital throughput by 40%.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33393.jpg",
- },
+ name: "Dr. Smith", handle: "@medcore", testimonial: "Increased our hospital throughput by 40%.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33393.jpg"},
{
- name: "Nurse Jane",
- handle: "@healthcare",
- testimonial: "Intuitive design reduces training time significantly.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-standing-with-crossed-arms-looking-confident_176474-82902.jpg",
- },
+ name: "Nurse Jane", handle: "@healthcare", testimonial: "Intuitive design reduces training time significantly.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-standing-with-crossed-arms-looking-confident_176474-82902.jpg"},
{
- name: "Admin Mark",
- handle: "@ops",
- testimonial: "Data synchronization is flawless and secure.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
- },
+ name: "Admin Mark", handle: "@ops", testimonial: "Data synchronization is flawless and secure.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
{
- name: "Dr. Alan",
- handle: "@surgeon",
- testimonial: "Essential for modern clinical operations.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg",
- },
+ name: "Dr. Alan", handle: "@surgeon", testimonial: "Essential for modern clinical operations.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg"},
{
- name: "Sarah P.",
- handle: "@records",
- testimonial: "Patient tracking has never been easier.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentistry-assistant-looking-camera-standing-stomatology-clinic-caucasian-woman-with-nurse-occupation-working-dental-office-wearing-medical-uniform-teethcare_482257-28172.jpg",
- },
+ name: "Sarah P.", handle: "@records", testimonial: "Patient tracking has never been easier.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-dentistry-assistant-looking-camera-standing-stomatology-clinic-caucasian-woman-with-nurse-occupation-working-dental-office-wearing-medical-uniform-teethcare_482257-28172.jpg"},
]}
buttons={[
{
- text: "Schedule Demo",
- href: "#contact",
- },
+ text: "Schedule Demo", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-med-school-pupil-studies-pharmacology-notes-library_482257-117779.jpg"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/hospital-staff-examine-cardiovascular-x-ray-results-discuss-treatment-option_482257-123158.jpg",
- alt: "Hospital staff examine cardiovascular x ray",
- },
+ src: "http://img.b2bpic.net/free-photo/hospital-staff-examine-cardiovascular-x-ray-results-discuss-treatment-option_482257-123158.jpg", alt: "Hospital staff examine cardiovascular x ray"},
{
- src: "http://img.b2bpic.net/free-photo/specialist-old-woman-discuss-x-ray-scan-preventive-cancer-medicine_482257-126618.jpg",
- alt: "Specialist and patient",
- },
+ src: "http://img.b2bpic.net/free-photo/specialist-old-woman-discuss-x-ray-scan-preventive-cancer-medicine_482257-126618.jpg", alt: "Specialist and patient"},
{
- src: "http://img.b2bpic.net/free-photo/doctor-checking-patient-results-smartphone-with-green-screen-hospital-cabinet-nurse-blue-medical-uniform-closes-glass-door-healthcare-specialist-hospital-cabinet-using-smartphone-with-mo_482257-3096.jpg",
- alt: "Doctor with smartphone",
- },
+ src: "http://img.b2bpic.net/free-photo/doctor-checking-patient-results-smartphone-with-green-screen-hospital-cabinet-nurse-blue-medical-uniform-closes-glass-door-healthcare-specialist-hospital-cabinet-using-smartphone-with-mo_482257-3096.jpg", alt: "Doctor with smartphone"},
{
- src: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg",
- alt: "Medical expert meeting",
- },
+ src: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg", alt: "Medical expert meeting"},
{
- src: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg",
- alt: "Stomatology surgery patient",
- },
+ src: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg", alt: "Stomatology surgery patient"},
]}
avatarText="Trusted by 500+ clinics"
/>
@@ -148,19 +106,13 @@ export default function LandingPage() {
features={[
{
icon: Shield,
- title: "Secure Records",
- description: "Encrypted PHI management compliant with global healthcare standards.",
- },
+ title: "Secure Records", description: "Encrypted PHI management compliant with global healthcare standards."},
{
icon: Zap,
- title: "Rapid Triage",
- description: "Automated workflow prioritization for emergency room efficiency.",
- },
+ title: "Rapid Triage", description: "Automated workflow prioritization for emergency room efficiency."},
{
icon: Activity,
- title: "Clinical Analytics",
- description: "Predictive insights and real-time operational reporting.",
- },
+ title: "Clinical Analytics", description: "Predictive insights and real-time operational reporting."},
]}
title="Core System Capabilities"
description="Enterprise-grade features designed for modern clinical settings."
@@ -169,30 +121,16 @@ export default function LandingPage() {
@@ -363,37 +229,25 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Features",
- href: "#features",
- },
+ label: "Features", href: "#features"},
],
},
{
items: [
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}