-
- Stay Updated
-
-
- {/* Newsletter Form */}
-
- {/* Social Links */}
-
- Socials
-
-
-
}
- />
-
}
- />
-
}
- />
-
}
- />
-
}
- />
-
}
- />
+ {/* Social Section with embedded design */}
+
+
+
Connect With Us
+
+ {socialLinks.map((link, index) => (
+
+ ))}
- {/* Footer Bottom */}
-
-
- © 2024 GDG-RCCIIT. All Rights Reserved.
-
+ {/* Footer Bottom with enhanced design */}
+
+
+
+ © 2024 Google Developer Student Club - RCCIIT. All Rights Reserved.
+
+
+
);
};
-const SocialLink = ({ href, icon }) => (
+const FooterSection = ({ title, links }) => (
+
+
{title}
+
+ {links.map((link, index) => (
+ -
+
+
+ {link.text}
+
+
+ ))}
+
+
+);
+
+const SocialButton = ({ href, icon, color }) => (
{icon}