From aa4496a8f7a34f3475778cc7f6c91041db6622d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 15:07:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 81074aa..0afb6e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="IT Portfolio" + brandName="Portfolio IT" /> @@ -46,11 +46,11 @@ export default function LandingPage() { @@ -100,12 +100,12 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain"}} - 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." + 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é. Construisons ensemble quelque chose de sécurisé." buttons={[ { - text: "Contact Me", href: "mailto:email@example.com"}, + text: "Me contacter", href: "mailto:email@example.com"}, ]} /> @@ -114,8 +114,8 @@ export default function LandingPage() { @@ -141,10 +141,10 @@ export default function LandingPage() { ], }, ]} - logoText="ITPortfolio" + logoText="PortfolioIT" /> ); -} +} \ No newline at end of file -- 2.49.1