diff --git a/docs/public/static/toolpad/marketing/hero-screenshot.png b/docs/public/static/toolpad/marketing/hero-screenshot.png deleted file mode 100644 index f86060fcd3c..00000000000 Binary files a/docs/public/static/toolpad/marketing/hero-screenshot.png and /dev/null differ diff --git a/docs/public/static/toolpad/marketing/toolpad-admin-panel.svg b/docs/public/static/toolpad/marketing/index-admin-panel.svg similarity index 100% rename from docs/public/static/toolpad/marketing/toolpad-admin-panel.svg rename to docs/public/static/toolpad/marketing/index-admin-panel.svg diff --git a/docs/public/static/toolpad/marketing/toolpad-custom-cms.svg b/docs/public/static/toolpad/marketing/index-custom-cms.svg similarity index 100% rename from docs/public/static/toolpad/marketing/toolpad-custom-cms.svg rename to docs/public/static/toolpad/marketing/index-custom-cms.svg diff --git a/docs/public/static/toolpad/marketing/index-hero-video-poster.jpg b/docs/public/static/toolpad/marketing/index-hero-video-poster.jpg new file mode 100644 index 00000000000..5cde1761965 Binary files /dev/null and b/docs/public/static/toolpad/marketing/index-hero-video-poster.jpg differ diff --git a/docs/public/static/toolpad/marketing/hero-video.mp4 b/docs/public/static/toolpad/marketing/index-hero-video.mp4 similarity index 100% rename from docs/public/static/toolpad/marketing/hero-video.mp4 rename to docs/public/static/toolpad/marketing/index-hero-video.mp4 diff --git a/docs/public/static/toolpad/marketing/toolpad-monitoring-dashboard.svg b/docs/public/static/toolpad/marketing/index-monitoring-dashboard.svg similarity index 100% rename from docs/public/static/toolpad/marketing/toolpad-monitoring-dashboard.svg rename to docs/public/static/toolpad/marketing/index-monitoring-dashboard.svg diff --git a/docs/src/components/landing/DemoVideo.js b/docs/src/components/landing/DemoVideo.js index 50d964c6754..5994e8f53ac 100644 --- a/docs/src/components/landing/DemoVideo.js +++ b/docs/src/components/landing/DemoVideo.js @@ -40,9 +40,9 @@ export default function DemoVideo() { autoPlay playsInline loop - poster="/static/toolpad/marketing/hero-screenshot.png" + poster="/static/toolpad/marketing/index-hero-video-poster.jpg" > - + Your browser does not support the video tag. diff --git a/docs/src/content/useCases.js b/docs/src/content/useCases.js index da0a82ecb8a..430e39e24ca 100644 --- a/docs/src/content/useCases.js +++ b/docs/src/content/useCases.js @@ -13,21 +13,21 @@ const useCases = { { title: 'Monitoring dashboard', wip: false, - imageUrl: '/static/toolpad/marketing/toolpad-monitoring-dashboard.svg', + imageUrl: '/static/toolpad/marketing/index-monitoring-dashboard.svg', description: 'Quickly provide the latest numbers and status reports that fuel data-driven decisions. Build and share your dashboard by combining data from multiple sources with dependable deployment mechanism when needed.', }, { title: 'Admin panel', wip: false, - imageUrl: '/static/toolpad/marketing/toolpad-admin-panel.svg', + imageUrl: '/static/toolpad/marketing/index-admin-panel.svg', description: 'Enable your teams to quickly view and manage customer orders, queries, and refunds by creating apps powered by native Toolpad integrations and third party APIs from providers like Stripe, Twilio, etc. Toolpad allows end users to create, read, update or delete records.', }, { title: 'Custom CMS', wip: false, - imageUrl: '/static/toolpad/marketing/toolpad-custom-cms.svg', + imageUrl: '/static/toolpad/marketing/index-custom-cms.svg', description: 'Enable your operations teams to efficiently manage day to day chores using task specific content management apps. Built with MUI components, apps are fast, manageable and scalable. Toolpad allows you to bind data the pro-code way by writing JavaScript anywhere. ', },