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