浏览代码

fix

master
Yusmardianto 4 年前
父节点
当前提交
bed58f6306
共有 3 个文件被更改,包括 9 次插入5 次删除
  1. 二进制
      public/favicon.ico
  2. +8
    -4
      src/components/header/header.data.js
  3. +1
    -1
      src/pages/index.js

二进制
public/favicon.ico 查看文件

之前 之后

+ 8
- 4
src/components/header/header.data.js 查看文件

@@ -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 查看文件

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


正在加载...
取消
保存