From d3d74b07d5e3ca4cbb077dfee1e98573e8d3cddc Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Thu, 9 Jul 2026 17:51:04 +0530 Subject: [PATCH 1/3] featured target cgpa in about section and improveed light mode colouring and structure --- app/(public)/about/page.tsx | 4 + app/(public)/cgpa-calculator/page.tsx | 228 +++++++++++++++++--------- app/globals.css | 9 + app/layout.tsx | 9 +- features/landing/cgpa-feature.tsx | 217 ++++++++++++++++++++++++ 5 files changed, 389 insertions(+), 78 deletions(-) create mode 100644 features/landing/cgpa-feature.tsx diff --git a/app/(public)/about/page.tsx b/app/(public)/about/page.tsx index af06421..dbcb391 100644 --- a/app/(public)/about/page.tsx +++ b/app/(public)/about/page.tsx @@ -3,6 +3,7 @@ import Features from "@/features/landing/features"; import AIDemo from "@/features/landing/ai-demo"; import Testimonials from "@/features/landing/testimonials"; import FAQ from "@/features/landing/faq"; +import CgpaFeature from "@/features/landing/cgpa-feature"; import { Suspense } from "react"; export default function AboutPage() { @@ -11,6 +12,9 @@ export default function AboutPage() { }> + }> + + }> diff --git a/app/(public)/cgpa-calculator/page.tsx b/app/(public)/cgpa-calculator/page.tsx index 328120c..a3ec630 100644 --- a/app/(public)/cgpa-calculator/page.tsx +++ b/app/(public)/cgpa-calculator/page.tsx @@ -70,13 +70,12 @@ export default function CgpaCalculatorPage() { }, [calculateRequiredSgpa]); return ( -
- {/* Premium Background Effects */} -
-
-
-
-
+
+ {/* Ultra-Premium Ambient Background */} +
+
+
+
@@ -114,97 +113,113 @@ export default function CgpaCalculatorPage() {
{/* Calculator Grid */} -
+
{/* Input Section */} -
+
{/* Total Semesters */}
-