From e88ddc109925349dc46a973b2f6dfd17fb903a03 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:07:40 +0000 Subject: [PATCH 1/2] Update src/app/apply/page.tsx --- src/app/apply/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/apply/page.tsx b/src/app/apply/page.tsx index 09d9ba7..2b3515a 100644 --- a/src/app/apply/page.tsx +++ b/src/app/apply/page.tsx @@ -23,7 +23,8 @@ export default function ApplyPage() { > @@ -74,4 +75,4 @@ export default function ApplyPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 92f6b319e4ba8aaa65cd87e3a1cadb1b79580875 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:07:41 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 83c5724..1700b76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,10 +34,11 @@ export default function LandingPage() { { name: "Values", id: "#values" }, { name: "Apply", id: "/apply" }, { name: "Contact", id: "#contact" }, - { name: "EN/DE", id: "#lang" } + { name: "Language", id: "#lang" } ]} - brandName="Artemis" + brandName="Artemis Agency" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzkD2uz35Ou1bcDokeeXdpdXCv/uploaded-1779296716411-d4fpppan.jpg" + logoClassName="w-12 h-12" button={{ text: "Apply Now", href: "/apply" }} /> @@ -146,4 +147,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1