| 1 |
const featuresMetadata = [ |
| 2 |
{ |
| 3 |
id: "features-01", |
| 4 |
type: "features", |
| 5 |
style: ["three-columns", "modern"], |
| 6 |
description: |
| 7 |
"Modern features section with centered main title and subtitle. Three columns showcasing key benefits (Easy to Use, Fast Performance, 24/7 Support) with icons, titles, and descriptions. Clean design with generous spacing. Perfect for service presentation pages.", |
| 8 |
}, |
| 9 |
{ |
| 10 |
id: "features-02", |
| 11 |
type: "features", |
| 12 |
style: ["four-columns", "grid"], |
| 13 |
description: |
| 14 |
"Grid of four features (Smart Design, Secure, Customizable, Analytics) with icons, titles, and short descriptions. Compact and professional layout. Ideal for technical product or service pages.", |
| 15 |
}, |
| 16 |
{ |
| 17 |
id: "features-03", |
| 18 |
type: "features", |
| 19 |
style: ["cards", "colorful"], |
| 20 |
description: |
| 21 |
"Features section with catchy title and detailed subtitle. Four colorful cards presenting features (Task Management, Real-time Updates, Team Collaboration, Goal Tracking) with thematic icons. Modern and dynamic design. Perfect for project management pages.", |
| 22 |
}, |
| 23 |
]; |
| 24 |
|
| 25 |
export default featuresMetadata; |
| 26 |
|