Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 18:58:51 +02:00 committed by GitHub
parent 6f517c490f
commit e5ed6ee0b3
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 ( return (
<ShowcaseWrapper <ShowcaseWrapper
className={className} className={className}
render="/img/user_dark.png" render="/img/user_light.png"
highlights={[]} highlights={[]}
/> />
); );
@ -17,7 +17,7 @@ const ShowcaseHR = ({ className }: { className?: string }) => {
return ( return (
<ShowcaseWrapper <ShowcaseWrapper
className={className} className={className}
render="/img/admin_dark.png" render="/img/admin_light.png"
highlights={[]} highlights={[]}
/> />
); );