+
+ {/* Logo and Description Section */}
+
+
+
+ GLITCH
+
+
+
+
+ Embrace Imperfections, Elevate Innovation. An insight into
+ Gautam Buddha University's biggest annual tech fest.
+
+
+
+ {/* Links Sections */}
+
+ {/* Useful Links */}
+
+
+ USEFUL LINKS
+
+
+
+ {["About Us", "Hackathon", "Events", "Contact"].map(
+ (item) => (
+
+
+ {item}
+
+
+
+ ),
+ )}
+
+
+
+ {/* Other Resources */}
+
+
+ OTHER RESOURCES
+
+
+
+ {[
+ "Demographics",
+ "Terms & Conditions",
+ "Previous Events",
+ ].map((item) => (
+
+
+ {item}
+
+
+
+ ))}
+
+
+
+
+
+ {/* Copyright Section */}
+
+
+ © {new Date().getFullYear()} GLITCH. ALL RIGHT RESERVED
+
+
+
+