소스 검색

fix

master
Yusmardianto 4 년 전
부모
커밋
bed58f6306
3개의 변경된 파일9개의 추가작업 그리고 5개의 파일을 삭제
  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 파일 보기

Before After

+ 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 /> */}


불러오는 중...
취소
저장