|
|
|
|
@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
|
|
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import { TrendingUp, Heart, Clock, Zap, Sparkles, ArrowRight, Award, Users, Mail, DollarSign, Crown } from 'lucide-react';
|
|
|
|
|
import { TrendingUp, Heart, Clock, Zap, Sparkles, ArrowRight, Award, Users, Mail, DollarSign, Crown, CheckCircle, ShieldCheck, Zap as ZapIcon } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -21,9 +21,9 @@ export default function LandingPage() {
|
|
|
|
|
contentWidth="compact"
|
|
|
|
|
sizing="largeSizeMediumTitles"
|
|
|
|
|
background="blurBottom"
|
|
|
|
|
cardStyle="solid"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
@@ -33,6 +33,7 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Solutions", id: "features" },
|
|
|
|
|
{ name: "Results", id: "metrics" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
brandName="RoboMed"
|
|
|
|
|
@@ -198,6 +199,10 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Talk to Sales", href: "#contact" },
|
|
|
|
|
{ text: "Explore Features", href: "#features" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -206,10 +211,10 @@ export default function LandingPage() {
|
|
|
|
|
tag="Take the Next Step"
|
|
|
|
|
tagIcon={Mail}
|
|
|
|
|
title="Ready to Transform Your Healthcare Facility?"
|
|
|
|
|
description="Schedule a confidential demo with our clinical experts. We'll show you exactly how RoboMed reduces staff burnout, improves patient outcomes, and delivers measurable ROI for your facility."
|
|
|
|
|
description="Schedule a confidential demo with our clinical experts to discuss your facility's unique procurement requirements. We'll show you exactly how RoboMed reduces staff burnout, improves patient outcomes, and delivers measurable ROI."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Request Demo", href: "mailto:hello@robomed.io" },
|
|
|
|
|
{ text: "Download ROI Analysis", href: "#" }
|
|
|
|
|
{ text: "Request Procurement Demo", href: "mailto:procurement@robomed.io" },
|
|
|
|
|
{ text: "Download Technical Specifications", href: "#" }
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -223,8 +228,9 @@ export default function LandingPage() {
|
|
|
|
|
title: "Solutions", items: [
|
|
|
|
|
{ label: "Automation Platform", href: "#features" },
|
|
|
|
|
{ label: "Case Studies", href: "#metrics" },
|
|
|
|
|
{ label: "Pricing", href: "#pricing" },
|
|
|
|
|
{ label: "Clinical Evidence", href: "#testimonials" }
|
|
|
|
|
{ label: "Pricing Plans", href: "#pricing" },
|
|
|
|
|
{ label: "Clinical Evidence", href: "#testimonials" },
|
|
|
|
|
{ label: "ROI Calculator", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -232,21 +238,32 @@ export default function LandingPage() {
|
|
|
|
|
{ label: "About RoboMed", href: "#about" },
|
|
|
|
|
{ label: "Healthcare Impact", href: "#metrics" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Contact Us", href: "#contact" }
|
|
|
|
|
{ label: "Contact Us", href: "#contact" },
|
|
|
|
|
{ label: "News & Updates", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Compliance & Legal", items: [
|
|
|
|
|
{ label: "HIPAA Compliance", href: "#" },
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
{ label: "Security Certifications", href: "#" },
|
|
|
|
|
{ label: "Accessibility", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{ label: "ROI Calculator", href: "#" },
|
|
|
|
|
{ label: "Technical Specs", href: "#" },
|
|
|
|
|
{ label: "Compliance Info", href: "#" },
|
|
|
|
|
{ label: "Security", href: "#" }
|
|
|
|
|
{ label: "Technical Documentation", href: "#" },
|
|
|
|
|
{ label: "Integration Guides", href: "#" },
|
|
|
|
|
{ label: "Support Portal", href: "#" },
|
|
|
|
|
{ label: "Blog & Insights", href: "#" },
|
|
|
|
|
{ label: "Webinars", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 RoboMed Healthcare Automation. All rights reserved. Transforming healthcare operations."
|
|
|
|
|
copyrightText="© 2025 RoboMed Healthcare Automation. All rights reserved. HIPAA Compliant | FDA Cleared | ISO 27001 Certified | SOC 2 Type II Audited. Transforming healthcare operations with secure, compliant automation."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|