Skip to content

Commit

Permalink
Added About to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-Sidra committed Jan 12, 2025
1 parent c4ffeed commit bc368cd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/componets/Navitems.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,30 @@ export const navItems = [
},
{
id: 2,
title: "About",
path: "./About",
cName: "nav-item",
},
{
id: 3,
title: "Product",
path: "./product",
cName: "nav-item",
},
{
id: 3,
id: 4,
title: "Contact",
path: "./contact",
cName: "nav-item",
},
{
id: 4,
id: 5,
title: "Stories",
path: "./our-story",
cName: "nav-item",
},
{
id: 5,
id: 6,
title: "User",
path: "./user",
cName: "nav-item",
Expand Down

0 comments on commit bc368cd

Please sign in to comment.