Browse Source

fix

master
Yusmardianto 4 years ago
parent
commit
bed58f6306
3 changed files with 9 additions and 5 deletions
  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 View File

Before After

+ 8
- 4
src/components/header/header.data.js View File

@@ -7,10 +7,14 @@ export default [
path: 'testimonials', path: 'testimonials',
label: 'Business Partner', label: 'Business Partner',
}, },
{
path: 'team',
label: 'Team',
},
// {
// path: 'services',
// label: 'Yamaha'
// },
// {
// path: 'team',
// label: 'Team',
// },
{ {
path: 'why-us', path: 'why-us',
label: 'About Us', label: 'About Us',


+ 1
- 1
src/pages/index.js View File

@@ -22,7 +22,7 @@ export default function IndexPage() {
<OtherServices /> <OtherServices />
<Testimonials /> <Testimonials />
{/* <Services /> */} {/* <Services /> */}
<OurTeam />
{/* <OurTeam /> */}
<WhyUs /> <WhyUs />
<Blog /> <Blog />
{/* <SubscribeUs /> */} {/* <SubscribeUs /> */}


Loading…
Cancel
Save