diff --git a/src/components/general/techchart.tsx b/src/components/general/techchart.tsx index 9da7b5d..2049d53 100644 --- a/src/components/general/techchart.tsx +++ b/src/components/general/techchart.tsx @@ -8,12 +8,12 @@ const chartData = [ { technology: "TypeScript", proficiency: 85 }, { technology: "Next.js", proficiency: 80 }, { technology: "React", proficiency: 80 }, - { technology: "SQL", proficiency: 80 }, - { technology: "React Native", proficiency: 75 }, { technology: "Java", proficiency: 75 }, - { technology: "PHP", proficiency: 70 }, - { technology: "Python", proficiency: 70 }, - { technology: "Swift", proficiency: 60 }, + { technology: "SQL", proficiency: 70 }, + { technology: "React Native", proficiency: 65 }, + { technology: "PHP", proficiency: 60 }, + { technology: "Python", proficiency: 50 }, + { technology: "Swift", proficiency: 40 }, ] export default function TechChart() {