12 Commits

Author SHA1 Message Date
af4dfb228f Update src/app/page.tsx 2026-05-20 17:12:34 +00:00
a587137ab9 Update src/app/apply/page.tsx 2026-05-20 17:12:34 +00:00
8d88a198a2 Update src/app/page.tsx 2026-05-20 17:11:46 +00:00
c47462d348 Update src/app/apply/page.tsx 2026-05-20 17:11:45 +00:00
37fd38642a Merge version_7 into main
Merge version_7 into main
2026-05-20 17:07:45 +00:00
92f6b319e4 Update src/app/page.tsx 2026-05-20 17:07:41 +00:00
e88ddc1099 Update src/app/apply/page.tsx 2026-05-20 17:07:40 +00:00
bc3df5f809 Merge version_6 into main
Merge version_6 into main
2026-05-20 17:05:32 +00:00
bc7ec5146f Update src/app/page.tsx 2026-05-20 17:05:29 +00:00
9e99778026 Merge version_5 into main
Merge version_5 into main
2026-05-20 17:01:49 +00:00
a33c3f6308 Update src/app/page.tsx 2026-05-20 17:01:46 +00:00
d03bc5168b Merge version_4 into main
Merge version_4 into main
2026-05-20 16:40:28 +00:00
2 changed files with 13 additions and 7 deletions

View File

@@ -22,8 +22,9 @@ export default function ApplyPage() {
headingFontWeight="normal"
>
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Apply", id: "/apply" }]}
brandName="Artemis"
navItems={[{ name: "Home", id: "/" }, { name: "Apply", id: "/apply" }, { name: "Language", id: "#lang" }]}
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>
);
}
}

View File

@@ -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"
@@ -69,8 +73,8 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{ title: "Strategic Scaling", description: "Methodical growth strategies.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-matches-representing-graph_23-2148749506.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg", buttonText: "Learn More" },
{ title: "Revenue Optimization", description: "Maximized efficiency per channel.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/gradient-social-media-logo-collection_23-2148306808.jpg", buttonText: "Learn More" },
{ title: "Strategic Scaling", description: "Methodical growth strategies.", imageSrc: "http://img.b2bpic.net/free-photo/assortment-matches-representing-graph_23-2148749506.jpg", titleImageSrc: "http://img.b2bvec.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg", buttonText: "Learn More" },
{ title: "Revenue Optimization", description: "Maximized efficiency per channel.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-sci-fi-techno-lights-cool-background_181624-26156.jpg", titleImageSrc: "http://img.b2bvec.net/free-vector/gradient-social-media-logo-collection_23-2148306808.jpg", buttonText: "Learn More" },
{ title: "Discreet Management", description: "High-level professional privacy.", imageSrc: "http://img.b2bpic.net/free-vector/vintage-golden-art-nouveau-badge-vector_53876-57477.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/minus-icon-left-side_187299-44679.jpg", buttonText: "Learn More" },
]}
title="Premium Operational Systems"
@@ -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>
);
}
}