diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 420912e..9fa56d9 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -7,35 +7,28 @@ import Heading from '@theme/Heading'; import styles from './index.module.css'; -import { Check, ArrowRight } from 'lucide-react'; +import { Check, ArrowRight, SquarePen, SquareChartGantt, Blocks } from 'lucide-react'; const features = [ { - name: 'Feature 1', + name: 'Friendly UI system for interacting and managing STI approaches', description: - 'Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.', - icon: Check, + 'We know designing a user-friendly, robust UI can be a challenge and can demand both technical prowess and design skills, that is why we developed MantisTable UI', + icon: SquareChartGantt, }, { - name: 'Feature 2', - description: 'Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.', - icon: Check, + name: 'Visualisation of annotations', + description: 'With MantisTable UI, you can easily visualise table annotations, providing a clear and intuitive overview of your data', + icon: SquarePen, }, { - name: 'Feature 3', - description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.', - icon: Check, - }, - - { - name: 'Feature 4', - description: 'Ac tincidunt sapien vehicula erat auctor pellentesque rhoncus. Et magna sit morbi lobortis.', - icon: Check, + name: 'Powerful and flexible plugin system', + description: 'This incredible feature enables users to easily extend and customise its functionality, offering a seamless experience and allowing for effortless expansion and personalisation', + icon: Blocks, }, ] - export default function Home(): JSX.Element { const {siteConfig} = useDocusaurusContext(); return ( @@ -43,7 +36,7 @@ export default function Home(): JSX.Element { title={`Hello from ${siteConfig.title}`} description="MantisTable UI was designed to let you tame your Semantic Table Interpretation approach.">
-
+

MantisTable UI

@@ -55,8 +48,8 @@ export default function Home(): JSX.Element {

Effortless data interaction and simple table navigation with a Graphic User Interface for Semantic Table Interpretion

- + + Learn more
@@ -69,10 +62,9 @@ export default function Home(): JSX.Element {
-

An intuitive UI

+

An intuitive UI for Semantic Table Interpretation

- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, - iste dolor cupiditate blanditiis ratione. + MantisTable UI is the ultimate web interface for managing Semantic Table Interpretation (STI) approaches, providing an intuitive, ready-to-use platform tailored anyone who is interested in STI world.

{features.map((feature) => ( diff --git a/static/img/favicon.ico b/static/img/favicon.ico index c01d54b..c145e90 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ