File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments