Skip to content

Commit fa4601b

Browse files
committed
feat: minor tweaks to the new pages
1 parent c7670b1 commit fa4601b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/book-me/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const checkmarkPathElement = `<svg xmlns="http://www.w3.org/2000/svg" class="h-6
1212
<main class="max-w-4xl mx-auto px-4 py-12">
1313
<div class="text-center mb-12">
1414
<h1 class="text-4xl font-bold mb-4">Book a Mentoring Session</h1>
15-
<p class="text-xl text-gray-600">Take your skills to the next level and expand your network</p>
15+
<p class="text-xl text-gray-600"><em>Take your skills to the next level and expand your network</em></p>
1616
</div>
1717

1818
<div class="grid md:grid-cols-2 gap-12">

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ library.add(faGithub, faLinkedin, faEnvelope, faGlobe, faChalkboardTeacher, faHa
1414
<Layout title="Luiz Gonzaga">
1515
<main class="max-w-4xl mx-auto px-4 py-12">
1616
<div class="text-center mb-12">
17-
<h1 class="text-4xl font-bold mb-4">Hi, I'm Luiz Gonzaga</h1>
17+
<h1 class="text-4xl font-bold mb-4">Hi, I'm Luiz</h1>
1818
<p class="text-xl text-gray-600"><em>I like software and people :)</em></p>
1919
</div>
2020

0 commit comments

Comments
 (0)