From 36902dd4841f40bcf201cee8d79749bd35c571f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:37:20 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46cf384..81074aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Mar2n Portoflio " + brandName="IT Portfolio" /> @@ -46,11 +46,11 @@ export default function LandingPage() { @@ -100,12 +100,12 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain"}} - tag="Contactez-moi" - title="Prêt à collaborer ?" - description="Je suis actuellement à la recherche de nouveaux défis en administration système ou en analyse de sécurité. " + tag="Get In Touch" + title="Ready to Collaborate?" + description="I am currently looking for new challenges in system administration or security analysis. Let's build something secure together." buttons={[ { - text: "Me contacter", href: "mailto:email@example.com"}, + text: "Contact Me", href: "mailto:email@example.com"}, ]} /> @@ -114,8 +114,8 @@ export default function LandingPage() { @@ -141,10 +141,10 @@ export default function LandingPage() { ], }, ]} - logoText="Portfolio de Mar2n " + logoText="ITPortfolio" /> ); -} \ No newline at end of file +}