diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 85c8199..e7ab19b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -67,8 +67,8 @@ export default function HomePage() { title="Membership" description="Join our coffee club" plans={[ - { tag: "Basic", price: "$10", features: ["Free drip coffee", "10% off"], primaryButton: { text: "Join", href: "#" } }, - { tag: "Pro", price: "$20", features: ["Unlimited drip", "20% off", "Merch"], primaryButton: { text: "Join", href: "#" } } + { tag: "Basic", price: "$10", description: "For casual drinkers", features: ["Free drip coffee", "10% off"], primaryButton: { text: "Join", href: "#" } }, + { tag: "Pro", price: "$20", description: "For coffee enthusiasts", features: ["Unlimited drip", "20% off", "Merch"], primaryButton: { text: "Join", href: "#" } } ]} />