Yusmardianto há 4 anos
ascendente
cometimento
bed58f6306
3 ficheiros alterados com 9 adições e 5 eliminações
  1. BIN
      public/favicon.ico
  2. +8
    -4
      src/components/header/header.data.js
  3. +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 /> */}


Carregando…
Cancelar
Guardar