Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a331f6992 | |||
| 1d3d182192 |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -32,15 +32,18 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Metrics", id: "metrics" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Sign In", id: "signin" },
|
||||
{ name: "Sign Up", id: "signup" },
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Metrics", id: "metrics"},
|
||||
{
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="MediCore System"
|
||||
button={{ text: "Login", href: "#contact" }}
|
||||
button={{
|
||||
text: "Login", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,31 +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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
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/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/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/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/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/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"
|
||||
/>
|
||||
@@ -95,9 +104,15 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Shield, 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." },
|
||||
{ icon: Activity, title: "Clinical Analytics", description: "Predictive insights and real-time operational reporting." },
|
||||
{
|
||||
icon: Shield,
|
||||
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."},
|
||||
{
|
||||
icon: Activity,
|
||||
title: "Clinical Analytics", description: "Predictive insights and real-time operational reporting."},
|
||||
]}
|
||||
title="Core System Capabilities"
|
||||
description="Enterprise-grade features designed for modern clinical settings."
|
||||
@@ -110,9 +125,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "99.9%", title: "Uptime", description: "Critical system availability.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg" },
|
||||
{ id: "m2", value: "40%", title: "Efficiency", description: "Reduction in administrative burden.", imageSrc: "http://img.b2bpic.net/free-photo/plan-planning-guidelines-process-solution-concept_53876-21153.jpg" },
|
||||
{ id: "m3", value: "1M+", title: "Records", description: "Processed securely annually.", imageSrc: "http://img.b2bpic.net/free-vector/25-data-analysis-solid-glyph-icon-pack-vector-icons-illustration_1142-18636.jpg" },
|
||||
{
|
||||
id: "m1", value: "99.9%", title: "Uptime", description: "Critical system availability.", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169856.jpg"},
|
||||
{
|
||||
id: "m2", value: "40%", title: "Efficiency", description: "Reduction in administrative burden.", imageSrc: "http://img.b2bpic.net/free-photo/plan-planning-guidelines-process-solution-concept_53876-21153.jpg"},
|
||||
{
|
||||
id: "m3", value: "1M+", title: "Records", description: "Processed securely annually.", imageSrc: "http://img.b2bpic.net/free-vector/25-data-analysis-solid-glyph-icon-pack-vector-icons-illustration_1142-18636.jpg"},
|
||||
]}
|
||||
title="System Performance Impact"
|
||||
description="Trusted by hospitals worldwide to optimize their daily operations."
|
||||
@@ -124,11 +142,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great results", quote: "The best system we have implemented.", name: "Dr. Aris", role: "Head Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-surgeon-hospital-female-healthcare-worker-is-wearing-scrubs-she-is-standing-with-arms-crossed-against-lights_657921-767.jpg" },
|
||||
{ id: "2", title: "Robust", quote: "Finally, a reliable way to manage patient flows.", name: "Lisa M.", role: "Clinic Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-66892.jpg" },
|
||||
{ id: "3", title: "Efficient", quote: "Simplified our billing and record systems.", name: "Tom B.", role: "Finance Director", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-successful-businessman-buttoning-his-elegant-suit-isolated-dark-background_613910-5497.jpg" },
|
||||
{ id: "4", title: "Secure", quote: "I feel much better about our data compliance.", name: "Alice K.", role: "IT Security", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-doctor-monitoring-oxygen-therapy-hyperbaric-chamber-looking-camera-while-sitting-control-room_637285-370.jpg" },
|
||||
{ id: "5", title: "Game Changer", quote: "Integrated perfectly into our legacy stack.", name: "Dr. Sam", role: "Chief of Staff", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-special-equipment_23-2148980809.jpg" },
|
||||
{
|
||||
id: "1", title: "Great results", quote: "The best system we have implemented.", name: "Dr. Aris", role: "Head Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-surgeon-hospital-female-healthcare-worker-is-wearing-scrubs-she-is-standing-with-arms-crossed-against-lights_657921-767.jpg"},
|
||||
{
|
||||
id: "2", title: "Robust", quote: "Finally, a reliable way to manage patient flows.", name: "Lisa M.", role: "Clinic Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-66892.jpg"},
|
||||
{
|
||||
id: "3", title: "Efficient", quote: "Simplified our billing and record systems.", name: "Tom B.", role: "Finance Director", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-successful-businessman-buttoning-his-elegant-suit-isolated-dark-background_613910-5497.jpg"},
|
||||
{
|
||||
id: "4", title: "Secure", quote: "I feel much better about our data compliance.", name: "Alice K.", role: "IT Security", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-doctor-monitoring-oxygen-therapy-hyperbaric-chamber-looking-camera-while-sitting-control-room_637285-370.jpg"},
|
||||
{
|
||||
id: "5", title: "Game Changer", quote: "Integrated perfectly into our legacy stack.", name: "Dr. Sam", role: "Chief of Staff", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-special-equipment_23-2148980809.jpg"},
|
||||
]}
|
||||
title="Trusted by Clinical Leaders"
|
||||
description="Hear how institutions optimize patient outcomes with our software."
|
||||
@@ -141,9 +164,24 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", title: "Basic", price: "$299", period: "/month", features: ["1 User", "Basic EHR", "Support"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/technology-card-finance-notebook-computer-delivery_1421-258.jpg" },
|
||||
{ id: "p2", title: "Enterprise", price: "$999", period: "/month", features: ["Unlimited Users", "Full Suite", "24/7 Support"], button: { text: "Contact Sales", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-chip-technology-concept_53876-121053.jpg" },
|
||||
{ id: "p3", title: "Custom", price: "Quote", period: "Contact", features: ["Dedicated API", "Custom Dev", "Priority Support"], button: { text: "Request Quote", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg" },
|
||||
{
|
||||
id: "p1", title: "Basic", price: "$299", period: "/month", features: [
|
||||
"1 User", "Basic EHR", "Support"],
|
||||
button: {
|
||||
text: "Get Started", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-card-finance-notebook-computer-delivery_1421-258.jpg"},
|
||||
{
|
||||
id: "p2", title: "Enterprise", price: "$999", period: "/month", features: [
|
||||
"Unlimited Users", "Full Suite", "24/7 Support"],
|
||||
button: {
|
||||
text: "Contact Sales", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-chip-technology-concept_53876-121053.jpg"},
|
||||
{
|
||||
id: "p3", title: "Custom", price: "Quote", period: "Contact", features: [
|
||||
"Dedicated API", "Custom Dev", "Priority Support"],
|
||||
button: {
|
||||
text: "Request Quote", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-looking-stock-market-statistics-tablet-developing-business-project-women-analyzing-sales-investment-growth-with-financial-graphics-digital-device-close-up_482257-35450.jpg"},
|
||||
]}
|
||||
title="Flexible Enterprise Plans"
|
||||
description="Scalable licensing models for hospitals of all sizes."
|
||||
@@ -155,9 +193,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Is PHI data secure?", content: "Yes, we are HIPAA and GDPR compliant." },
|
||||
{ id: "f2", title: "Migration support?", content: "Our migration team handles data transfers seamlessly." },
|
||||
{ id: "f3", title: "Integration capability?", content: "We support HL7/FHIR for broad interoperability." },
|
||||
{
|
||||
id: "f1", title: "Is PHI data secure?", content: "Yes, we are HIPAA and GDPR compliant."},
|
||||
{
|
||||
id: "f2", title: "Migration support?", content: "Our migration team handles data transfers seamlessly."},
|
||||
{
|
||||
id: "f3", title: "Integration capability?", content: "We support HL7/FHIR for broad interoperability."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medical-questionnaire_1098-19363.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -170,12 +211,14 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Transformation"
|
||||
description="Ready to modernize your hospital operations? Connect with our implementation experts today."
|
||||
buttons={[
|
||||
{ text: "Request a Demo", href: "#" },
|
||||
{
|
||||
text: "Request a Demo", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,9 +226,30 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "About Us", href: "#about" }, { label: "Features", href: "#features" }] },
|
||||
{ items: [{ label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="MediCore"
|
||||
/>
|
||||
@@ -193,4 +257,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user