import React from 'react' import Image from 'next/image'; import Box from '@mui/material/Box'; import IconButton from '@mui/material/IconButton'; import Input from '@mui/material/Input'; import FilledInput from '@mui/material/FilledInput'; import OutlinedInput from '@mui/material/OutlinedInput'; import InputLabel from '@mui/material/InputLabel'; import InputAdornment from '@mui/material/InputAdornment'; import FormHelperText from '@mui/material/FormHelperText'; import FormControl from '@mui/material/FormControl'; import { LoginView} from '../styles/layouts/Login/LoginView'; export default function Home() { // interface State { // amount: string; // password: string; // weight: string; // weightRange: string; // showPassword: boolean; // } // const [values, setValues] = React.useState({ // amount: '', // password: '', // weight: '', // weightRange: '', // showPassword: false, // }); // const handleChange = // (prop: keyof State) => (event: React.ChangeEvent) => { // setValues({ ...values, [prop]: event.target.value }); // }; // const handleClickShowPassword = () => { // setValues({ // ...values, // showPassword: !values.showPassword, // }); // }; return (

Bem-Vindo

Estratégias Inteligentes em
Gestão de Energia

Esqueceu a senha ?
Ou

+55(41) 3012-5900
www.energiasmart.com.br

) }