From 00888ebae733788769df9bc4e20b037868c1f13e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:20:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++---------------------------------- 1 file changed, 30 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb8bd0e..c7c50fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,14 @@ export default function LandingPage() { @@ -39,34 +44,23 @@ export default function LandingPage() {
@@ -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() { @@ -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: "#"}, ], }, ]} -- 2.49.1