diff --git a/pages/help-center.js b/pages/help-center.js index 4404844..81f5380 100644 --- a/pages/help-center.js +++ b/pages/help-center.js @@ -1,6 +1,6 @@ import Layout from "../components/layout/Layout" import Link from "next/link" -import { useState } from "react" +import {useState} from "react" const tabs = [ {name: 'Getting Started', icon: 'flaticon-mechanics'}, @@ -10,25 +10,41 @@ const tabs = [ ] const tabContents = { - 'Getting Started' : [ - {title: 'What is MERMS, and how does it work?', desc: `MERMS operates on a cloud-based model, allowing users to access the software from anywhere, at any time. By leveraging advanced technology, MERMS streamlines processes, enhances collaboration, and provides real-time data analytics. This system automates routine tasks, enabling teams to focus on more strategic initiatives.`}, - {title: 'What can I do with MERMS?', desc: `With MERMS, users can manage projects, track budgets, oversee inventory, and collaborate across different departments. Whether you're in finance, marketing, or operations, MERMS offers customizable solutions to cater to your specific needs. Not only can you streamline processes, but you can also improve decision-making with data-driven insights.`}, - {title: 'Which Product and Tools does MERMS support?', desc: `MERMS supports a wide array of tools, including CRM systems, project management software, and financial applications. It integrates seamlessly with popular platforms like Slack, Microsoft Teams, and Google Workspace, allowing for a comprehensive management experience without losing functionality.`}, - {title: 'Can I Automate with MERMS?', desc: `Yes! MERMS offers robust automation capabilities. Users can set up automated workflows for routine tasks, such as reporting, notifications, and data entry, minimizing human error and saving valuable time. This feature enhances productivity, making it easier for organizations to scale and adapt to changing needs.`} - ], + 'Getting Started': [ + { + title: 'What is MERMS, and how does it work?', + desc: `MERMS operates on a cloud-based model, allowing users to access the software from anywhere, at any time. By leveraging advanced technology, MERMS streamlines processes, enhances collaboration, and provides real-time data analytics. This system automates routine tasks, enabling teams to focus on more strategic initiatives.` + }, + { + title: 'What can I do with MERMS?', + desc: `With MERMS, users can manage projects, track budgets, oversee inventory, and collaborate across different departments. Whether you're in finance, marketing, or operations, MERMS offers customizable solutions to cater to your specific needs. Not only can you streamline processes, but you can also improve decision-making with data-driven insights.` + }, + { + title: 'Which Product and Tools does MERMS support?', + desc: `MERMS supports a wide array of tools, including CRM systems, project management software, and financial applications. It integrates seamlessly with popular platforms like Slack, Microsoft Teams, and Google Workspace, allowing for a comprehensive management experience without losing functionality.` + }, + { + title: 'Can I Automate with MERMS?', + desc: `Yes! MERMS offers robust automation capabilities. Users can set up automated workflows for routine tasks, such as reporting, notifications, and data entry, minimizing human error and saving valuable time. This feature enhances productivity, making it easier for organizations to scale and adapt to changing needs.` + } + ], 'My Account': [ - {title: 'Sign up and manage your account', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, - ], + {title: 'Sign up and manage your account', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, + ], 'Pricing Plans': [ - {title: 'How much does MERMS cost?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, - ], + {title: 'How much does MERMS cost?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, + ], 'Other Questions': [ - {title: 'How do I get the error log?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, - ] - + { + title: 'How do I get a custom solution from MERMS?', + desc: `Simply contact our product team and describe your need. We will engage to understand and help reach your objectives.` + }, + {title: 'How do I get the error log?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, + ] + } export default function Home() { @@ -75,33 +91,40 @@ export default function Home() {
{tab.name}
{content?.desc}