Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a516a460a0 | |||
| b715475b9a | |||
| bb06c4cb13 |
@@ -129,14 +129,14 @@ export default function LandingPage() {
|
|||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardTwo
|
<PricingCardTwo
|
||||||
title="Membership Tiers"
|
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"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Connoisseur", badgeIcon: Sparkles,
|
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: "Get Started", href: "#" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user