Merge version_10 into main #13

Merged
bender merged 5 commits from version_10 into main 2026-05-20 17:52:33 +00:00
5 changed files with 6 additions and 10 deletions

View File

@@ -72,9 +72,7 @@ export default function ApplyPage() {
</form>
</main>
<div className="bg-gradient-to-b from-background to-card">
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
</div>
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
</ThemeProvider>
);
}

View File

@@ -41,9 +41,7 @@ export default function ContactPage() {
</form>
</main>
<div className="bg-gradient-to-b from-background to-card">
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
</div>
<FooterBaseReveal logoText="ARTEMIS" columns={[]} />
</ThemeProvider>
);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -10,8 +10,8 @@ import { Mulish } from "next/font/google";
export const metadata: Metadata = {
title: 'Artemis | Elite Creator Management',
description: 'Artemis is a premier management agency for selected creators, providing world-class strategic growth, professional operations, and absolute discretion.',
title: "Artemis | OnlyFans Management",
description: "Artemis is a professional OnlyFans and social media agency specializing in Instagram growth, content strategy, branding, and the scaling of personal brands. We provide premium management for creators, with a focus on reach, revenue, and long-term brand building.",
};
const mulish = Mulish({

View File

@@ -134,7 +134,7 @@ export default function LandingPage() {
/>
</div>
<div id="footer" data-section="footer" className="bg-gradient-to-b from-background to-card">
<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"
@@ -147,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}