diff --git a/src/screens/SignUp.tsx b/src/screens/SignUp.tsx new file mode 100644 index 0000000..1fda82b --- /dev/null +++ b/src/screens/SignUp.tsx @@ -0,0 +1,65 @@ +import { Center, Heading, Image, ScrollView, Text, VStack } from "@gluestack-ui/themed"; + +import BackgroundImg from '@assets/background.png'; +import Logo from '@assets/logo.svg'; +import { Input } from "@components/Input"; +import { Button } from "@components/Button"; + +export function SignUp() { + return ( + + + Pessoas treinando + + +
+ + + Treine a sua mente e o seu corpo + +
+ +
+ + Crie sua a conta + + + + + + + + +
+ +