diff options
Diffstat (limited to 'src/components/Hero.jsx')
-rw-r--r-- | src/components/Hero.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 586e5be..a3b84a6 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -48,7 +48,7 @@ export const Hero = () => { </motion.h2> <motion.p className="hero-description" variants={fadeInUp}> I analyze data to extract meaningful insights and drive business - decisions. Proficient in Python and data visualization tools like PowerBI. + decisions. Proficient in SQL, Python and data visualization tools like PowerBI. </motion.p> <motion.div className="cta-buttons" variants={staggerContainer}> @@ -110,8 +110,8 @@ export const Hero = () => { }, traits: [ "enthusiastically curious", - "critical thinker", "energentically outgoing", + "critical thinker", "creative sketcher", ], missionStatement: |