diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx
index 4ae79c4..23b66fd 100644
--- a/src/components/sidebar/Sidebar.tsx
+++ b/src/components/sidebar/Sidebar.tsx
@@ -36,7 +36,7 @@ export default function Sidebar() {
{'Telemetria >'}
{'Resumo de Op. '}
{'Notícias >'}
- {'Info Setorial >'}
+ {'Info Setorial >'}
{/* {'Consumo'} */}
{'Notificações >'}
{'Sobre Nós >'}
diff --git a/src/pages/aboutUs.tsx b/src/pages/aboutUs.tsx
index 72f30bd..c4697fb 100644
--- a/src/pages/aboutUs.tsx
+++ b/src/pages/aboutUs.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import Image from 'next/image'
import React from 'react'
import Banner from '../components/banner/Banner'
@@ -7,6 +8,9 @@ import { AboutUsView } from '../styles/layouts/aboutUs/AboutUsView'
export default function aboutUs() {
return (
+
+ Smart Energia - About Us
+
diff --git a/src/pages/accumulatedSavings.tsx b/src/pages/accumulatedSavings.tsx
index 3ac3cdc..af4483f 100644
--- a/src/pages/accumulatedSavings.tsx
+++ b/src/pages/accumulatedSavings.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import Chart from '../components/graph/Chart'
@@ -11,6 +12,9 @@ import { AccumulatedSavingsView } from '../styles/layouts/economy/accumulatedSav
export default function AccumulatedSavings() {
return (
+
+ Smart Energia - Economia Acumulada
+
diff --git a/src/pages/chartTelemetry.tsx b/src/pages/chartTelemetry.tsx
index 1090a25..90e751f 100644
--- a/src/pages/chartTelemetry.tsx
+++ b/src/pages/chartTelemetry.tsx
@@ -10,11 +10,15 @@ import LineChart from '../components/graph/LineChart'
import { LineBarChart } from '../components/graph/LineBarChart'
import Header from '../components/header/Header'
import PageTitle from '../components/pageTitle/PageTitle'
+import Head from 'next/head'
export default function chartTelemetry() {
return (
+
+ Smart Energia - Graficos Telemetria
+
diff --git a/src/pages/consumption.tsx b/src/pages/consumption.tsx
index 05ed54c..7719cc1 100644
--- a/src/pages/consumption.tsx
+++ b/src/pages/consumption.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import Chart from '../components/graph/Chart'
import Header from '../components/header/Header'
@@ -8,6 +9,9 @@ import { ConsumptionView } from '../styles/layouts/consumption/ConsumptionView'
export default function Consumption() {
return (
+
+ Smart Energia - Consumo
+
diff --git a/src/pages/costIndicator.tsx b/src/pages/costIndicator.tsx
index ed32b1e..7a498b2 100644
--- a/src/pages/costIndicator.tsx
+++ b/src/pages/costIndicator.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import Chart from '../components/graph/Chart'
@@ -11,6 +12,9 @@ import { CostIndicatorView } from '../styles/layouts/economy/costIndicator/CostI
export default function CostIndicator() {
return (
+
+ Smart Energia - Indicador de Custos
+
diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx
index 8488aaf..3ecc926 100644
--- a/src/pages/dashboard.tsx
+++ b/src/pages/dashboard.tsx
@@ -16,11 +16,15 @@ import { EconomiaAcumulada } from '../services/economiaAcumulada'
import Chart from '../components/graph/Chart'
import { LineBarChart } from '../components/graph/LineBarChart'
import { ConsumoEstimado } from '../services/consumoEstimado'
+import Head from 'next/head'
export default function Dashboard() {
return (
+
+ Smart Energia - Dashboard
+
diff --git a/src/pages/estimatedCost.tsx b/src/pages/estimatedCost.tsx
index 9a53a5d..7b3f071 100644
--- a/src/pages/estimatedCost.tsx
+++ b/src/pages/estimatedCost.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import Chart from '../components/graph/Chart'
@@ -11,6 +12,9 @@ import { EstimatedCostView } from '../styles/layouts/economy/estimatedCost/Estim
export default function EstimatedCost() {
return (
+
+ Smart Energia - Custos Estimados
+
diff --git a/src/pages/faq.tsx b/src/pages/faq.tsx
index 538f11d..aecee8f 100644
--- a/src/pages/faq.tsx
+++ b/src/pages/faq.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import CommonQuestionsCard from '../components/faqQuestionsCard/FaqQuestionsCard'
import Header from '../components/header/Header'
@@ -6,6 +7,9 @@ import { FaqView } from '../styles/layouts/commonQuestions/FaqView'
export default function commonQuestions() {
return (
+
+ Smart Energia - FAQ
+
Perguntas Frequentes
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
diff --git a/src/pages/forgotPassword.tsx b/src/pages/forgotPassword.tsx
index 1c8ab80..21e5361 100644
--- a/src/pages/forgotPassword.tsx
+++ b/src/pages/forgotPassword.tsx
@@ -7,6 +7,7 @@ import TextField from '@mui/material/TextField';
import { ForgotPasswordContainer, ForgotPasswordView } from '../styles/layouts/forgotPassword/ForgotPasswordView';
import RenderIf from '../utils/renderIf';
import Alert from '@mui/material/Alert';
+import Head from 'next/head';
export default function ForgotPassword() {
const router = useRouter()
@@ -41,23 +42,26 @@ export default function ForgotPassword() {
return (
-
-
- Bem-Vindo
- Estratégias Inteligentes em
Gestão de Energia
+
+ Smart Energia - Esqueceu a Senha
+
+
+
+ Bem-Vindo
+ Estratégias Inteligentes em
Gestão de Energia
- setPassword(value.target.value)} variant="outlined"/>
- setConfirmPassword(value.target.value)} variant="outlined"/>
+ setPassword(value.target.value)} variant="outlined"/>
+ setConfirmPassword(value.target.value)} variant="outlined"/>
- handleChangePassword()} />
+ handleChangePassword()} />
-
+
- +55(41) 3012-5900
www.energiasmart.com.br
+ +55(41) 3012-5900
www.energiasmart.com.br
-
-
+
+
)
}
diff --git a/src/pages/grossSavings.tsx b/src/pages/grossSavings.tsx
index 437eb8b..84e4944 100644
--- a/src/pages/grossSavings.tsx
+++ b/src/pages/grossSavings.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import Chart from '../components/graph/Chart'
@@ -11,6 +12,9 @@ import { GrossSavingsView } from '../styles/layouts/economy/grossSavings/GrossSa
export default function GrossSavings() {
return (
+
+ Smart Energia - Economia Acumulada
+
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 7457d0c..d7f83bf 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -14,6 +14,7 @@ import TextField from '@mui/material/TextField';
import {AiOutlineEyeInvisible, AiOutlineEye} from 'react-icons/ai';
import { LoginView, LoginContainer } from '../styles/layouts/login/LoginView';
+import Head from 'next/head';
export default function Home() {
const [state, setstate]=useState(false);
@@ -43,6 +44,9 @@ export default function Home() {
return (
+
+ Smart Energia - Login
+
Bem-Vindo
diff --git a/src/pages/industryInfo.tsx b/src/pages/industryInfo.tsx
index 32fe8c1..861766b 100644
--- a/src/pages/industryInfo.tsx
+++ b/src/pages/industryInfo.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import BasicButton from '../components/buttons/basicButton/BasicButton'
import Header from '../components/header/Header'
@@ -7,11 +8,14 @@ import { IndustryInfoView } from '../styles/layouts/industryInfo/IndustryInfoVie
export default function industryInfo() {
return (
-
-
-
+
+ Smart Energia - Info de Setor
+
+
+
+
)
}
diff --git a/src/pages/news.tsx b/src/pages/news.tsx
index 67f4edc..a7d9282 100644
--- a/src/pages/news.tsx
+++ b/src/pages/news.tsx
@@ -3,10 +3,14 @@ import Banner from '../components/banner/Banner'
import Header from '../components/header/Header'
import BasicButton from '../components/buttons/basicButton/BasicButton';
import { NewsView, Button } from '../styles/layouts/news/NewsView'
+import Head from 'next/head';
export default function aboutUs() {
return (
+
+ Smart Energia - Noticias
+
diff --git a/src/pages/notifications.tsx b/src/pages/notifications.tsx
index e712169..64c81d6 100644
--- a/src/pages/notifications.tsx
+++ b/src/pages/notifications.tsx
@@ -1,3 +1,4 @@
+import Head from 'next/head'
import React from 'react'
import CommonQuestionsCard from '../components/faqQuestionsCard/FaqQuestionsCard'
import Header from '../components/header/Header'
@@ -7,6 +8,9 @@ import { FaqView } from '../styles/layouts/commonQuestions/FaqView'
export default function Notifications() {
return (
+
+ Smart Energia - Notificações
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
diff --git a/src/pages/resumoOperacao.tsx b/src/pages/resumoOperacao.tsx
index b68ebd1..5f9038b 100644
--- a/src/pages/resumoOperacao.tsx
+++ b/src/pages/resumoOperacao.tsx
@@ -5,10 +5,14 @@ import BasicButton from '../components/buttons/basicButton/BasicButton';
import Sidebar from '../components/sidebar/Sidebar';
import { Pagination, TableView } from '../styles/layouts/ResumoOperacao/ResumoOperacaoView';
+import Head from 'next/head';
export default function ResumoOperacao() {
return(
+
+ Smart Energia - Resumo de Operação
+
diff --git a/src/pages/telemetria.tsx b/src/pages/telemetria.tsx
index a32f970..79e30e8 100644
--- a/src/pages/telemetria.tsx
+++ b/src/pages/telemetria.tsx
@@ -9,6 +9,7 @@ import MenuItem from '@mui/material/MenuItem';
import FormControl from '@mui/material/FormControl';
import Select, { SelectChangeEvent } from '@mui/material/Select';
import Link from 'next/link';
+import Head from 'next/head';
@@ -23,8 +24,10 @@ export default function Telemetria() {
};
return(
-
+
+ Smart Energia - Telemetria
+
+
+ Smart Energia - Verificar Email
+
Bem-Vindo