-
-
-
FarmRuler
-
© 2023 FarmRuler. All rights reserved.
-
-
-
-
+ const socialIcons = [
+ { Icon: FaFacebook, href: "https://facebook.com", label: "Facebook" },
+ { Icon: FaTwitter, href: "https://twitter.com", label: "Twitter" },
+ { Icon: FaInstagram, href: "https://instagram.com", label: "Instagram" },
+ { Icon: FaLinkedin, href: "https://linkedin.com", label: "LinkedIn" },
+ ];
+
+ const links = [
+ { href: "/about", text: "About Us" },
+ { href: "/contact", text: "Contact" },
+ { href: "/privacy", text: "Privacy Policy" },
+ { href: "/terms", text: "Terms of Service" },
+ ];
+
+ return (
+
+ );
};
-export default Footer;
\ No newline at end of file
+export default Footer;