Skip to content

Commit

Permalink
refactor(landing): return back the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
golcinho committed Jun 5, 2024
1 parent 60fec78 commit cd6aad8
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/landing/src/sections/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ export const HowItWorks = () => (
poster={VideoThumbnail}
sources={[
{
url: 'assets/videos/how-to/1080p.webm',
url: 'landing/assets/videos/how-to/1080p.webm',
type: 'video/webm',
},
{
url: 'assets/videos/how-to/1080p.mp4',
url: 'landing/assets/videos/how-to/1080p.mp4',
type: 'video/mp4',
},
]}
Expand Down
4 changes: 2 additions & 2 deletions apps/landing/src/sections/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ export const Team = () => (
poster={VideoThumbnail}
sources={[
{
url: 'assets/videos/team/1080p.webm',
url: 'landing/assets/videos/team/1080p.webm',
type: 'video/webm',
},
{
url: 'assets/videos/team/1080p.mp4',
url: 'landing/assets/videos/team/1080p.mp4',
type: 'video/mp4',
},
]}
Expand Down
Binary file added static/assets/images/team/Anastasiia.webp
Binary file not shown.
Binary file added static/assets/images/team/Bohdan.webp
Binary file not shown.
Binary file added static/assets/images/team/John.webp
Binary file not shown.
Binary file added static/assets/images/team/Kristina.webp
Binary file not shown.
Binary file added static/assets/images/team/Max.webp
Binary file not shown.
Binary file added static/assets/images/team/Micah.webp
Binary file not shown.
Binary file added static/assets/images/team/Stanislav.webp
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/1.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/13.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/16.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/2.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/3.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/7.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/8.jpg
Binary file not shown.
Binary file removed static/assets/subscription/images/carousel/9.jpg
Binary file not shown.

0 comments on commit cd6aad8

Please sign in to comment.