Skip to content

Commit 5062e1a

Browse files
committed
refactor: simplify home component
1 parent 7f02f22 commit 5062e1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/Home.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ export function Home() {
77
<WebsiteNavbar />
88
<div className="PageContent">
99
<div className="intro-text">
10-
<HomeComponent image={images.myPhoto2024} title={<h2>&gt; &nbsp;Hello, World!</h2>} text={ <>
11-
I am a Software Engineer specialized in backend services and cloud technologies. Deeply committed to technical excellence and continuous learning.
12-
<br /><br />Beyond my professional work, I am an active speaker and community builder within the AWS ecosystem. Focus areas include Software Architecture, AI, Infrastructure as Code, and emerging technologies.
13-
<br /><br />Interested in broadening my contributions to open-source projects, particularly for Satellite and Space applications.
14-
</>}
15-
/>
10+
<HomeComponent image={images.myPhoto2024} title={<h2>&gt; &nbsp;Hello, World!</h2>} text={<>
11+
I am a Software Engineer specialized in backend services and cloud technologies. Deeply committed to technical excellence and continuous learning.
12+
<br /><br />Beyond my professional work, I am an active speaker and community builder within the AWS ecosystem. Focus areas include Software Architecture, AI, Infrastructure as Code, and emerging technologies.
13+
<br /><br />Interested in broadening my contributions to open-source projects, particularly for Satellite and Space applications.
14+
</>}
15+
/>
1616
</div>
1717
</div>{" "}
1818
</div>

0 commit comments

Comments
 (0)