Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const Footer = () => {
title: 'Company',
data: [
{ link: '/AboutUs', text: 'About Us' },
{ link: '/delivery', text: 'Delivery Information' },
{ link: '*', text: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
Expand All @@ -74,6 +75,12 @@ const Footer = () => {
title: 'Corporate',
data: [
{ link: '/AboutUs', title: 'About Us' },
{ link: '/delivery', title: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
{ link: '/contact', text: 'Contact Us' },
{ link: '/support', text: 'Support Center' },
{ link: '/careers', text: 'Careers' },
{ link: '*', title: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
Expand All @@ -87,6 +94,12 @@ const Footer = () => {
title: 'Popular',
data: [
{ link: '/AboutUs', text: 'About Us' },
{ link: '/delivery', text: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
{ link: '/contact', text: 'Contact Us' },
{ link: '/support', text: 'Support Center' },
{ link: '/careers', text: 'Careers' },
{ link: '*', text: 'Delivery Information' },
{ link: '/privacy-policy', text: 'Privacy Policy' },
{ link: '/termsandconditions', text: 'Terms & Conditions' },
Expand Down