From 4830462f23191298b0e56dda1f05fa7c1d218639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Fri, 14 Mar 2025 09:34:05 +0000 Subject: [PATCH] Update text content and adjust English proficiency rating --- src/app/components/Contact.tsx | 6 +++--- src/app/components/Skills.tsx | 4 ++-- src/app/components/Title.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/Contact.tsx b/src/app/components/Contact.tsx index 006fbe4..8a5307c 100644 --- a/src/app/components/Contact.tsx +++ b/src/app/components/Contact.tsx @@ -1,4 +1,4 @@ -import {GithubIcon, InfoIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react"; +import {GithubIcon, LinkedinIcon, MailIcon, ScrollTextIcon} from "lucide-react"; export const Contact = () => { return ( @@ -9,7 +9,7 @@ export const Contact = () => { type="button" href="mailto:sales@romanjaros.dev" className="flex gap-2 focus:outline-none font-medium rounded-lg px-5 py-2.5 me-2 mb-2 text-yellow-600 dark:bg-transparent"> - Send e-mail + Hire me {

- + {

-

English, B2

- +

English, B1

+
diff --git a/src/app/components/Title.tsx b/src/app/components/Title.tsx index bb5f51e..781f042 100644 --- a/src/app/components/Title.tsx +++ b/src/app/components/Title.tsx @@ -2,7 +2,7 @@ export const Title = () => { return (

- Roman + Roman Jaroš

)