Content Blocks
Magazine
Magazine-style pricing section with editorial layout.
pricingmagazineeditoriallayout
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
issueText | string | Issue 024 • The Collection | Issue text displayed above title. |
title | string | Vogue | Section title text. |
subtitle | string | Subscription Tiers | Section subtitle text. |
plans | Array<{name: string, price: number, description?: string, image?: string}> | [] | Array of pricing plans with name, price, description, and optional image URL. |
backgroundColor | string | #f5f5f0 | Background color (hex, rgb, or hsl). |
cardBgColor | string | #ffffff | Card background color. |
cardShadowColor | string | rgba(0,0,0,0.1) | Card shadow color. |
badgeBgColor | string | #000000 | Badge background color. |
badgeTextColor | string | #ffffff | Badge text color. |
titleColor | string | #1a1a1a | Title text color. |
dividerColor | string | #000000 | Divider color. |
subtitleColor | string | #6b7280 | Subtitle text color. |
planNameColor | string | #1a1a1a | Plan name text color. |
planDescColor | string | #6b7280 | Plan description text color. |
priceColor | string | #1a1a1a | Price text color. |
buttonTextColor | string | #000000 | Button text color. |
buttonHoverTextColor | string | #6b7280 | Button hover text color. |
buttonBorderColor | string | #000000 | Button border color. |
buttonHoverBorderColor | string | #6b7280 | Button hover border color. |
footerText | string | Printed in Italy • 100% Recycled Paper | Footer text. |
footerTextColor | string | #9ca3af | Footer text color. |
buttonText | string | Subscribe | Button text. |