diff --git a/src/app/components/Contact.tsx b/src/app/components/Contact.tsx index 006fbe4..078e9d1 100644 --- a/src/app/components/Contact.tsx +++ b/src/app/components/Contact.tsx @@ -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š

)