4 Commits

Author SHA1 Message Date
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
f720774efe Update src/app/apply/page.tsx 2026-05-20 16:40:25 +00:00
db664f08ce Merge version_3 into main
Merge version_3 into main
2026-05-20 16:38:48 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -44,10 +44,10 @@ export default function ApplyPage() {
</div>
<form className="space-y-6">
<div><label className="block mb-2">Full Name</label><input type="text" className="w-full p-3 bg-card border rounded" placeholder="Your full name" /></div>
<div><label className="block mb-2">Age</label><input type="number" className="w-full p-3 bg-card border rounded" placeholder="Your age" /></div>
<div><label className="block mb-2">Email</label><input type="email" className="w-full p-3 bg-card border rounded" placeholder="email@example.com" /></div>
<div><label className="block mb-2">Phone</label><input type="tel" className="w-full p-3 bg-card border rounded" placeholder="+49..." /></div>
<div><label className="block mb-2">Full Name</label><input required type="text" className="w-full p-3 bg-card border rounded" placeholder="Your full name" /></div>
<div><label className="block mb-2">Age</label><input required type="number" className="w-full p-3 bg-card border rounded" placeholder="Your age" /></div>
<div><label className="block mb-2">Email</label><input required type="email" className="w-full p-3 bg-card border rounded" placeholder="email@example.com" /></div>
<div><label className="block mb-2">Phone</label><input required type="tel" className="w-full p-3 bg-card border rounded" placeholder="+49..." /></div>
<div><label className="block mb-2">Country</label><select className="w-full p-3 bg-card border rounded"><option>Germany</option><option>Austria</option><option>Switzerland</option></select></div>
{mode === 'model' && (

View File

@@ -34,6 +34,7 @@ export default function LandingPage() {
{ name: "Values", id: "#values" },
{ name: "Apply", id: "/apply" },
{ name: "Contact", id: "#contact" },
{ name: "EN/DE", id: "#lang" }
]}
brandName="Artemis"
button={{ text: "Apply Now", href: "/apply" }}
@@ -43,6 +44,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"