diff --git a/src/lib/content.ts b/src/lib/content.ts index 8b4d9ef..f6898d6 100644 --- a/src/lib/content.ts +++ b/src/lib/content.ts @@ -16,6 +16,6 @@ export async function getIntroContent() { role: githubProfile.role, company: githubProfile.company, yearsOfExperience, - introText: `I'm a ${githubProfile.role} with ${yearsOfExperience}+ years of experience building scalable ML systems and leading Data Science teams. Currently working at ${githubProfile.company}, where I'm focused on GenAI as well as supporting our various ML teams to develop MLOps solutions and production-grade ML pipelines.` + introText: `I'm a ${githubProfile.role} with ${yearsOfExperience}+ years of experience in the AI/ML space. At ${githubProfile.company}, I help customers benefit from AI by designing and implementing solution architectures to meet their business needs.` }; } \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index b8e7bfb..46e7304 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,7 +15,7 @@ const dynamicTitle = `Andrew Ginns - ${githubProfile.role} at ${githubProfile.co