Merge version_1 into main #2
112
src/app/page.tsx
112
src/app/page.tsx
@@ -29,9 +29,14 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Uncensored Access"
|
||||
button={{
|
||||
text: "Unlock Full Access",
|
||||
href: "#final-cta",
|
||||
}}
|
||||
text: "Unlock Full Access", href: "#final-cta"}}
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#tease" },
|
||||
{ name: "Metrics", id: "#authority" },
|
||||
{ name: "Preview", id: "#visual-preview" },
|
||||
{ name: "Unlock", id: "#final-cta" }
|
||||
]}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -39,34 +44,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="You’re not supposed to be here…"
|
||||
description="Unlock exclusive content you won’t find anywhere else."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-with-visual-metaphor-memory_23-2151240822.jpg",
|
||||
alt: "Mysterious Creator 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-with-visual-metaphor-memory_23-2151240822.jpg", alt: "Mysterious Creator 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-city-street-style-beautiful-autumn_1139-849.jpg",
|
||||
alt: "Mysterious Creator 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-city-street-style-beautiful-autumn_1139-849.jpg", alt: "Mysterious Creator 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-2933.jpg",
|
||||
alt: "Mysterious Creator 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-2933.jpg", alt: "Mysterious Creator 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-light_23-2149438604.jpg",
|
||||
alt: "Mysterious Creator 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-light_23-2149438604.jpg", alt: "Mysterious Creator 4"},
|
||||
]}
|
||||
avatarText="Thousands of satisfied subscribers"
|
||||
buttons={[
|
||||
{
|
||||
text: "Unlock Full Access",
|
||||
href: "#final-cta",
|
||||
},
|
||||
text: "Unlock Full Access", href: "#final-cta"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -80,17 +74,11 @@ export default function LandingPage() {
|
||||
description="This is where it gets personal. The uncensored side – updated daily. Private content. Real access. No filters."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Exclusive Videos",
|
||||
description: "Content you won’t see on social media, featuring daily updates and behind-the-scenes access.",
|
||||
},
|
||||
title: "Exclusive Videos", description: "Content you won’t see on social media, featuring daily updates and behind-the-scenes access."},
|
||||
{
|
||||
title: "Private Interactions",
|
||||
description: "Engage directly with premium drops and exclusive interactive experiences.",
|
||||
},
|
||||
title: "Private Interactions", description: "Engage directly with premium drops and exclusive interactive experiences."},
|
||||
{
|
||||
title: "Uncensored Content",
|
||||
description: "Access materials that get taken down everywhere else, ensuring you never miss a moment.",
|
||||
},
|
||||
title: "Uncensored Content", description: "Access materials that get taken down everywhere else, ensuring you never miss a moment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453480.jpg?_wi=1"
|
||||
imageAlt="Suggestive blurred image"
|
||||
@@ -105,22 +93,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "award-gayvn",
|
||||
value: "2x",
|
||||
title: "GayVN Award Winner",
|
||||
description: "Awarded in 2026 for outstanding performance and creativity.",
|
||||
id: "award-gayvn", value: "2x", title: "GayVN Award Winner", description: "Awarded in 2026 for outstanding performance and creativity.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/e/e3/Award_icon.png", imageAlt: "GayVN Award Icon"
|
||||
},
|
||||
{
|
||||
id: "award-versatile",
|
||||
value: "Favorite",
|
||||
title: "Versatile Creator",
|
||||
description: "Acknowledged for dynamic and multifaceted content creation.",
|
||||
id: "award-versatile", value: "Favorite", title: "Versatile Creator", description: "Acknowledged for dynamic and multifaceted content creation.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/e/e3/Award_icon.png", imageAlt: "Versatile Creator Award Icon"
|
||||
},
|
||||
{
|
||||
id: "award-collab",
|
||||
value: "Hottest",
|
||||
title: "Collab (with Dom King)",
|
||||
description: "Celebrated for a groundbreaking collaboration that set new industry standards.",
|
||||
id: "award-collab", value: "Hottest", title: "Collab (with Dom King)", description: "Celebrated for a groundbreaking collaboration that set new industry standards.", imageSrc: "https://upload.wikimedia.org/wikipedia/commons/e/e3/Award_icon.png", imageAlt: "Collaboration Award Icon"
|
||||
},
|
||||
]}
|
||||
title="Recognized as one of the most talked-about creators right now."
|
||||
@@ -137,41 +116,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "preview-1",
|
||||
name: "Exclusive Content",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453480.jpg?_wi=2",
|
||||
},
|
||||
id: "preview-1", name: "Exclusive Content", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453480.jpg?_wi=2"},
|
||||
{
|
||||
id: "preview-2",
|
||||
name: "Behind The Scenes",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mystical-woman-black-hood_23-2147902935.jpg",
|
||||
},
|
||||
id: "preview-2", name: "Behind The Scenes", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/mystical-woman-black-hood_23-2147902935.jpg"},
|
||||
{
|
||||
id: "preview-3",
|
||||
name: "Daily Updates",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wool-sock-sweater-with-pink-notebook-sign-2021-large-tattoo-hip-female-sit-bed-home-bedroom_343596-4472.jpg",
|
||||
},
|
||||
id: "preview-3", name: "Daily Updates", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/woman-wool-sock-sweater-with-pink-notebook-sign-2021-large-tattoo-hip-female-sit-bed-home-bedroom_343596-4472.jpg"},
|
||||
{
|
||||
id: "preview-4",
|
||||
name: "Premium Drops",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-with-copy-space_23-2148267219.jpg",
|
||||
},
|
||||
id: "preview-4", name: "Premium Drops", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/front-view-athlete-with-copy-space_23-2148267219.jpg"},
|
||||
{
|
||||
id: "preview-5",
|
||||
name: "Unfiltered",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-tattoos-resting-outdoor-pool_1321-955.jpg",
|
||||
},
|
||||
id: "preview-5", name: "Unfiltered", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-tattoos-resting-outdoor-pool_1321-955.jpg"},
|
||||
{
|
||||
id: "preview-6",
|
||||
name: "Censored No More",
|
||||
price: "Private",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-gold-body-painting_23-2150834477.jpg",
|
||||
},
|
||||
id: "preview-6", name: "Censored No More", price: "Private", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-gold-body-painting_23-2150834477.jpg"},
|
||||
]}
|
||||
title="A glimpse of what’s inside…"
|
||||
description="The rest? You already know where it is."
|
||||
@@ -182,16 +137,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Final Call"
|
||||
title="You’ve seen enough."
|
||||
description="Don’t just watch from the outside. Experience truly exclusive content."
|
||||
buttons={[
|
||||
{
|
||||
text: "Unlock Everything Now",
|
||||
href: "https://external-subscription-platform.com",
|
||||
},
|
||||
text: "Unlock Everything Now", href: "https://external-subscription-platform.com"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
/>
|
||||
@@ -203,13 +155,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user