Skip to content

Commit 6985b88

Browse files
authored
Merge pull request #336 from objectstack-ai/claude/update-demo-url-to-demo-hotcrm-com
Update demo URLs to demo.hotcrm.com
2 parents 59ae91a + 6ce116f commit 6985b88

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}
@@ -352,14 +352,14 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
352352
<p className="text-lg text-muted-foreground mb-10 max-w-2xl mx-auto leading-relaxed">{dict.home.ctaSubtitle}</p>
353353
<div className="flex flex-col sm:flex-row justify-center gap-4">
354354
<Link
355-
href="/signup"
355+
href="https://demo.hotcrm.com"
356356
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"
357357
>
358358
{dict.home.readDocs}
359359
<ArrowRight className="ml-2 w-5 h-5" />
360360
</Link>
361361
<Link
362-
href="/book-demo"
362+
href="https://demo.hotcrm.com"
363363
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"
364364
>
365365
{dict.home.starOnGithub}

0 commit comments

Comments
 (0)