Skip to content

Commit dae803e

Browse files
committed
feat: update project count from 12+ to 15+ across components
1 parent 03a4612 commit dae803e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const About: React.FC = () => {
110110
problems and deliver exceptional user experiences.
111111
</p>
112112
<p className="text-base sm:text-lg text-gray-600 mb-6 sm:mb-8">
113-
With experience across 12+ diverse projects and 50+ technologies including React, Next.js, Node.js, Python, Hugo, and various AI/ML frameworks, I bring ideas to life through clean, efficient, and scalable code. I'm constantly learning and exploring new technologies to stay at the forefront of web development and AI innovation.
113+
With experience across 15+ diverse projects and 50+ technologies including React, Next.js, Node.js, Python, Hugo, and various AI/ML frameworks, I bring ideas to life through clean, efficient, and scalable code. I'm constantly learning and exploring new technologies to stay at the forefront of web development and AI innovation.
114114
</p>
115115

116116
{/* Technology Chips */}

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const Hero: React.FC = () => {
142142
transition={{ duration: 0.8, delay: 1.2 }}
143143
>
144144
<div className="text-center text-white">
145-
<h3 className="text-2xl sm:text-3xl font-bold mb-1 text-blue-200">12+</h3>
145+
<h3 className="text-2xl sm:text-3xl font-bold mb-1 text-blue-200">15+</h3>
146146
<p className="text-xs sm:text-sm text-blue-100 font-semibold">Projects</p>
147147
</div>
148148
<div className="text-center text-white">

0 commit comments

Comments
 (0)