Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-10 00:21:49 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Learn More" }
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png?_wi=1"
imageAlt="Vaxera vaccination management dashboard"
frameStyle="card"
mediaAnimation="slide-up"
@@ -126,19 +126,19 @@ export default function LandingPage() {
tag="Pricing"
plans={[
{
id: "starter", title: "Starter", price: "$199", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png", imageAlt: "Starter plan preview", button: { text: "Get Started", href: "#contact" },
id: "starter", title: "Starter", price: "$199", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png?_wi=2", imageAlt: "Starter plan preview", button: { text: "Get Started", href: "#contact" },
features: [
"Up to 500 patient records", "Basic vaccination analysis", "Email support", "Monthly calendar exports", "Standard compliance reports"
]
},
{
id: "professional", title: "Professional", price: "$499", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png", imageAlt: "Professional plan preview", button: { text: "Get Started", href: "#contact" },
id: "professional", title: "Professional", price: "$499", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png?_wi=3", imageAlt: "Professional plan preview", button: { text: "Get Started", href: "#contact" },
features: [
"Up to 5,000 patient records", "Advanced vaccination analysis", "Priority email & phone support", "Custom report generation", "Integration with EMR systems", "Team collaboration features"
]
},
{
id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png", imageAlt: "Enterprise plan preview", button: { text: "Contact Sales", href: "#contact" },
id: "enterprise", title: "Enterprise", price: "Custom", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aab93eoJLebJhP9ZwHRFTNEBeT/a-modern-healthcare-dashboard-interface--1773101961911-5d5564e6.png?_wi=4", imageAlt: "Enterprise plan preview", button: { text: "Contact Sales", href: "#contact" },
features: [
"Unlimited patient records", "Custom integrations", "Dedicated account manager", "24/7 phone & email support", "White-label options", "Advanced analytics dashboard"
]