6 Commits

Author SHA1 Message Date
11f530c7b1 Update src/app/page.tsx 2026-03-03 19:33:25 +00:00
f422316869 Update src/app/layout.tsx 2026-03-03 19:33:24 +00:00
e918ec8a0f Update src/app/page.tsx 2026-03-03 19:31:59 +00:00
b73a7e1123 Update src/app/layout.tsx 2026-03-03 19:31:58 +00:00
ed074ee2f1 Update src/app/page.tsx 2026-03-03 19:22:55 +00:00
cac43ba70a Merge version_1 into main
Merge version_1 into main
2026-03-03 19:19:56 +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}