From 5f08affd626723fd026c6cb5b76c07f78fd9f31d Mon Sep 17 00:00:00 2001 From: The-Phoenics Date: Fri, 13 Jun 2025 01:23:09 +0530 Subject: [PATCH 01/15] add data charts for about section --- app/page.js | 255 +++++++++------- components/Charts.jsx | 126 ++++++++ package-lock.json | 694 +++++++++++++++++++++++++++++++++++++++++- package.json | 2 + 4 files changed, 957 insertions(+), 120 deletions(-) create mode 100644 components/Charts.jsx diff --git a/app/page.js b/app/page.js index 67f5771..9663a3d 100644 --- a/app/page.js +++ b/app/page.js @@ -40,6 +40,7 @@ import { delay, motion, Variants } from "framer-motion"; import { redirect } from "next/navigation"; import Testimonials from "@/components/Testimonials"; import PastSponsors from "@/components/PastSponsors"; +import { AreaChartComponent, BarChartComponent, RadarChartComponent } from "@/components/Charts"; const containerVariants = { hidden: {}, @@ -318,13 +319,14 @@ export default function Home() { - + */} + + + + + + + + + + {/*
Maximize Impact. Maximize You. - -
@@ -408,7 +437,7 @@ export default function Home() { Contribute Boldly. Shine Brightly. -
+ */} -