18 lines
313 B
JavaScript
18 lines
313 B
JavaScript
export const skills = [
|
|
{
|
|
title: "German-Grade Engineering Precision",
|
|
percentage: 85,
|
|
delay: ".2s",
|
|
},
|
|
{
|
|
title: "Scalable Designs to Fit All Budgets",
|
|
percentage: 90,
|
|
delay: ".4s",
|
|
},
|
|
{
|
|
title: "Maintenance with Maximum Uptime",
|
|
percentage: 87,
|
|
delay: ".2s",
|
|
},
|
|
];
|