import Link from "next/link";
export default function Intro() {
return (
{/* Header Section */}
Welcome to the Next.js Autumn template
Get started with Autumn by setting up your account and exploring the
core features.
{/* Setup Requirements */}
Before you get started
-
Create your Autumn secret key{" "}
here
{" "}
and add it to the .env.local file
-
Connect your Stripe account{" "}
here
);
}