Merge version_1_1776415475126 into main #2
@@ -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: "#" } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user