···11import type { Metadata } from "next";
22-import Link from "next/link";
32import { redirect } from "next/navigation";
4354import { monitorRegions } from "@openstatus/db/src/schema/constants";
···6261 The data will be stored for{" "}
6362 <span className="text-foreground">7 days</span>. If you want to persist
6463 the data,{" "}
6565- <Link
6666- href="/app/login"
6464+ <a
6565+ href="https://app.openstatus.dev"
6766 className="text-foreground underline underline-offset-4 hover:no-underline"
6867 >
6968 login
7070- </Link>{" "}
6969+ </a>{" "}
7170 to your account.
7271 </p>
7372 </Shell>
···6262 <InBetweenCTA
6363 description="Learn how your services are performing over time, and notify your users of any issues."
6464 actions={{
6565- primary: { label: "Start for Free", href: "/app/login" },
6565+ primary: {
6666+ label: "Start for Free",
6767+ href: "https://app.openstatus.dev",
6868+ },
6669 secondary: { label: "Schedule a Demo", href: "/cal", target: "_blank" },
6770 }}
6871 {...props}