Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
yusmar
/
tbg-corp-web
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
fix
master
Yusmardianto
há 4 anos
ascendente
962335cd49
cometimento
bed58f6306
3 ficheiros alterados
com
9 adições
e
5 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
BIN
public/favicon.ico
+8
-4
src/components/header/header.data.js
+1
-1
src/pages/index.js
BIN
public/favicon.ico
Ver ficheiro
Antes
Depois
+ 8
- 4
src/components/header/header.data.js
Ver ficheiro
@@ -7,10 +7,14 @@ export default [
path: 'testimonials',
label: 'Business Partner',
},
{
path: 'team',
label: 'Team',
},
// {
// path: 'services',
// label: 'Yamaha'
// },
// {
// path: 'team',
// label: 'Team',
// },
{
path: 'why-us',
label: 'About Us',
+ 1
- 1
src/pages/index.js
Ver ficheiro
@@ -22,7 +22,7 @@ export default function IndexPage() {
<OtherServices />
<Testimonials />
{/* <Services /> */}
<OurTeam />
{/*
<OurTeam />
*/}
<WhyUs />
<Blog />
{/* <SubscribeUs /> */}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar