Skip to content

Commit 59ae91a

Browse files
authored
Merge pull request #335 from objectstack-ai/claude/remove-hotcrm-dashboard-image
Remove non-existent dashboard image from homepage
2 parents 14d5a99 + d3eba5b commit 59ae91a

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,6 @@ export default async function HomePage({ params }: { params: Promise<{ locale: s
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

0 commit comments

Comments
 (0)