Merge version_1_1776415475126 into main #2

Merged
bender merged 1 commits from version_1_1776415475126 into main 2026-04-17 08:47:31 +00:00

View File

@@ -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>