Skip to content

Commit

Permalink
links added
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyagothi committed Jul 22, 2024
1 parent af8dd9d commit 3565b6a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,39 +61,39 @@ const Footer = () => {
title: 'Company',
data: [
{ link: '/AboutUs', text: 'About Us' },
{ link: '#', text: 'Delivery Information' },
{ link: '/delivery', text: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
{ link: '#', text: 'Contact Us' },
{ link: '/contact', text: 'Contact Us' },
{ link: '/faq', text: 'FAQ' },
{ link: '/feedback', text: 'Feedback' },
{ link: '#', text: 'Contributors' }
{ link: '/contributors', text: 'Contributors' }
]
},
{
title: 'Corporate',
data: [
{ link: '/AboutUs', title: 'About Us' },
{ link: '#', title: 'Delivery Information' },
{ link: '/delivery', title: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
{ link: '#', text: 'Contact Us' },
{ link: '#', text: 'Support Center' },
{ link: '#', text: 'Careers' },
{ link: '#', text: 'Contributors' }
{ link: '/contact', text: 'Contact Us' },
{ link: '/support', text: 'Support Center' },
{ link: '/careers', text: 'Careers' },
{ link: '/contributors', text: 'Contributors' }
]
},
{
title: 'Popular',
data: [
{ link: '/AboutUs', text: 'About Us' },
{ link: '#', text: 'Delivery Information' },
{ link: '/delivery', text: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
{ link: '#', text: 'Contact Us' },
{ link: '#', text: 'Support Center' },
{ link: '#', text: 'Careers' },
{ link: '#', text: 'Contributors' }
{ link: '/contact', text: 'Contact Us' },
{ link: '/support', text: 'Support Center' },
{ link: '/careers', text: 'Careers' },
{ link: '/contributors', text: 'Contributors' }
]
}
];
Expand Down

0 comments on commit 3565b6a

Please sign in to comment.