diff --git a/app/(auth)/sign-up/[[...sign-up]]/page.tsx b/app/(auth)/sign-up/[[...sign-up]]/page.tsx index e809dfd..c6f77c0 100644 --- a/app/(auth)/sign-up/[[...sign-up]]/page.tsx +++ b/app/(auth)/sign-up/[[...sign-up]]/page.tsx @@ -23,7 +23,7 @@ function getIntentCopy(intent: string | undefined) { } return { - label: 'Create Account', + label: 'Create account', title: 'Create your CallbackCloser account', detail: 'Create a new owner account here. CallbackCloser handles setup for you, then unlocks your workspace when everything is ready.', diff --git a/app/contact/page.tsx b/app/contact/page.tsx index dc31136..ef0d1a5 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -4,7 +4,7 @@ import { PublicSiteFooter } from '@/components/public-site-footer'; import { PublicSiteNav } from '@/components/public-site-nav'; import { buttonVariants } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; -import { PUBLIC_CREATE_ACCOUNT_PATH, PUBLIC_START_FREE_PILOT_PATH } from '@/lib/public-auth-routing'; +import { PUBLIC_SIGN_IN_PATH, PUBLIC_START_FREE_PILOT_PATH } from '@/lib/public-auth-routing'; const outreachInputs = [ 'Business name and service type', @@ -51,8 +51,8 @@ export default function ContactPage() { Start 14-day pilot - - Create account + + Sign in View pricing diff --git a/app/page.tsx b/app/page.tsx index 8133a95..ba1ea03 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,7 +5,7 @@ import { PublicSiteNav } from '@/components/public-site-nav'; import { Badge } from '@/components/ui/badge'; import { buttonVariants } from '@/components/ui/button'; import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card'; -import { PUBLIC_CREATE_ACCOUNT_PATH, PUBLIC_START_FREE_PILOT_PATH } from '@/lib/public-auth-routing'; +import { PUBLIC_START_FREE_PILOT_PATH } from '@/lib/public-auth-routing'; const flowSteps = [ { @@ -183,13 +183,10 @@ export default function LandingPage() { {pilotIncludes.map((item) => (
- {item}
))} -