File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import {
1717 Star ,
1818 Briefcase ,
1919 ShieldCheck ,
20- Compass ,
2120} from "lucide-react" ;
2221
2322export default function CgpaCalculatorPage ( ) {
Original file line number Diff line number Diff line change 11"use client" ;
22
3- import { useRef , useState , useEffect } from "react" ;
3+ import { useRef , useState } from "react" ;
44import {
55 motion ,
66 useScroll ,
Original file line number Diff line number Diff line change 77 RefreshCw ,
88 Mail ,
99 ArrowRight ,
10- Zap ,
1110} from "lucide-react" ;
1211import { Metadata } from "next" ;
1312import { InteractivePath } from "./InteractivePath" ;
@@ -41,9 +40,9 @@ export default function PrivacyPolicyPage() {
4140 </ h1 >
4241
4342 < p className = "text-lg sm:text-xl text-slate-500 dark:text-slate-400 font-normal leading-relaxed max-w-2xl mx-auto" >
44- Your academic records are deeply personal. We don' t just protect
45- them—we' ve engineered an impenetrable, world-class architecture to
46- ensure your data remains exclusively yours.
43+ Your academic records are deeply personal. We don' t just
44+ protect them—we' ve engineered an impenetrable, world-class
45+ architecture to ensure your data remains exclusively yours.
4746 </ p >
4847
4948 { /* The Path Origin Connector */ }
@@ -170,7 +169,7 @@ function TimelineNode({
170169 delay,
171170} : {
172171 index : string ;
173- icon : any ;
172+ icon : React . ElementType ;
174173 title : string ;
175174 content : string ;
176175 side : "left" | "right" ;
You can’t perform that action at this time.
0 commit comments