Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a33c3f6308 | |||
| d03bc5168b | |||
| f720774efe | |||
| db664f08ce |
@@ -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' && (
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user