Skip to content
Draft
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.
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.
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.
Binary file not shown.
Binary file not shown.
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.
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.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function FollowSection() {
<MiddleContentInner>
<Avatar3D>
<Image
src="/assets/landing/follow-3d-avatar.png"
src="/assets/landing/follow-3d-avatar.webp"
alt="@junhoyeo"
width={268}
height={268}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,20 @@ export function HeroSection({ stargazersCount }: HeroSectionProps) {
<HeroRow>
<HeroLeft>
<HeroBgStarfield
src="/assets/landing/hero-bg-starfield.png"
src="/assets/landing/hero-bg-starfield.webp"
alt=""
width={1076}
height={536}
/>
<HeroVideo
src="/assets/landing/hero-video-transparent.webm"
autoPlay
loop
muted
playsInline
/>
>
<source src="/assets/landing/hero-video-transparent.webm" type="video/webm" />
<source src="/assets/landing/hero-video-transparent.mp4" type="video/mp4" />
</HeroVideo>
</HeroLeft>

<HeroRight>
Expand Down Expand Up @@ -252,7 +254,7 @@ const HeroTopSection = styled.div`
justify-content: flex-end;
gap: 17px;
padding: 97px 40px 33px;
background-image: url("/assets/landing/hero-trusted-bg.png");
background-image: url("/assets/landing/hero-trusted-bg.webp");
background-size: cover;
background-position: center;
border-bottom: 1px solid #10233e;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function QuickstartSection() {
<CardPatternOverlay $position="left" />
<CardScreenshot>
<Image
src="/assets/landing/screenshot-tui-4d3240.png"
src="/assets/landing/screenshot-tui-4d3240.webp"
alt="TUI Screenshot"
width={171}
height={168}
Expand Down Expand Up @@ -84,7 +84,7 @@ export function QuickstartSection() {
<CardPatternOverlay $position="right" />
<CardScreenshot>
<Image
src="/assets/landing/screenshot-leaderboard-75a76a.png"
src="/assets/landing/screenshot-leaderboard-75a76a.webp"
alt="Leaderboard Screenshot"
width={152}
height={180}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ export function WorldwideSection({
loop
muted
playsInline
src="/assets/landing/trophy-cup-transparent.webm"
/>
>
<source src="/assets/landing/trophy-cup-transparent.webm" type="video/webm" />
<source src="/assets/landing/trophy-cup-transparent.mp4" type="video/mp4" />
</TrophyVideo>
</GlobeImageWrapper>
<GlobeContentStack>
<GlobeBlueHeader ref={blueHeaderRef}>
Expand Down