+ {/* Section Header */}
+
+
+ Community Partners
+
+
+ Our Trusted Partners
+
+
+ We collaborate with amazing organizations and communities to create
+ meaningful impact in the tech ecosystem.
+
+
+
+ {/* Partners Grid */}
+
+ {/* Current Partner - Featured */}
+
+
+
+ Our Current Partner
+
+
+
+ Happy to be a community partner with DSU DEVHACK 2.0
+
+
+
+ {/* Featured Partner Card */}
+
+ {currentPartners.map((partner) => (
+
+ {/* Glowing background effect */}
+
+
+
handlePartnerClick(partner.website)}
+ >
+
+ {/* Animated border effect */}
+
+
+ {/* Partner Logo */}
+
+
+ {/* Partner Name with gradient */}
+
+ {partner.name}
+
+
+ {/* Partner Description */}
+ {partner.description && (
+
+ {partner.description}
+
+ )}
+
+ {/* Visit Website Button */}
+
+
+
+
+ ))}
+
+
+
+ {/* Past Partners - Temporarily Disabled */}
+ {/*
+
+
+
+ Past Partners
+
+
+ Organizations we've collaborated with in the past
+
+
+
+ {pastPartners.map((partner) => (
+
handlePartnerClick(partner.website)}
+ >
+
+
+
+
+ {partner.name}
+
+
+ {partner.description && (
+
+ {partner.description}
+
+ )}
+
+
+
+
+ ))}
+
+
+ */}
+
+
+ {/* Call to Action */}
+
+
+
+ Interested in Partnering with Us?
+
+
+ Join our growing network of community partners and help us build
+ a stronger tech ecosystem together.
+
+
+
+
+
+