From 02319348e891ebb1161c36c8775b1a2507086b85 Mon Sep 17 00:00:00 2001 From: LeticiaSGoncalves Date: Fri, 8 May 2026 09:09:00 -0300 Subject: [PATCH] feat: update intro content to better reflect current skills and offerings --- src/app/home/constants/intro-content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/home/constants/intro-content.ts b/src/app/home/constants/intro-content.ts index 7b5860e..b29fc50 100644 --- a/src/app/home/constants/intro-content.ts +++ b/src/app/home/constants/intro-content.ts @@ -2,7 +2,7 @@ export const introContent = { greeting: "Hi, I'm Letícia Gonçalves", headline: 'Building digital products from design to code.', description: { - line1: "I build scalable SaaS platforms from design to deployment, crafting intuitive interfaces with Vue.js and React and robust backend systems with Node.js and TypeScript.", + line1: "I turn ideas into production-ready products — from pixel-perfect interfaces with Vue.js and React to scalable backend systems with Node.js and TypeScript.", }, cta: 'Get in touch', } \ No newline at end of file