| 1 |
const timelinesMetadata = [ |
| 2 |
{ |
| 3 |
id: "timeline-01", |
| 4 |
type: "timeline", |
| 5 |
style: ["vertical", "milestones"], |
| 6 |
description: |
| 7 |
"Vertical timeline with title 'Company Milestones' and four key events (2018-2024). Each event includes a date and description. Vertical layout with timeline line. Perfect for presenting company history or important project milestones.", |
| 8 |
}, |
| 9 |
{ |
| 10 |
id: "timeline-02", |
| 11 |
type: "timeline", |
| 12 |
style: ["horizontal", "journey"], |
| 13 |
description: |
| 14 |
"Horizontal timeline with title 'Our Journey' and three major events (2019-2023). Each event includes a date and short description. Horizontal layout suitable for wide screens. Ideal for presenting progression or journey in a linear way.", |
| 15 |
}, |
| 16 |
]; |
| 17 |
|
| 18 |
export default timelinesMetadata; |
| 19 |
|