Update landing-hero-showcase-section.tsx

This commit is contained in:
Stefan Pejcic
2025-04-14 20:07:18 +02:00
committed by GitHub
parent 7889bb358f
commit d3d2b95b97

View File

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