Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92f6b319e4 | |||
| e88ddc1099 | |||
| bc3df5f809 | |||
| bc7ec5146f | |||
| 9e99778026 |
@@ -23,7 +23,8 @@ export default function ApplyPage() {
|
||||
>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Apply", id: "/apply" }]}
|
||||
brandName="Artemis"
|
||||
brandName="Artemis Agency"
|
||||
logoClassName="w-12 h-12"
|
||||
button={{ text: "Apply Now", href: "/apply" }}
|
||||
/>
|
||||
|
||||
@@ -74,4 +75,4 @@ export default function ApplyPage() {
|
||||
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,9 +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" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,6 +137,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="ARTEMIS"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzkD2uz35Ou1bcDokeeXdpdXCv/uploaded-1779296716411-d4fpppan.jpg"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
@@ -144,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user