Skip to content

Commit

Permalink
Merge pull request #323 from Abhi9shinde/fix/grammatic_mistake
Browse files Browse the repository at this point in the history
Fixed Mistake
  • Loading branch information
Mujtabaa07 authored Jan 13, 2025
2 parents e1d5b70 + 101e49b commit 1876bea
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions src/componets/Navitems.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,39 +44,39 @@ export const navItems = [

];

export const productDropdown =[
{
id:1,
title:"Shop",
path:"./shop",
cName:"submenu-item",
},
export const productDropdown = [
{
id: 1,
title: "Shop",
path: "./shop",
cName: "submenu-item",
},

{
id:2,
title:"Premium Beans",
path:"./premiumBeans",
cName:"submenu-item",
},
{
id: 2,
title: "Premium Beans",
path: "./premiumBeans",
cName: "submenu-item",
},

{
id:3,
title:"Expert Baristas",
path:"./expertbaristas",
cName:"submenu-item",
},
{
id: 3,
title: "Expert Baristas",
path: "./expertbaristas",
cName: "submenu-item",
},
];

export const ourstoryDropdown = [
{
id: 1,
title: "about",
title: "About",
path: "./about",
cName: "submenu-item",
},
{
id: 2,
title: "testimonials",
title: "Testimonials",
path: "./testimonial",
cName: "submenu-item",
},
Expand All @@ -85,13 +85,13 @@ export const ourstoryDropdown = [
export const userLogoutDropdown = [
{
id: 1,
title: "login",
title: "Login",
path: "./login",
cName: "submenu-item",
},
{
id: 2,
title: "register",
title: "Register",
path: "./register",
cName: "submenu-item",
},
Expand All @@ -100,13 +100,13 @@ export const userLogoutDropdown = [
export const userLoginDropdown = [
{
id: 1,
title: "cart",
title: "Cart",
path: "./cart",
cName: "submenu-item",
},
{
id: 2,
title: "profile",
title: "Profile",
path: "./profile",
cName: "submenu-item",
},
Expand Down

0 comments on commit 1876bea

Please sign in to comment.