Skip to content

Commit 5f49941

Browse files
committed
2 parents a27dbd7 + 6985b88 commit 5f49941

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

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

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,19 @@ 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}
7474
</Link>
7575
</div>
76-
77-
{/* Product Visual */}
78-
<div className="mt-16 max-w-5xl mx-auto animate-in fade-in slide-in-from-bottom-8 duration-1000 delay-500">
79-
<img
80-
src="/dashboard-mockup.webp"
81-
alt="HotCRM Product Dashboard"
82-
width={1280}
83-
height={800}
84-
className="w-full rounded-2xl shadow-2xl ring-1 ring-gray-900/10"
85-
/>
86-
</div>
8776
</div>
8877
</section>
8978

@@ -363,14 +352,14 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
363352
<p className="text-lg text-muted-foreground mb-10 max-w-2xl mx-auto leading-relaxed">{dict.home.ctaSubtitle}</p>
364353
<div className="flex flex-col sm:flex-row justify-center gap-4">
365354
<Link
366-
href="/signup"
355+
href="https://demo.hotcrm.com"
367356
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"
368357
>
369358
{dict.home.readDocs}
370359
<ArrowRight className="ml-2 w-5 h-5" />
371360
</Link>
372361
<Link
373-
href="/book-demo"
362+
href="https://demo.hotcrm.com"
374363
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"
375364
>
376365
{dict.home.starOnGithub}

0 commit comments

Comments
 (0)