diff --git a/frontend/src/components/Footer/Footer.tsx b/frontend/src/components/Footer/Footer.tsx index 880ca2e..0b72e34 100644 --- a/frontend/src/components/Footer/Footer.tsx +++ b/frontend/src/components/Footer/Footer.tsx @@ -1,40 +1,44 @@ -import React from 'react' +import React from "react"; import { FaFacebookF } from "react-icons/fa"; import { FaInstagram } from "react-icons/fa"; import { FaTiktok } from "react-icons/fa"; const Footer = () => { - return ( -
-
-
-

Categories

- Women - Men - Shoes - Accessories - New Arrivals -
-
-

Links

- FAQ - Pages - Stores - Compare - Cookies +
+
+
+

Categories

+ Women + Men + Shoes + Accessories + New Arrivals
-
-
+
+

Links

+ FAQ + Pages + Stores + Compare + Cookies
-
- - - -
-
© 2024 - Kevos Attire LLC. All rights reserved. All items are made with the assumption that they are 100% original ideas as we do not
+
+
+
+
+ + + +
+
+ + All items are sold under the assumption that they are original works and not copyrighted under another company. + + © 2024 - Kevos Attire LLC. All rights reserved. +
- ) -} + ); +}; -export default Footer \ No newline at end of file +export default Footer;