Merge version_2 into main #2
@@ -15,9 +15,11 @@ const inter = Inter({
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "The Secrets of the Witches | Mystical Subscription", description: "Unlock ancient forest witch wisdom through our exclusive subscription. Monthly spells, rituals, and community access for all experience levels.", keywords: "witch, witchcraft, spells, rituals, grimoire, subscription, mystical, spiritual", openGraph: {
|
||||
title: "The Secrets of the Witches", description: "Discover ancient forest witch traditions and mystical practices through our exclusive subscription community.", siteName: "The Secrets of the Witches", type: "website"},
|
||||
title: "The Secrets of the Witches", description: "Discover ancient forest witch traditions and mystical practices through our exclusive subscription community.", siteName: "The Secrets of the Witches", type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "The Secrets of the Witches", description: "Join practitioners worldwide discovering authentic witchcraft wisdom."},
|
||||
card: "summary_large_image", title: "The Secrets of the Witches", description: "Join practitioners worldwide discovering authentic witchcraft wisdom."
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
@@ -37,7 +37,8 @@ export default function LandingPage() {
|
||||
{ name: "Questions", id: "faq" },
|
||||
]}
|
||||
button={{
|
||||
text: "Begin Your Journey", href: "contact"}}
|
||||
text: "Begin Your Journey", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,19 +47,22 @@ export default function LandingPage() {
|
||||
logoText="THE SECRETS OF THE WITCHES"
|
||||
description="Unlock ancient wisdom and mystical practices passed down through generations of forest witches. Join an exclusive community discovering forbidden knowledge."
|
||||
buttons={[
|
||||
{ text: "Discover the Secrets", href: "pricing" },
|
||||
{ text: "Unlock Now", href: "pricing" },
|
||||
{ text: "Learn More", href: "about" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/autumn-vibes-gothic-style-brunette-woman-dark-red-cloth_8353-8727.jpg", imageAlt: "Dark forest with mystical lights"},
|
||||
"http://img.b2bpic.net/free-photo/autumn-vibes-gothic-style-brunette-woman-dark-red-cloth_8353-8727.jpg", imageAlt: "Dark forest with mystical lights"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vegetation-natural-plants-park_23-2148812467.jpg", imageAlt: "Moonlit forest path"},
|
||||
"http://img.b2bpic.net/free-photo/vegetation-natural-plants-park_23-2148812467.jpg", imageAlt: "Moonlit forest path"
|
||||
},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/high-angle-ouija-board-lamp_23-2149409457.jpg", imageAlt: "Ancient witch potions"},
|
||||
"http://img.b2bpic.net/free-photo/high-angle-ouija-board-lamp_23-2149409457.jpg", imageAlt: "Ancient witch potions"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -86,17 +90,20 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "grimoire", label: "Grimoire", title: "Ancient Spell Collections", items: [
|
||||
"Seasonal moon rituals", "Herbal remedies and potions", "Protection and blessing spells", "Full moon ceremonies"],
|
||||
"Seasonal moon rituals", "Herbal remedies and potions", "Protection and blessing spells", "Full moon ceremonies"
|
||||
],
|
||||
buttons: [{ text: "View Collection", href: "pricing" }],
|
||||
},
|
||||
{
|
||||
id: "rituals", label: "Rituals", title: "Guided Mystical Practices", items: [
|
||||
"Monthly tarot readings", "Crystal alignment ceremonies", "Forest meditation journeys", "Ancestral connection rituals"],
|
||||
"Monthly tarot readings", "Crystal alignment ceremonies", "Forest meditation journeys", "Ancestral connection rituals"
|
||||
],
|
||||
buttons: [{ text: "Explore Rituals", href: "pricing" }],
|
||||
},
|
||||
{
|
||||
id: "community", label: "Community", title: "Connect With Fellow Practitioners", items: [
|
||||
"Private witch circles", "Share experiences safely", "Monthly virtual gatherings", "Mentorship opportunities"],
|
||||
"Private witch circles", "Share experiences safely", "Monthly virtual gatherings", "Mentorship opportunities"
|
||||
],
|
||||
buttons: [{ text: "Join Circle", href: "pricing" }],
|
||||
},
|
||||
]}
|
||||
@@ -118,7 +125,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Monthly spell collection", "Full moon calendar", "Basic community access", "Email support"],
|
||||
"Monthly spell collection", "Full moon calendar", "Basic community access", "Email support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "adept", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
@@ -127,7 +135,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Seeker", "Weekly ritual guides", "Herbal remedy database", "Priority community access", "Monthly live sessions", "Exclusive grimoire content"],
|
||||
"Everything in Seeker", "Weekly ritual guides", "Herbal remedy database", "Priority community access", "Monthly live sessions", "Exclusive grimoire content"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "elder", price: "$34.99/month", name: "Elder", buttons: [
|
||||
@@ -135,7 +144,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Adept", "1-on-1 mentorship", "Advanced spell creation", "Personal tarot readings", "Exclusive retreats", "Ancient manuscript access"],
|
||||
"Everything in Adept", "1-on-1 mentorship", "Advanced spell creation", "Personal tarot readings", "Exclusive retreats", "Ancient manuscript access"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -149,7 +159,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"The Mystical Circle", "Forest Witch Collective", "Moonlit Practitioners", "Sacred Herb Society", "Ancient Wisdom Guild", "Spiritual Path Network", "The Enchanted Order"]}
|
||||
"The Mystical Circle", "Forest Witch Collective", "Moonlit Practitioners", "Sacred Herb Society", "Ancient Wisdom Guild", "Spiritual Path Network", "The Enchanted Order"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -166,22 +177,28 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What makes this different from other spiritual subscriptions?", content:
|
||||
"Our content is curated from authentic forest witch traditions spanning generations. Each ritual and spell has been tested and refined by practitioners, ensuring genuine, practical wisdom rather than commercialized spirituality."},
|
||||
"Our content is curated from authentic forest witch traditions spanning generations. Each ritual and spell has been tested and refined by practitioners, ensuring genuine, practical wisdom rather than commercialized spirituality."
|
||||
},
|
||||
{
|
||||
id: "faq-2", title: "Can I cancel anytime?", content:
|
||||
"Yes, absolutely. Your spiritual journey is personal, and we never want to hold you back. Cancel your subscription anytime without penalties or questions asked."},
|
||||
"Yes, absolutely. Your spiritual journey is personal, and we never want to hold you back. Cancel your subscription anytime without penalties or questions asked."
|
||||
},
|
||||
{
|
||||
id: "faq-3", title: "Is this appropriate for beginners?", content:
|
||||
"Perfect for all levels. Our Seeker tier starts with fundamentals while Elder members access advanced practices. Each tier builds naturally on your existing knowledge and experience."},
|
||||
"Perfect for all levels. Our Seeker tier starts with fundamentals while Elder members access advanced practices. Each tier builds naturally on your existing knowledge and experience."
|
||||
},
|
||||
{
|
||||
id: "faq-4", title: "What kind of community support is included?", content:
|
||||
"Depending on your tier, you'll have access to private circles, monthly gatherings, and mentorship. Our community of practitioners creates a safe space for sharing experiences and learning together."},
|
||||
"Depending on your tier, you'll have access to private circles, monthly gatherings, and mentorship. Our community of practitioners creates a safe space for sharing experiences and learning together."
|
||||
},
|
||||
{
|
||||
id: "faq-5", title: "Are the spells and rituals safe?", content:
|
||||
"All practices are grounded in centuries of witch tradition with safety as paramount. We provide detailed instructions and warnings. However, we recommend personal research and discretion when practicing any ritual."},
|
||||
"All practices are grounded in centuries of witch tradition with safety as paramount. We provide detailed instructions and warnings. However, we recommend personal research and discretion when practicing any ritual."
|
||||
},
|
||||
{
|
||||
id: "faq-6", title: "How often is new content added?", content:
|
||||
"Adept and Elder members receive weekly content updates. Seeker members get comprehensive monthly releases. Content includes rituals, spells, herbal remedies, and exclusive teachings from experienced practitioners."},
|
||||
"Adept and Elder members receive weekly content updates. Seeker members get comprehensive monthly releases. Content includes rituals, spells, herbal remedies, and exclusive teachings from experienced practitioners."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user