diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c527d91..85c8199 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", period: "mo", features: ["Free drip coffee", "10% off"], primaryButton: { text: "Join", href: "#" } }, - { tag: "Pro", price: "$20", period: "mo", features: ["Unlimited drip", "20% off", "Merch"], primaryButton: { text: "Join", href: "#" } } + { 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: "#" } } ]} />