Skip to content

Commit 6ce116f

Browse files
Claudehotlong
andauthored
Update demo URLs to demo.hotcrm.com
Agent-Logs-Url: https://github.com/objectstack-ai/hotcrm/sessions/3d26a726-586f-47a5-a01d-5a988e4db9fe Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 14d5a99 commit 6ce116f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/docs/app/[locale]/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
6060

6161
<div className="flex flex-col sm:flex-row gap-4 justify-center items-center animate-in fade-in slide-in-from-bottom-8 duration-1000 delay-300">
6262
<Link
63-
href="/signup"
63+
href="https://demo.hotcrm.com"
6464
className="hero-cta-primary inline-flex h-12 items-center justify-center rounded-lg bg-primary px-8 text-base font-medium text-primary-foreground shadow-lg transition-all hover:shadow-primary/25 hover:shadow-xl"
6565
>
6666
{dict.home.getStarted}
6767
<ArrowRight className="ml-2 w-5 h-5" />
6868
</Link>
6969
<Link
70-
href="/book-demo"
70+
href="https://demo.hotcrm.com"
7171
className="inline-flex h-12 items-center justify-center rounded-lg border border-border bg-background/50 backdrop-blur-sm px-8 text-base font-medium shadow-sm transition-all hover:bg-accent hover:text-accent-foreground"
7272
>
7373
{dict.home.viewOnGithub}
@@ -363,14 +363,14 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
363363
<p className="text-lg text-muted-foreground mb-10 max-w-2xl mx-auto leading-relaxed">{dict.home.ctaSubtitle}</p>
364364
<div className="flex flex-col sm:flex-row justify-center gap-4">
365365
<Link
366-
href="/signup"
366+
href="https://demo.hotcrm.com"
367367
className="inline-flex h-12 items-center justify-center rounded-lg bg-foreground text-background px-8 text-base font-medium transition-all hover:bg-foreground/90 hover:shadow-lg"
368368
>
369369
{dict.home.readDocs}
370370
<ArrowRight className="ml-2 w-5 h-5" />
371371
</Link>
372372
<Link
373-
href="/book-demo"
373+
href="https://demo.hotcrm.com"
374374
className="inline-flex h-12 items-center justify-center rounded-lg border border-border bg-background/50 backdrop-blur-sm px-8 text-base font-medium shadow-sm transition-all hover:bg-accent hover:text-accent-foreground"
375375
>
376376
{dict.home.starOnGithub}

0 commit comments

Comments
 (0)