From 5f20a23e49128ca4cdc5cd057eac326a685d0d61 Mon Sep 17 00:00:00 2001 From: vaibhavi-ml Date: Wed, 22 Apr 2026 23:27:49 +0530 Subject: [PATCH] fix: add CodeChef Pro perk and fix domain eligibility wording - Closes #42 Co-Authored-By: Claude Opus 4.7 --- src/components/prizes.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/prizes.jsx b/src/components/prizes.jsx index 8ec2201..7975008 100644 --- a/src/components/prizes.jsx +++ b/src/components/prizes.jsx @@ -41,9 +41,15 @@ const generalPerks = [ { Icon: Globe, title: "1-Year .xyz Domain", - desc: "Worth ₹1L+ for all participants", + desc: "Worth ₹1L+ for selected participants", color: "#3b82f6" }, + { + Icon: Star, + title: "Three CodeChef Pro Subscriptions", + desc: "One each to a selected student from each of the top 3 teams", + color: "#10b981" + }, { Icon: Gift, title: "Hackathon Kits",