| 1 |
const featuresPricingMetadata = [ |
| 2 |
{ |
| 3 |
id: "features-pricing-03", |
| 4 |
type: "pricing", |
| 5 |
style: ["three-columns", "modern"], |
| 6 |
description: |
| 7 |
"Modern pricing table with three plans (Free, Pro, Enterprise) in columns. Each plan includes a title, price, description, and feature list. Clean design with generous spacing. Perfect for SaaS pricing pages.", |
| 8 |
}, |
| 9 |
{ |
| 10 |
id: "features-pricing-04", |
| 11 |
type: "pricing", |
| 12 |
style: ["four-columns", "featured"], |
| 13 |
description: |
| 14 |
"Premium pricing table with four plans (Personal, Professional, Team, Enterprise) in columns. The Team plan is highlighted with a 'Recommended' badge. Each plan details features and includes a call-to-action button. Sophisticated design with optimal spacing. Ideal for professional service offerings.", |
| 15 |
}, |
| 16 |
]; |
| 17 |
|
| 18 |
export default featuresPricingMetadata; |
| 19 |
|