Skip to content

Commit aa6a340

Browse files
committed
change : aspiring sd to sd
1 parent f43ea3b commit aa6a340

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ interface Props {
99
}
1010
1111
const {
12-
title = "Vignesh S Naik - Aspiring Software Developer",
13-
description = "Welcome to the personal website of Vignesh S Naik, an aspiring software developer. Explore projects, skills, and get in touch.",
12+
title = "Vignesh S Naik - Software Developer from Kochi, India",
13+
description = "Welcome to the personal website of Vignesh S Naik, a software developer. Explore projects, skills, and get in touch.",
1414
} = Astro.props;
1515
---
1616

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ const projects = (await getCollection("work"))
2828

2929
<BaseLayout>
3030
<!-- SEO -->
31-
<title>Vignesh S Naik - Aspiring Software Developer</title>
31+
<title>Vignesh S Naik - Software Developer from Kochi, Kerala</title>
3232
<meta
3333
name="description"
34-
content="Welcome to the personal website of Vignesh S Naik, an aspiring software developer. Explore projects, skills, and get in touch."
34+
content="Welcome to the personal website of Vignesh S Naik, a software developer. Explore projects, skills, and get in touch."
3535
/>
3636
<meta
3737
name="keywords"
@@ -43,7 +43,7 @@ const projects = (await getCollection("work"))
4343
<header class="hero">
4444
<Hero
4545
title="I'm Vignesh S Naik!"
46-
tagline="Aspiring Software Developer"
46+
tagline="Software Developer"
4747
align="start"
4848
>
4949
<div class="roles">

0 commit comments

Comments
 (0)