|
@@ -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",
|
|
|
+ },
|
|
|
+];
|