We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5677968 commit 22c59bcCopy full SHA for 22c59bc
src/app/page.tsx
@@ -212,7 +212,7 @@ export default function Home() {
212
>
213
Log in
214
</Link>
215
- <Link href="/signup">
+ <Link href="/onboarding">
216
<Button variant="outline" size="sm">
217
Sign up
218
</Button>
@@ -259,7 +259,7 @@ export default function Home() {
259
className={"w-57 -ml-3 rounded-full"}
260
/>
261
<button
262
- onClick={() => window.location.assign("/dashboard")}
+ onClick={() => window.location.assign("/onboarding")}
263
className="rounded-full relative cursor-pointer inline-flex items-center gap-2 bg-zinc-950 px-4 py-3 text-base font-medium text-zinc-50 outline outline-1 outline-[#fff2f21f]"
264
265
Analyse your Brand <ChevronRight className="h-5 w-5" />
0 commit comments