diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index d416c93..ce1f2fe 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -16,24 +16,24 @@ */ const navigation = { services: [ - { name: 'Mobile Application', href: '#' }, - { name: 'GAPP Finder', href: '#' }, - { name: 'Shipping Methods', href: '#' }, - { name: 'Payment Gateways', href: '#' }, + { name: 'Store Front', href: 'storefront' }, + { name: 'GAPP Finder', href: 'finder' }, + { name: 'Shipping Methods', href: 'shipping' }, + { name: 'Payment Gateways', href: 'payment' }, ], support: [ - { name: 'Pricing', href: '#' }, + { name: 'Pricing', href: 'pricing' }, { name: 'FAQs', href: '#' }, - { name: 'Contact Us', href: '#' }, + { name: 'Contact Us', href: 'contact' }, ], company: [ - { name: 'About', href: '#' }, + { name: 'About', href: 'about' }, { name: 'Blog', href: '#' }, { name: 'Partners', href: '#' }, ], legal: [ - { name: 'Privacy Policy', href: '#' }, - { name: 'Terms & Conditions', href: '#' }, + { name: 'Privacy Policy', href: 'privacy-policy' }, + { name: 'Terms & Conditions', href: 'terms-conditions' }, ], social: [ { diff --git a/src/components/Services.jsx b/src/components/Services.jsx index 7d6c1bd..a6cec3c 100644 --- a/src/components/Services.jsx +++ b/src/components/Services.jsx @@ -23,7 +23,7 @@ function Item(props) { } const data = [ - {label: "Store front", href: "storefront"}, + {label: "Store Fsront", href: "storefront"}, {label: "Finder", href: "finder"}, {label: "Shipping", href: "shipping"}, {label: "Payment", href: "payment"},