From 43548dbf5023bc5352ff8b80edcf7c9380b63ce7 Mon Sep 17 00:00:00 2001 From: Alex Arvanitidis Date: Thu, 23 Jan 2025 14:08:03 +0200 Subject: [PATCH] fix: add more text on homepage to link to the dashboard --- app/globals.css | 5 +++++ app/page.tsx | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/app/globals.css b/app/globals.css index a90f074..09540fd 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2,3 +2,8 @@ @tailwind components; @tailwind utilities; +@layer base { + a { + @apply text-indigo-600; + } +} diff --git a/app/page.tsx b/app/page.tsx index 43cdc4c..0e2e4cd 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -84,6 +84,28 @@ export default async function Home() {

+
+

+ Visit{' '} + + our dashboard + + ,{' '} + + explore existing models + {' '} + and run predictions on them or access{' '} + + our documentation + {' '} + to upload your own model +

+
{features.map(({ title, description, demo, large }) => (