Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 19:22:59 +00:00

View File

@@ -114,7 +114,7 @@ export default function LandingPage() {
<PricingCardTwo
plans={[
{
id: "free", badge: "Free Forever", badgeIcon: Gift,
id: "free", badge: "Forever Free", badgeIcon: Gift,
price: "$0", subtitle: "Everything you need", buttons: [
{ text: "Start Now", href: "#auth" },
{ text: "View Details", href: "#features" },
@@ -124,8 +124,8 @@ export default function LandingPage() {
},
]}
title="Always Free, Always Simple"
description="DoseMate is 100% free to use. No hidden costs, no premium tiers, no ads. Just powerful medicine management."
tag="Pricing"
description="DoseMate is 100% free to use. No hidden costs, no premium tiers, no ads. Trusted by 10,000+ users managing their health daily."
tag="Forever Free"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}