diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0b4b8cd..84d129c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -32,9 +32,7 @@ export default function RootLayout({ return ( - + {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 767a505..a55b1dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import TextAbout from '@/components/sections/about/TextAbout'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { Sparkles, Wand2 } from "lucide-react"; export default function LandingPage() { @@ -34,11 +34,10 @@ export default function LandingPage() { { name: "Secrets", id: "features" }, { name: "Plans", id: "pricing" }, { name: "About", id: "about" }, - { name: "Questions", id: "faq" } + { name: "Questions", id: "faq" }, ]} button={{ - text: "Begin Your Journey", href: "contact" - }} + text: "Begin Your Journey", href: "contact"}} /> @@ -48,12 +47,18 @@ export default function LandingPage() { 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: "Learn More", href: "about" } + { 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" }, - { imageSrc: "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" } + { + 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"}, + { + imageSrc: + "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"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -66,9 +71,7 @@ export default function LandingPage() { tag="Our Mission" title="Reconnect with the ancient wisdom of the forest. We preserve and share the sacred knowledge of witchcraft traditions spanning centuries." useInvertedBackground={true} - buttons={[ - { text: "Explore Secrets", href: "features" } - ]} + buttons={[{ text: "Explore Secrets", href: "features" }]} /> @@ -82,17 +85,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "grimoire", label: "Grimoire", title: "Ancient Spell Collections", items: ["Seasonal moon rituals", "Herbal remedies and potions", "Protection and blessing spells", "Full moon ceremonies"], - buttons: [{ text: "View Collection", href: "pricing" }] + id: "grimoire", label: "Grimoire", title: "Ancient Spell Collections", items: [ + "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"], - buttons: [{ text: "Explore Rituals", href: "pricing" }] + id: "rituals", label: "Rituals", title: "Guided Mystical Practices", items: [ + "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"], - buttons: [{ text: "Join Circle", href: "pricing" }] - } + id: "community", label: "Community", title: "Connect With Fellow Practitioners", items: [ + "Private witch circles", "Share experiences safely", "Monthly virtual gatherings", "Mentorship opportunities"], + buttons: [{ text: "Join Circle", href: "pricing" }], + }, ]} /> @@ -109,25 +115,28 @@ export default function LandingPage() { { id: "seeker", price: "$9.99/month", name: "Seeker", buttons: [ { text: "Begin Journey", href: "contact" }, - { text: "Learn More", href: "#" } + { text: "Learn More", href: "#" }, ], - features: ["Monthly spell collection", "Full moon calendar", "Basic community access", "Email support"] + features: [ + "Monthly spell collection", "Full moon calendar", "Basic community access", "Email support"], }, { id: "adept", badge: "Most Popular", badgeIcon: Sparkles, price: "$19.99/month", name: "Adept", buttons: [ { text: "Choose Adept", href: "contact" }, - { text: "Learn More", href: "#" } + { text: "Learn More", href: "#" }, ], - features: ["Everything in Seeker", "Weekly ritual guides", "Herbal remedy database", "Priority community access", "Monthly live sessions", "Exclusive grimoire content"] + features: [ + "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: [ { text: "Become Elder", href: "contact" }, - { text: "Learn More", href: "#" } + { text: "Learn More", href: "#" }, ], - features: ["Everything in Adept", "1-on-1 mentorship", "Advanced spell creation", "Personal tarot readings", "Exclusive retreats", "Ancient manuscript access"] - } + features: [ + "Everything in Adept", "1-on-1 mentorship", "Advanced spell creation", "Personal tarot readings", "Exclusive retreats", "Ancient manuscript access"], + }, ]} /> @@ -139,7 +148,8 @@ export default function LandingPage() { description="Join thousands of witches, healers, and spiritual seekers who have discovered their path." 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"]} + names={[ + "The Mystical Circle", "Forest Witch Collective", "Moonlit Practitioners", "Sacred Herb Society", "Ancient Wisdom Guild", "Spiritual Path Network", "The Enchanted Order"]} speed={40} showCard={true} /> @@ -155,23 +165,23 @@ export default function LandingPage() { faqsAnimation="blur-reveal" 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." - }, + 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."}, { - 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." - }, + 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."}, { - 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." - }, + 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."}, { - 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." - }, + 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."}, { - 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." - }, + 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."}, { - 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." - } + 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."}, ]} /> @@ -184,7 +194,7 @@ export default function LandingPage() { description="Join thousands of practitioners unlocking ancient wisdom. Your transformation awaits. Choose your tier above and begin your mystical journey today." buttons={[ { text: "Start Subscription", href: "pricing" }, - { text: "Contact Us", href: "#" } + { text: "Contact Us", href: "#" }, ]} background={{ variant: "plain" }} useInvertedBackground={false}