Skip to content

Commit 12af95a

Browse files
committed
feat: update text content
1 parent 981bc5a commit 12af95a

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

src/components/about-section.tsx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@ function AboutSection() {
22
return (
33
<section id="about" className="flex gap-2 flex-col -mb-3 mt-24">
44
<span className="font-medium mb-5 sm:mb-6">About</span>
5-
<p className="text-muted-foreground/90">
6-
Hey, I&apos;m Karol Rynkowski, a software developer who loves making
7-
cool stuff online. I&apos;m always learning about new tech and ways to
8-
make things better, from the basics to the latest tools.
9-
</p>
10-
<p className="text-muted-foreground/90">
11-
When I&apos;m not coding, I enjoy exploring new places, keeping up with
12-
tech news, and hitting the gym.
13-
</p>
14-
<p className="text-muted-foreground/90">
15-
If you&apos;re interested in working together, I&apos;m ready to take on
16-
challenges and bring fresh ideas to the table.
5+
<p className="text-muted-foreground">
6+
Hey, I&apos;m Karol Rynkowski, a software developer who likes to build
7+
scalable web and mobile applications with a focus on performance
8+
optimization and accessibility. When not coding, I brew specialty coffee
9+
and explore photography.
1710
</p>
1811
</section>
1912
);

src/components/blog-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function BlogSection() {
33
<section id="blog" className="-mb-3 mt-16 sm:mt-32">
44
<span className="font-medium mb-5 sm:mb-6">Blog</span>
55
<p className="text-muted-foreground">
6-
{"Coming soon... first I need to know what to write about :)"}{" "}
6+
{"Building thoughtful content..."}{" "}
77
</p>
88
</section>
99
);

0 commit comments

Comments
 (0)