Create use-cases.js

This commit is contained in:
Stefan Pejcic 2024-02-28 21:26:04 +01:00 committed by GitHub
parent b911cf8570
commit 547e5d8779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
/** @type {import('../types/use-cases').UseCases[]} */
module.exports = [
{
route: "usystem",
title: "QUOTE/PURCHASE INTERFACE",
description:
"Usystem has developed a <strong>system for quoting/purchasing</strong> products for a logistics company in Paraguay via <strong>refine</strong>, the operator performs the purchase request for parts for vehicles, machines or administrative items.",
thumbImgURL: "/use-cases/usystem.png",
},
{
route: "gravity",
title: "DASHBOARD",
description:
"Gravity Enterprises has created a <strong>dashboard</strong> from scratch via <strong>refine</strong>.",
thumbImgURL: "/use-cases/gravity.png",
},
];