Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 06:40:19 +00:00

View File

@@ -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() {
<NavbarStyleFullscreen
navItems={[
{
name: "Clinics",
id: "#clinics",
},
name: "Clinics", id: "#clinics"},
{
name: "AI Engine",
id: "#ai-engine",
},
name: "AI Engine", id: "#ai-engine"},
{
name: "Why Us",
id: "#why-us",
},
name: "Why Us", id: "#why-us"},
{
name: "Partner",
id: "#contact",
},
name: "Partner", id: "#contact"},
]}
brandName="MedPilot"
/>
@@ -53,68 +45,43 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
title="Rebuilding Healthcare, One Digital Clinic at a Time"
description="MedPilot operates a premium network of AI-powered telehealth clinics across multiple specialties, delivering scalable care to the world."
buttons={[
{
text: "Explore Our Clinics",
href: "#clinics",
},
text: "Explore Our Clinics", href: "#clinics"},
{
text: "Book a Consultation",
href: "#contact",
},
text: "Book a Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-doctor-office-featuring-modern-medical-equipment-pills_482257-124730.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg",
alt: "Specialist 1",
},
src: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg", alt: "Specialist 1"},
{
src: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg",
alt: "Specialist 2",
},
src: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg", alt: "Specialist 2"},
{
src: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg",
alt: "Specialist 3",
},
src: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-low-poly-plexus-design_1048-15687.jpg", alt: "Specialist 3"},
{
src: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572156.jpg",
alt: "Specialist 4",
},
src: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572156.jpg", alt: "Specialist 4"},
{
src: "http://img.b2bpic.net/free-photo/empty-doctor-office-featuring-modern-medical-equipment-pills_482257-124730.jpg",
alt: "Specialist 5",
},
src: "http://img.b2bpic.net/free-photo/empty-doctor-office-featuring-modern-medical-equipment-pills_482257-124730.jpg", alt: "Specialist 5"},
]}
avatarText="Trusted by 500+ global medical professionals"
marqueeItems={[
{
type: "text",
text: "HIPAA Compliant",
type: "text", text: "HIPAA Compliant"},
{
type: "text-icon", text: "24/7 Support", icon: Clock,
},
{
type: "text-icon",
text: "24/7 Support",
icon: Clock,
type: "text", text: "AI-Driven Triage"},
{
type: "text-icon", text: "Secure Data", icon: Lock,
},
{
type: "text",
text: "AI-Driven Triage",
},
{
type: "text-icon",
text: "Secure Data",
icon: Lock,
},
{
type: "text",
text: "Global Scale",
},
type: "text", text: "Global Scale"},
]}
/>
</div>
@@ -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() {
<ContactText
useInvertedBackground={true}
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
text="Join the network shaping the future of digital healthcare."
buttons={[
{
text: "Partner with MedPilot",
href: "#",
},
text: "Partner with MedPilot", href: "#"},
{
text: "Book Care",
href: "#",
},
text: "Book Care", href: "#"},
]}
/>
</div>
@@ -239,29 +171,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Compliance",
href: "#",
},
label: "Compliance", href: "#"},
],
},
]}