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
+}
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
+}