Skip to content

Commit 57f66ed

Browse files
committed
Updated About section
1 parent cd1491a commit 57f66ed

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

src/components/About.tsx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ export default function About() {
1010
A little about me
1111
</h1>
1212
<p className="text-base md:text-lg leading-relaxed text-gray-600">
13-
👋 Hey, I'm Soumyata! I'm currently pursuing MS in Technology Management at the{" "}
13+
👋 Hey! I'm Soumyata, a Master's graduate from the{" "}
1414
<a
1515
href="https://illinois.edu/"
1616
className="text-gray-900 underline hover:text-black"
1717
target="_blank"
1818
rel="noreferrer"
1919
>
20-
University of Illinois, Urbana-Champaign
21-
</a>
22-
. I am passionate about turning "What if?" ideas into products that make people think, "Wow, that works!",
23-
with simplicity and usefulness in mind.
20+
University of Illinois, Urbana-Champaign
21+
</a>{" "}
22+
on a scholarship. I started as an engineer, became a Product Manager, and somewhere along the way taught myself to build AI tools from scratch.
2423
<br />
2524
<br />
26-
With 2+ years of experience in the Wealth Management industry, I have led projects using Big Data to help
25+
With 3 years of experience in the Wealth Management industry, I have shipped B2B SaaS products in enterprise fintech to help
2726
businesses make smarter decisions and achieve better outcomes. I specialize in turning complex data into
2827
clear, actionable solutions that drive results. When a task is assigned to me, I make sure it gets done, I'm
2928
committed to seeing things through from start to finish.

src/components/Hero.tsx

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,30 @@ export default function Hero() {
1414
<div className="absolute inset-0 bg-linear-to-t from-black/50 to-transparent" />
1515

1616
{/* Content — bottom-left */}
17-
<div className="relative z-10 px-6 sm:px-12 md:px-60 lg:px-72 pb-36 sm:pb-48 md:pb-64 lg:pb-80 max-w-6xl">
17+
<div className="relative z-10 px-6 sm:px-12 md:px-60 lg:px-72 pb-32 sm:pb-44 md:pb-60 lg:pb-[19rem] max-w-6xl">
1818
<div className="flex items-center gap-3 sm:gap-4 mb-3 sm:mb-4">
1919
<span className="block w-8 sm:w-10 h-0.5 bg-amber-400" />
2020
<h3 className="text-xs sm:text-sm uppercase tracking-[4px] sm:tracking-[6px] text-amber-400 font-medium">
21-
Portfolio
21+
Portfolio
2222
</h3>
2323
</div>
24-
<h1
25-
className="text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold leading-tight mb-2 sm:mb-3"
26-
style={{ fontFamily: "'Frank Ruhl Libre', serif" }}
24+
<div>
25+
<h1
26+
className="text-3xl sm:text-4xl md:text-5xl lg:text-6xl xl:text-7xl font-bold leading-tight mb-2 sm:mb-3 text-white"
27+
style={{
28+
fontFamily: "'Frank Ruhl Libre', serif",
29+
textShadow: "0 6px 28px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.35)"
30+
}}
31+
>
32+
Soumyata Binani
33+
</h1>
34+
<p
35+
className="whitespace-nowrap text-base sm:text-lg md:text-xl text-white/90 tracking-wide font-light"
36+
style={{ textShadow: "0 4px 20px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.35)" }}
2737
>
28-
Soumyata Binani
29-
</h1>
30-
<p className="text-base sm:text-lg md:text-xl text-white/80 tracking-wide font-light">
31-
Product Manager &nbsp;|&nbsp; Innovator &nbsp;|&nbsp; Design Thinker
38+
Product Manager &nbsp;|&nbsp; 0 → 1 Builder &nbsp;|&nbsp; I help companies make things people love
3239
</p>
40+
</div>
3341
</div>
3442

3543
{/* Scroll indicator — bottom-left */}

0 commit comments

Comments
 (0)