Merge version_1_1776415475126 into main #3

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

View File

@@ -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: "#" } }
]}
/>
</div>