diff --git a/src/components/scripts/PricingPlanChange.astro b/src/components/scripts/PricingPlanChange.astro
index 0265313..72ba852 100644
--- a/src/components/scripts/PricingPlanChange.astro
+++ b/src/components/scripts/PricingPlanChange.astro
@@ -1,23 +1,25 @@
diff --git a/src/config/footerNavigation.ts b/src/config/footerNavigation.ts
index 4bba276..c26d1cf 100644
--- a/src/config/footerNavigation.ts
+++ b/src/config/footerNavigation.ts
@@ -45,26 +45,17 @@ export const footerNavigationData: FooterData = {
{
category: 'Resources',
subCategories: [
- // {
- // subCategory: 'Features',
- // subCategoryLink: '/features'
- // },
- // {
- // subCategory: 'API',
- // subCategoryLink: '/api'
- // },
- // {
- // subCategory: 'Pricing',
- // subCategoryLink: '/pricing'
- // },
{
subCategory: 'Changelog',
subCategoryLink: '/changelog'
},
+ // {
+ // subCategory: 'API Reference',
+ // subCategoryLink: '/api'
+ // },
]
},
-
{
category: 'Info & Support',
subCategories: [
diff --git a/src/data/json-files/faqData.json b/src/data/json-files/faqData.json
index e555de4..495dbee 100644
--- a/src/data/json-files/faqData.json
+++ b/src/data/json-files/faqData.json
@@ -1,7 +1,7 @@
[
{
"question": "What is the Fast-AI Dream Analyzer tool at AnalyzeMyDream.com?",
- "reply": "Our Fast-AI Dream Analyzer uses the Gemini-1.5-Flash model to provide additional dream interpretations when the specific analyses you're looking for are not in our glossary. The tool aims to complement existing content with AI-generated insights, but results may not always be precise or consistent. It is important not to rely solely on this tool for personal understanding.",
+ "reply": "Our Fast-AI Dream Analyzer uses the Gemini-1.5-Flash model to provide additional dream interpretations when the specific analyses you're looking for are not in our Explore section. The tool aims to complement existing content with AI-generated insights, but results may not always be precise or consistent. It is important not to rely solely on this tool for personal understanding.",
"category": "dream-analysis",
"open": true
},
@@ -52,5 +52,24 @@
"reply": "Yes, our articles are regularly updated to include new research and relevant texts. We maintain an updated list of references to ensure that the information we provide is accurate and current.",
"category": "references",
"open": false
+ },
+ {
+ "question": "What functionalities does the AnalyzeMyDream API offer?",
+ "reply": "AnalyzeMyDream API provides a range of functionalities, including advanced AI-driven dream analysis and access to academic content related to dream interpretation. You can use the API to submit dreams for interpretation using sophisticated AI models, as well as retrieve articles and analysis supported by academic literature. This allows you to integrate both AI-generated insights and research-backed content into your applications.",
+ "category": "api",
+ "open": false
+ },
+ {
+ "question": "How can I obtain an API key to use AnalyzeMyDream?",
+ "reply": "To generate your API key, please go to the 'API' section in the top navigation bar where you can follow the instructions to create and manage your API key.",
+ "category": "api",
+ "open": false
+ },
+ {
+ "question": "What are the usage limits for the AnalyzeMyDream API?",
+ "reply": "The AnalyzeMyDream API is currently in beta phase and is available for free. However, we plan to introduce usage limits and pricing plans in the near future. For now, you can use the API without restrictions, but please be aware that usage policies may change as we move towards a full release.",
+ "category": "api",
+ "open": false
}
+
]
diff --git a/src/data/json-files/pricingTablesdata.json b/src/data/json-files/pricingTablesdata.json
index 643419f..7782438 100644
--- a/src/data/json-files/pricingTablesdata.json
+++ b/src/data/json-files/pricingTablesdata.json
@@ -1,78 +1,105 @@
[
{
- "header": {
- "title": "",
- "subtitle": "",
- "currency": "",
- "price": "",
- "priceLabel": "",
- "priceMontly": "",
- "priceLabelMontly": "",
- "buttonName": "",
- "buttonLink": ""
- },
- "body": {
- "listItems": [
- { "listItem": "" },
- { "listItem": "" },
- { "listItem": "" }
- ]
- },
- "footer": {
- "buttonName": "",
- "buttonLink": ""
- },
- "type": ""
- },
- {
- "header": {
- "title": "",
- "subtitle": "",
- "currency": "",
- "price": "",
- "priceLabel": "",
- "priceMontly": "",
- "priceLabelMontly": "",
- "buttonName": "",
- "buttonLink": ""
- },
- "body": {
- "listItems": [
- { "listItem": "" },
- { "listItem": "" },
- { "listItem": "" },
- { "listItem": "" }
- ]
- },
- "footer": {
- "buttonName": "",
- "buttonLink": ""
- },
- "type": ""
- },
- {
- "header": {
- "title": "",
- "subtitle": "",
- "currency": "",
- "price": "",
- "priceLabel": "",
- "priceMontly": "",
- "priceLabelMontly": "",
- "buttonName": "",
- "buttonLink": ""
- },
- "body": {
- "listItems": [
- { "listItem": "" },
- { "listItem": "" },
- { "listItem": "" }
- ]
- },
- "footer": {
- "buttonName": "",
- "buttonLink": ""
- },
- "type": ""
- }
+ "header": {
+ "title": "Basic Plan",
+ "subtitle": "Perfect for casual users",
+ "currency": "$",
+ "price": "0",
+ "priceLabel": "year, billed annually",
+ "priceMontly": "0",
+ "priceLabelMontly": "month",
+ "buttonName": "Sign Up",
+ "buttonLink": "/sign-up/basic"
+ },
+ "body": {
+ "listItems": [
+ { "listItem": "1000 requests per month" },
+ { "listItem": "Basic support" },
+ { "listItem": "No advanced features" }
+ ]
+ },
+ "footer": {
+ "buttonName": "Choose Basic",
+ "buttonLink": "/choose/basic"
+ },
+ "type": "basic"
+ },
+ {
+ "header": {
+ "title": "Pro Plan",
+ "subtitle": "For professional users",
+ "currency": "$",
+ "price": "40.80",
+ "priceLabel": "year, billed annually",
+ "priceMontly": "4",
+ "priceLabelMontly": "month",
+ "buttonName": "Get Started",
+ "buttonLink": "/sign-up/pro"
+ },
+ "body": {
+ "listItems": [
+ { "listItem": "15000 requests per month" },
+ { "listItem": "Priority support" },
+ { "listItem": "Access to advanced features" },
+ { "listItem": "Analytics dashboard" }
+ ]
+ },
+ "footer": {
+ "buttonName": "Choose Pro",
+ "buttonLink": "/choose/pro"
+ },
+ "type": "pro"
+ },
+ {
+ "header": {
+ "title": "Ultra Plan",
+ "subtitle": "For high-demand users",
+ "currency": "$",
+ "price": "95.52",
+ "priceLabel": "year, billed annually",
+ "priceMontly": "9.95",
+ "priceLabelMontly": "month",
+ "buttonName": "Subscribe Now",
+ "buttonLink": "/sign-up/ultra"
+ },
+ "body": {
+ "listItems": [
+ { "listItem": "250000 requests per month" },
+ { "listItem": "24/7 support" },
+ { "listItem": "Premium features" },
+ { "listItem": "Advanced analytics" }
+ ]
+ },
+ "footer": {
+ "buttonName": "Choose Ultra",
+ "buttonLink": "/choose/ultra"
+ },
+ "type": "ultra"
+ },
+ {
+ "header": {
+ "title": "Mega Plan",
+ "subtitle": "For the most demanding users",
+ "currency": "$",
+ "price": "315",
+ "priceLabel": "year, billed annually",
+ "priceMontly": "35",
+ "priceLabelMontly": "month",
+ "buttonName": "Sign Up Now",
+ "buttonLink": "/sign-up/mega"
+ },
+ "body": {
+ "listItems": [
+ { "listItem": "1,000,000 requests per month" },
+ { "listItem": "Dedicated support" },
+ { "listItem": "All features included" },
+ { "listItem": "Custom analytics" }
+ ]
+ },
+ "footer": {
+ "buttonName": "Choose Mega",
+ "buttonLink": "/choose/mega"
+ },
+ "type": "mega"
+ }
]
diff --git a/src/pages/api.astro b/src/pages/api.astro
index a2faa55..bd4a3f5 100644
--- a/src/pages/api.astro
+++ b/src/pages/api.astro
@@ -25,7 +25,7 @@ const header = {
AnalyzeMyDream API
- https://analyzemydream-api-key.vercel.app
+ https://analyzemydream-api.vercel.app
diff --git a/src/pages/faq.astro b/src/pages/faq.astro
index 3932d49..36018f6 100644
--- a/src/pages/faq.astro
+++ b/src/pages/faq.astro
@@ -12,6 +12,7 @@ import faqData from '../data/json-files/faqData.json'
// - FAQ Categories
const faqDreamAnalysis = faqData.filter((faq) => faq.category === 'dream-analysis')
const faqReferences = faqData.filter((faq) => faq.category === 'references')
+const faqApi = faqData.filter((faq) => faq.category === 'api')
// - SEO
const SEO = {
@@ -38,5 +39,10 @@ const header = {
text="Discover the sources and references that form the foundation of our dream analysis articles. Learn more about the books and studies we use to ensure accurate and reliable interpretations."
data={faqReferences}
/>
+
- The AI-powered dream analyzer tool available on AnalyzeMyDream.com is designed to provide additional interpretations to users when the specific dream analysis they are seeking does not appear in our glossary. This feature aims to offer a more comprehensive understanding by supplementing the existing content with AI-generated insights. The AI may produce results that are inaccurate, inconsistent, or deviate from traditional interpretations. Therefore, we do not guarantee the accuracy or reliability of the information provided. + The AI-powered dream analyzer tool available on AnalyzeMyDream.com is designed to provide additional interpretations to users when the specific dream analysis they are seeking does not appear in our Explore section. This feature aims to offer a more comprehensive understanding by supplementing the existing content with AI-generated insights. The AI may produce results that are inaccurate, inconsistent, or deviate from traditional interpretations. Therefore, we do not guarantee the accuracy or reliability of the information provided.
The tool utilizes the Gemini-1.5-Flash model, which has its own set of limitations and constraints. The use of this AI tool is at your own risk, and AnalyzeMyDream.com does not assume responsibility for any decisions, actions, or outcomes that result from the use of the AI-generated content. Users should exercise caution when considering the interpretations provided by the AI and should not depend exclusively on them for understanding or addressing personal matters. @@ -107,6 +107,39 @@ const header = {
+ This section outlines the terms and conditions related to the AnalyzeMyDream API. It provides information on accessing and using our API to integrate dream analysis functionalities into your projects. +
++ The AnalyzeMyDream API is designed to offer seamless integration of dream analysis functionalities into your applications. While we strive to provide accurate and reliable data through our API, we do not guarantee the completeness or accuracy of the information provided. The API's responses are generated based on available data and may vary in interpretation. +
++ Users of the AnalyzeMyDream API are expected to adhere to best practices for API usage, including but not limited to: +
+ The use of the AnalyzeMyDream API is at your own risk. We are not responsible for any misuse of the API or any consequences that may arise from such misuse. This includes, but is not limited to, any legal, financial, or other any other damages that may result from improper use of the API or its data. It is the responsibility of the API users to ensure that their use complies with all applicable laws and regulations. +
++ By utilizing the AnalyzeMyDream API, you agree to the terms and conditions set forth by AnalyzeMyDream.com. For more detailed information about our API's usage, including rate limits, error handling, and request formatting, please refer to our comprehensive API documentation. +
++ For any questions or issues related to the API, please contact us at contact@ivanluna.dev. We are committed to providing support and addressing any concerns you may have regarding API integration. +
+Waiver: Our failure to enforce any right or provision of these terms will not be considered a waiver of those rights.
-Last updated: August 14, 2024
+Last updated: August 25, 2024