Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic
2024-11-15 17:26:52 +01:00
committed by GitHub
parent e1b679ccb8
commit 249756edea

View File

@@ -7,7 +7,7 @@ const ShowcaseCRM = ({ className }: { className?: string }) => {
return (
<ShowcaseWrapper
className={className}
render="/img/openpanel.png"
render="/img/ilustrations/openpanel_ilustration.png"
highlights={[]}
/>
);