Skip to content

Commit 556c0b8

Browse files
committed
Add a few lines of introduction
1 parent 50a42fd commit 556c0b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/main.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const attributes = {
55
link: '/#portfolio',
66
text: 'Portfolio',
77
},
8-
heading: "I'm Paco Cu, and I create",
8+
heading: "I'm Laetitia, and I create",
99
image: '/img/hero.jpeg',
1010
secondButton: { icon: 'whatsapp', link: '/#about', text: 'About me' },
1111
social: {
@@ -14,15 +14,15 @@ export const attributes = {
1414
linkedin: { link: 'https://linkedin.com', show: true },
1515
},
1616
typed: [
17-
{ text: 'fast websites.' },
18-
{ text: 'beautiful logos.' },
19-
{ text: 'great experiences.' },
17+
{ text: 'fast websites' },
18+
{ text: 'beautiful logos' },
19+
{ text: 'great experiences' },
2020
],
2121
},
2222
about: {
2323
heading: 'Who am I?',
2424
image: '/img/about.jpeg',
25-
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vel dapibus mi, sit amet consequat leo. Integer non dolor non elit sodales consequat. Integer tempor sollicitudin massa, vel sollicitudin ante dictum eu.\n',
25+
text: 'Hi, my name is Laetitia and I am currently learning to become a full-stack developer, with a strong focus on modern web technologies including HTML, CSS, JavaScript, Node.js, Next.js, React, and PostgreSQL. I enjoy building both the front-end and back-end of applications and continuously improving my skills through hands-on projects and learning. I’m on track to graduate in nine months and excited to apply my knowledge to real-world challenges and grow as a developer.\n',
2626
},
2727
features: [
2828
{

0 commit comments

Comments
 (0)