Initial commit

This commit is contained in:
2023-10-19 16:49:05 -04:00
commit d731041378
63 changed files with 10037 additions and 0 deletions

18
pages/index.page.tsx Normal file
View File

@ -0,0 +1,18 @@
import { Box, Container, Text } from "@chakra-ui/react";
export function Page() {
return (
<>
<Box alignContent="left">
<Container maxW="container.lg" paddingTop="8vh" textAlign="left">
<Text>
srfidukjghdiuftgrteutgrtsu,k jhsrte h hjgtsredbfdgns srthhfg h fgdyh
y
</Text>
</Container>
</Box>
</>
);
}
export const title = "Home - Car Crushers";