This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-corp-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
Yusmardianto
4 years ago
parent
962335cd49
commit
bed58f6306
3 changed files
with
9 additions
and
5 deletions
Unified View
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
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 /> */}
Write
Preview
Loading…
Cancel
Save