docs(home): changes icons pics

This commit is contained in:
2025-08-27 07:38:03 -05:00
parent 045fd66832
commit 5d5401b248
7 changed files with 181 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: "Install / Update",
Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
Svg: require("@site/static/img/install_update.svg").default,
description: (
<>
Installation of LST onto your server, including how to setup
@@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "One Click Print",
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
Svg: require("@site/static/img/one_click_print.svg").default,
description: (
<>
Full process on how the One click print flow and bussiness logic
@@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Logistics",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
Svg: require("@site/static/img/logistics.svg").default,
description: (
<>
All Logistcs topics sucks as "Fake Edi", LST-Datamart (items
@@ -43,12 +43,12 @@ const FeatureList: FeatureItem[] = [
},
{
title: "TMS intergration",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
Svg: require("@site/static/img/transport.svg").default,
description: <>The TMS intergration, how to setup and how to manage.</>,
},
{
title: "Notification System",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
Svg: require("@site/static/img/notification_system.svg").default,
description: (
<>
These are a set of notifications/alerts that have been defined
@@ -59,7 +59,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Scanner app",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
Svg: require("@site/static/img/scanner_app.svg").default,
description: (
<>
The scanner app will be the same app with more limited features
@@ -73,9 +73,9 @@ const FeatureList: FeatureItem[] = [
function Feature({ title, Svg, description }: FeatureItem) {
return (
<div className={clsx("col col--4")}>
{/* <div className="text--center">
<div className="text--center">
<Svg className={styles.featureSvg} role="img" />
</div> */}
</div>
<div className="text--center padding-horiz--md">
<Heading as="h3">{title}</Heading>
<p>{description}</p>