Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-11 18:03:19 +00:00
2 changed files with 36 additions and 19 deletions

View File

@@ -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 (
@@ -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,19 +238,30 @@ 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>

View File

@@ -10,15 +10,15 @@
--accent: #15479c;;
--background-accent: #a8cce8;; */
--background: #e8f4fb;;
--card: #f0faff;;
--foreground: #0c2d4a;;
--primary-cta: #0ea5e9;;
--background: #e6f7ff;;
--card: #f0fbff;;
--foreground: #0a2540;;
--primary-cta: #0891b2;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #f0faff;;
--secondary-cta: #f0fbff;;
--secondary-cta-text: #1c1c1c;;
--accent: #7dd3fc;;
--background-accent: #bae6fd;;
--accent: #06b6d4;;
--background-accent: #a5f3fc;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);