From 9aeca9ab84af9f016c96b2883b4f6dbf4a2e2890 Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Sun, 3 Dec 2023 01:08:47 +0100 Subject: [PATCH] use signup notice everywhere --- src/app/page.tsx | 7 ++++--- src/app/pricing/page.tsx | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97fe22f..d0e49ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import WorkerPopupSrc from '../assets/worker_popup.png'; import ExportSrc from '../assets/export.png'; import CorrectSrc from '../assets/correction.svg'; import clsx from 'clsx'; +import Link from 'next/link'; export default function HomePage() { return ( @@ -95,12 +96,12 @@ function Hero() { Perfect for interviews, podcasts, video subtitles or voice recordings.

- Get started for free → - +
@@ -111,12 +111,12 @@ function PricingCard({

{title}

{children}
- {buttonText} - +
); }