3 Commits

Author SHA1 Message Date
a516a460a0 Update src/app/page.tsx 2026-03-04 16:34:05 +00:00
b715475b9a Merge version_2 into main
Merge version_2 into main
2026-03-04 16:32:04 +00:00
bb06c4cb13 Update src/app/page.tsx 2026-03-04 16:32:00 +00:00

View File

@@ -129,14 +129,14 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardTwo
title="Membership Tiers"
description="Select the perfect membership level to unlock exclusive benefits and privileges."
description="Join 5,000+ satisfied collectors enjoying white-glove service. Select the perfect membership level to unlock exclusive benefits and privileges."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
id: "1", badge: "Connoisseur", badgeIcon: Sparkles,
price: "Free", subtitle: "Access to our curated catalog", buttons: [
price: "Free", subtitle: "Browse & Discover with Email Updates", buttons: [
{ text: "Get Started", href: "#" },
{ text: "Learn More", href: "#" }
],