Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 255034f361 | |||
| 11f530c7b1 | |||
| f422316869 | |||
| 2280b77195 | |||
| e918ec8a0f | |||
| b73a7e1123 | |||
| 8a14650ccd | |||
| ed074ee2f1 | |||
| cac43ba70a |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user