Merge version_1 into main #1
263
src/app/page.tsx
263
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Curriculum",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Curriculum", id: "features" },
|
||||
{ name: "Membership", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vanquish the Veil"
|
||||
/>
|
||||
@@ -56,37 +44,14 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Vanquish the Veil"
|
||||
description="An 18.5-hour deep dive into cosmology, mysticism, and the nature of reality. Stop searching for answers, and start seeing the truth for yourself."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start your Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start your Membership", href: "#pricing" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907675.jpg",
|
||||
imageAlt: "Cosmic Truth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-brown-yellow-laser-lights-patterns-perfect-digital-wallpaper_181624-17043.jpg",
|
||||
imageAlt: "Sacred Geometry",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904467.jpg",
|
||||
imageAlt: "Divine Spark",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512157.jpg",
|
||||
imageAlt: "Heaven and Earth",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171486.jpg",
|
||||
imageAlt: "Inner Connection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motion-blur-automatic-train-moving-inside-tunnel-tokyo-japan_335224-164.jpg",
|
||||
imageAlt: "Breaking the Veil",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907675.jpg", imageAlt: "Cosmic Truth" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-brown-yellow-laser-lights-patterns-perfect-digital-wallpaper_181624-17043.jpg", imageAlt: "Sacred Geometry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-cover-art-illustration_23-2151904467.jpg", imageAlt: "Divine Spark" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512157.jpg", imageAlt: "Heaven and Earth" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/numerology-concept-still-life_23-2150171486.jpg", imageAlt: "Inner Connection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/motion-blur-automatic-train-moving-inside-tunnel-tokyo-japan_335224-164.jpg", imageAlt: "Breaking the Veil" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,18 +62,9 @@ export default function LandingPage() {
|
||||
title="Reconnect with the Divine Spark"
|
||||
description="If you've spent years questioning reality, digging through religion, and chasing answers in rabbit holes—Vanquish the Veil is your destination. We don't offer a belief system; we offer the tools to break the illusion of separation."
|
||||
metrics={[
|
||||
{
|
||||
value: "18.5h",
|
||||
title: "Video Content",
|
||||
},
|
||||
{
|
||||
value: "93",
|
||||
title: "Curated Lessons",
|
||||
},
|
||||
{
|
||||
value: "4",
|
||||
title: "Core Modules",
|
||||
},
|
||||
{ value: "18.5h", title: "Video Content" },
|
||||
{ value: "93", title: "Curated Lessons" },
|
||||
{ value: "4", title: "Core Modules" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fairytale-scene-coming-out-book_23-2151778537.jpg"
|
||||
imageAlt="Awakening knowledge"
|
||||
@@ -123,50 +79,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Veil I: Cosmology",
|
||||
tags: [
|
||||
"Planes of existence",
|
||||
"True Earth",
|
||||
"Heaven's influence",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cosmic-star-illustration_23-2151572621.jpg",
|
||||
imageAlt: "Cosmology",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Veil II: Mystical Christianity",
|
||||
tags: [
|
||||
"Biblical truths",
|
||||
"Astrology",
|
||||
"Divine spark",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-circle-with-abstract-neon-light-effects-great-futuristic-background_181624-26533.jpg",
|
||||
imageAlt: "Mysticism",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Veil III: The Hologram of Reality",
|
||||
tags: [
|
||||
"Perception",
|
||||
"Belief systems",
|
||||
"Resonance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306739.jpg",
|
||||
imageAlt: "Reality",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Veil IV: The Ego & Nonduality",
|
||||
tags: [
|
||||
"True nature",
|
||||
"Enlightenment",
|
||||
"Infinite awareness",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-flower-with-water-drops-dark-blue-wall_176420-8816.jpg",
|
||||
imageAlt: "Ego",
|
||||
},
|
||||
{ id: "f1", title: "Veil I: Cosmology", tags: ["Planes of existence", "True Earth", "Heaven's influence"], imageSrc: "http://img.b2bpic.net/free-photo/digital-art-cosmic-star-illustration_23-2151572621.jpg", imageAlt: "Cosmology" },
|
||||
{ id: "f2", title: "Veil II: Mystical Christianity", tags: ["Biblical truths", "Astrology", "Divine spark"], imageSrc: "http://img.b2bpic.net/free-photo/illustration-circle-with-abstract-neon-light-effects-great-futuristic-background_181624-26533.jpg", imageAlt: "Mysticism" },
|
||||
{ id: "f3", title: "Veil III: The Hologram of Reality", tags: ["Perception", "Belief systems", "Resonance"], imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306739.jpg", imageAlt: "Reality" },
|
||||
{ id: "f4", title: "Veil IV: The Ego & Nonduality", tags: ["True nature", "Enlightenment", "Infinite awareness"], imageSrc: "http://img.b2bpic.net/free-photo/pink-flower-with-water-drops-dark-blue-wall_176420-8816.jpg", imageAlt: "Ego" },
|
||||
]}
|
||||
title="Master Your Understanding"
|
||||
description="Dive deep into the four core veils blocking your realization. Each module is structured to strip away illusion."
|
||||
@@ -177,47 +93,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@seeker",
|
||||
testimonial: "This course didn't just teach me facts; it changed my internal reality. Pure gnosis.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", handle: "@seeker", testimonial: "This course didn't just teach me facts; it changed my internal reality. Pure gnosis.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus V.",
|
||||
handle: "@truthseeker",
|
||||
testimonial: "Finally, the dots connect between scripture and cosmology. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/renaissance-portrait-woman-as-sun-goddess_23-2151345833.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus V.", handle: "@truthseeker", testimonial: "Finally, the dots connect between scripture and cosmology. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/renaissance-portrait-woman-as-sun-goddess_23-2151345833.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
handle: "@consciousness",
|
||||
testimonial: "The modules on nonduality helped me find my center. I no longer feel separate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-suffering-from-pain-pink-wall-emotion-tourist-color_140725-122562.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", handle: "@consciousness", testimonial: "The modules on nonduality helped me find my center. I no longer feel separate.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-suffering-from-pain-pink-wall-emotion-tourist-color_140725-122562.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@gnostic",
|
||||
testimonial: "Structured, profound, and deeply awakening. A masterclass in breaking illusions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-teen-meditating-outdoors_23-2147562517.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@gnostic", testimonial: "Structured, profound, and deeply awakening. A masterclass in breaking illusions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-teen-meditating-outdoors_23-2147562517.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe M.",
|
||||
handle: "@innerlight",
|
||||
testimonial: "God is within. This course helped me realize that simple, but profound truth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200207.jpg",
|
||||
},
|
||||
id: "t5", name: "Chloe M.", handle: "@innerlight", testimonial: "God is within. This course helped me realize that simple, but profound truth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-learning-virtual-classroom_23-2149200207.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="A Shift in Consciousness"
|
||||
@@ -232,21 +124,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "18.5h+",
|
||||
description: "Structured foundation content",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "93",
|
||||
description: "Engaging video lessons",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Weekly",
|
||||
description: "New content drops",
|
||||
},
|
||||
{ id: "m1", value: "18.5h+", description: "Structured foundation content" },
|
||||
{ id: "m2", value: "93", description: "Engaging video lessons" },
|
||||
{ id: "m3", value: "Weekly", description: "New content drops" },
|
||||
]}
|
||||
title="Growth & Realization"
|
||||
description="Your membership gives you access to a library that evolves weekly."
|
||||
@@ -260,21 +140,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "membership",
|
||||
tag: "Best Value",
|
||||
price: "$33.33",
|
||||
period: "/month",
|
||||
description: "Full access to the library, weekly content, and community.",
|
||||
button: {
|
||||
text: "Cancel anytime",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"18.5 hours structured course",
|
||||
"93 core videos",
|
||||
"New weekly content",
|
||||
"Mobile & Desktop access",
|
||||
],
|
||||
id: "membership", tag: "Best Value", price: "$33.33", period: "/month", description: "Full access to the library, weekly content, and community.", button: { text: "Cancel anytime" },
|
||||
featuresTitle: "Included", features: [
|
||||
"18.5 hours structured course", "93 core videos", "New weekly content", "Mobile & Desktop access"],
|
||||
},
|
||||
]}
|
||||
title="Start Your Membership"
|
||||
@@ -287,21 +155,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Who is this course for?",
|
||||
content: "For truth-seekers who have outgrown standard belief systems and are ready for direct gnosis.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I cancel my membership?",
|
||||
content: "Yes, you can cancel your membership at any time.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What device can I use?",
|
||||
content: "The course is fully optimized for mobile, tablet, and desktop.",
|
||||
},
|
||||
{ id: "q1", title: "Who is this course for?", content: "For truth-seekers who have outgrown standard belief systems and are ready for direct gnosis." },
|
||||
{ id: "q2", title: "Can I cancel my membership?", content: "Yes, you can cancel your membership at any time." },
|
||||
{ id: "q3", title: "What device can I use?", content: "The course is fully optimized for mobile, tablet, and desktop." },
|
||||
]}
|
||||
title="Questions on your path"
|
||||
description="Common inquiries about the course and the truth-seeking path."
|
||||
@@ -315,21 +171,10 @@ export default function LandingPage() {
|
||||
title="Reach out to us"
|
||||
description="Have questions about the membership or the course content? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-practicing-yoga-meditation-winter-with-snow_23-2150838372.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -340,29 +185,15 @@ export default function LandingPage() {
|
||||
logoText="Vanquish the Veil"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Course",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Platform", items: [
|
||||
{ label: "Course", href: "#features" },
|
||||
{ label: "Membership", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user