이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
yusmar
/
tbg-corp-web
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
fix
master
Yusmardianto
4 년 전
부모
962335cd49
커밋
bed58f6306
3개의 변경된 파일
과
9개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
public/favicon.ico
+8
-4
src/components/header/header.data.js
+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 /> */}
쓰기
미리보기
불러오는 중...
취소
저장