diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd2c8d..eae89bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -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() { @@ -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: "#" }, ], }, ]}