Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[website] Improve video poster #892

Merged
merged 1 commit into from
Sep 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/components/landing/DemoVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
<source src="/static/toolpad/marketing/hero-video.mp4" type="video/mp4" />
<source src="/static/toolpad/marketing/index-hero-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</Video>
</Box>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/content/useCases.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. ',
},
Expand Down