GithubGitHub (#171)

This commit is contained in:
Matt Stein
2025-06-07 17:41:56 -07:00
committed by GitHub
parent 04a3a12d40
commit a6e8a1c362
12 changed files with 19 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ import { formatDate } from "date-fns";
import IntegrationCode from "./IntegrationCode";
import {
GithubStarButton,
GitHubStarButton,
HeroImage,
JoinWaitlist,
} from "~/components/landind-page";
@@ -37,7 +37,7 @@ export default function Home() {
</p>
<div className="flex flex-col items-center lg:flex-row justify-center mt-16 gap-8">
<JoinWaitlist />
<GithubStarButton />
<GitHubStarButton />
</div>
<HeroImage />