Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
royallyscrewd committed Aug 2, 2024
1 parent 8ddc27b commit 709cabc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
SquarePen,
SquareChartGantt,
Blocks,
ExternalLink,
} from "lucide-react";

const features = [
Expand Down Expand Up @@ -53,6 +54,28 @@ export default function Home(): JSX.Element {
>
Learn more <ArrowRight className="ml-2 h-5 w-5" />
</a>
<a
href="https://lamapi.datai.disco.unimib.it/"
className="hover:text-secondarypink text-center inline-flex items-center dark:text-primarypink text-secondarypink font-sm rounded-lg text-sm px-5 py-2.5 me-2 mb-2 border-2 border-secondarypink dark:border-primarypink border-solid font-semibold"
>
Try it out{" "}
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
className="lucide lucide-external-link ml-2 h-5 w-5"
>
<path d="M15 3h6v6"></path>
<path d="M10 14 21 3"></path>
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
</svg>{" "}
</a>
</div>
<img
alt="Logo"
Expand Down Expand Up @@ -99,7 +122,7 @@ export default function Home(): JSX.Element {
</div>
<img
alt="Product screenshot"
src="/mantistable-ui-docs/img/mantisUI.png"
src="/lamapi-docs/img/lamapihome.png"
className="w-[48rem] max-w-none rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[57rem] md:-ml-4 lg:-ml-0"
/>
</div>
Expand Down
Binary file added static/img/lamapihome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 709cabc

Please sign in to comment.