From 3565b6a97a16f43a749c5836f44f4a64a939ce6f Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Mon, 22 Jul 2024 17:30:59 +0530 Subject: [PATCH] links added --- src/components/footer/footer.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/footer/footer.js b/src/components/footer/footer.js index 1c49b2f..ad79e56 100644 --- a/src/components/footer/footer.js +++ b/src/components/footer/footer.js @@ -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' } ] } ];