Skip to content

Commit

Permalink
feat: hide demo video (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fakhri1999 authored Jan 15, 2025
1 parent 93bd2dd commit 8bcb338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/landingPage/Features.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {
AspectRatio,
// AspectRatio,
Box,
Flex,
Image,
Expand Down Expand Up @@ -128,18 +128,18 @@ function Features() {
/>
))}
</SimpleGrid>
<Text as='h4' fontWeight='semibold' color='white'>
{/* TODO: uncomment this when the demo video is ready */}
{/* <Text as='h4' fontWeight='semibold' color='white'>
See Our Demo
</Text>
{/* TODO: change to video */}
<AspectRatio maxW={280} ratio={16 / 9} w='full' h='full'>
<Image
src='/assets/images/feature-image_2.svg'
alt='naruto'
objectFit='cover'
borderRadius={20}
/>
</AspectRatio>
</AspectRatio> */}
</Flex>
</Flex>
);
Expand Down

0 comments on commit 8bcb338

Please sign in to comment.