diff --git a/src/app/page.tsx b/src/app/page.tsx
index ef42a10..68e05bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { Clock, Globe, Lock, Shield, Zap } from "lucide-react";
+import { Activity, Clock, Globe, Heart, Lock, Shield, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,68 +45,43 @@ export default function LandingPage() {
@@ -125,34 +92,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Dermatology Hub",
- description: "AI-assisted skin diagnostics and remote specialist consultations.",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg?_wi=1",
- buttonIcon: "Zap",
+ title: "Dermatology Hub", description: "AI-assisted skin diagnostics and remote specialist consultations.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg", buttonIcon: Zap,
},
{
- title: "Mental Health Node",
- description: "Secure, patient-centric telehealth infrastructure for behavioral health.",
- imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg?_wi=1",
- buttonIcon: "Heart",
+ title: "Mental Health Node", description: "Secure, patient-centric telehealth infrastructure for behavioral health.", imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg", buttonIcon: Heart,
},
{
- title: "General Telehealth",
- description: "Seamless primary care routing and prescription management.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg",
- buttonIcon: "Globe",
+ title: "General Telehealth", description: "Seamless primary care routing and prescription management.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg", buttonIcon: Globe,
},
{
- title: "Pediatric Care",
- description: "Integrated digital pediatric specialized follow-up protocols.",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg?_wi=2",
- buttonIcon: "Shield",
+ title: "Pediatric Care", description: "Integrated digital pediatric specialized follow-up protocols.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg", buttonIcon: Shield,
},
{
- title: "Cardiology Hub",
- description: "Advanced remote heart monitoring and analysis.",
- imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg?_wi=2",
- buttonIcon: "Activity",
+ title: "Cardiology Hub", description: "Advanced remote heart monitoring and analysis.", imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg", buttonIcon: Activity,
},
]}
title="Our Clinic Network"
@@ -168,17 +120,11 @@ export default function LandingPage() {
description="Our centralized intelligent brain powers every clinic node, managing patient triage, doctor routing, and administrative automation with medical-grade precision."
bulletPoints={[
{
- title: "Smart Triage",
- description: "Automated symptom analysis and prioritization.",
- },
+ title: "Smart Triage", description: "Automated symptom analysis and prioritization."},
{
- title: "Routing Optimization",
- description: "Dynamic doctor-patient matching for faster care access.",
- },
+ title: "Routing Optimization", description: "Dynamic doctor-patient matching for faster care access."},
{
- title: "Admin Automation",
- description: "Reducing provider burnout by handling documentation and scheduling.",
- },
+ title: "Admin Automation", description: "Reducing provider burnout by handling documentation and scheduling."},
]}
imageSrc="http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572156.jpg"
mediaAnimation="blur-reveal"
@@ -192,22 +138,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- title: "Faster Care Access",
- value: "45%",
- icon: Zap,
+ id: "m1", title: "Faster Care Access", value: "45%", icon: Zap,
},
{
- id: "m2",
- title: "Scalable Infrastructure",
- value: "24/7",
- icon: Globe,
+ id: "m2", title: "Scalable Infrastructure", value: "24/7", icon: Globe,
},
{
- id: "m3",
- title: "Compliance Standards",
- value: "100%",
- icon: Shield,
+ id: "m3", title: "Compliance Standards", value: "100%", icon: Shield,
},
]}
title="Why MedPilot"
@@ -219,18 +156,13 @@ export default function LandingPage() {
@@ -239,29 +171,19 @@ export default function LandingPage() {