Skip to content

Commit 41df3fc

Browse files
committed
refactor: remove tagline field from site configuration and hero component
1 parent cd1fed6 commit 41df3fc

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/components/Hero.astro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { siteConfig } from "../data/site-config";
1313
<p class="hero-greeting reveal">Hi there, I'm</p>
1414
<h1 class="hero-name reveal">{siteConfig.name}</h1>
1515
<p class="hero-title reveal">{siteConfig.title}</p>
16-
<p class="hero-tagline reveal">{siteConfig.tagline}</p>
1716

1817
<div class="hero-cta reveal">
1918
<a href="#projects" class="btn btn-primary">Explore My Work</a>
@@ -235,14 +234,6 @@ import { siteConfig } from "../data/site-config";
235234
letter-spacing: 0.05em;
236235
}
237236

238-
.hero-tagline {
239-
font-size: var(--font-size-base);
240-
color: var(--color-text-muted);
241-
margin-bottom: var(--space-12);
242-
font-style: italic;
243-
opacity: 0.8;
244-
}
245-
246237
.hero-cta {
247238
display: flex;
248239
gap: var(--space-4);

src/data/site-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const totalYears =
1515
export const siteConfig = {
1616
name: "Shubham Mathur",
1717
title: "Senior Software Engineer",
18-
tagline: "Builds systems that last",
1918
email: "shubham.mathur.wrk@gmail.com",
2019
description: `I'm a Senior Software Engineer with ${totalYears}+ years of experience building scalable systems at Vimeo and McKinsey. I specialize in backend architecture, microservices, and security engineering.`,
2120

0 commit comments

Comments
 (0)