New add on

This commit is contained in:
npcdazai
2024-09-19 13:53:36 +05:30
parent 2d929cdfd7
commit d1097c2e49

View File

@@ -30,7 +30,7 @@ const Connect = () => {
</Text>
<WdiButton Context="Lets Talk" />
</Box>
<Image w="50%" zIndex={0} src={circles} />
<Image h="600px" zIndex={0} src={circles} />
</Container>
);
};