From 953151d253bc927c7a09426d05b2315a442ca197 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 21 Mar 2024 05:05:07 +0000 Subject: [PATCH] landing: Add the demo link to the landing page and mention it in the docs --- apps/landing/app/page.tsx | 15 ++++++++++++--- docs/docs/01-intro.md | 12 ++++++++++++ docs/docusaurus.config.ts | 24 ++++++++++++------------ 3 files changed, 36 insertions(+), 15 deletions(-) diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index 1c852b80..9a7b023c 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -1,12 +1,13 @@ import Image from "next/image"; import Link from "next/link"; -import { Button, buttonVariants } from "@/components/ui/button"; +import { buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; import screenshot from "@/public/screenshot.png"; import { ExternalLink, Github, PackageOpen } from "lucide-react"; const GITHUB_LINK = "https://github.com/MohamedBassem/hoarder-app"; const DOCS_LINK = "https://docs.hoarder.app"; +const DEMO_LINK = "https://try.hoarder.app"; function NavBar() { return ( @@ -56,11 +57,19 @@ function Hero() {
- +