|
|
|
|
@@ -34,8 +34,11 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Values", id: "#values" },
|
|
|
|
|
{ name: "Apply", id: "/apply" },
|
|
|
|
|
{ name: "Contact", id: "#contact" },
|
|
|
|
|
{ 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>
|
|
|
|
|
@@ -43,6 +46,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="Professional support for your OnlyFans business."
|
|
|
|
|
titleClassName="text-white drop-shadow-[0_2px_4px_rgba(0,0,0,0.8)] font-extrabold"
|
|
|
|
|
description="Artemis supports selected creators with strategic growth, optimization and management — discreet, structured and professional."
|
|
|
|
|
buttons={[{ text: "Book a Free Consultation", href: "#contact" }]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/elegant-geometric-background-business_24972-1791.jpg"
|
|
|
|
|
@@ -133,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: "#" }] },
|
|
|
|
|
@@ -142,4 +147,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|