Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 18:28:43 +02:00 committed by GitHub
parent 6640bd57a3
commit 6aad657205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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