We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14d5a99 + d3eba5b commit 59ae91aCopy full SHA for 59ae91a
1 file changed
apps/docs/app/[locale]/page.tsx
@@ -73,17 +73,6 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
73
{dict.home.viewOnGithub}
74
</Link>
75
</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>
87
88
</section>
89
0 commit comments