Add FAQ Answers on landing page
This commit is contained in:
parent
889b477dd0
commit
4ad87af7f4
@ -968,12 +968,12 @@ const LandingPage = () => {
|
|||||||
className="accordion-collapse collapse"
|
className="accordion-collapse collapse"
|
||||||
data-bs-parent="#accordionExample"
|
data-bs-parent="#accordionExample"
|
||||||
>
|
>
|
||||||
<div className="accordion-body">
|
<div className="accordion-body text-start">
|
||||||
Lemon drops chocolate cake gummies carrot cake chupa
|
A smart Project Management System designed to bring
|
||||||
chups muffin topping. Sesame snaps icing marzipan gummi
|
teams, tasks, and timelines together in one place. With
|
||||||
bears macaroon dragée danish caramels powder. Bear claw
|
AI-driven insights, role-based access, and seamless
|
||||||
dragée pastry topping soufflé. Wafer gummi bears
|
reporting, it empowers organizations to deliver projects
|
||||||
marshmallow pastry pie.
|
faster and smarter.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -996,12 +996,13 @@ const LandingPage = () => {
|
|||||||
aria-labelledby="headingTwo"
|
aria-labelledby="headingTwo"
|
||||||
data-bs-parent="#accordionExample"
|
data-bs-parent="#accordionExample"
|
||||||
>
|
>
|
||||||
<div className="accordion-body">
|
<div className="accordion-body text-start">
|
||||||
Dessert ice cream donut oat cake jelly-o pie sugar plum
|
Yes, you have full flexibility to manage your
|
||||||
cheesecake. Bear claw dragée oat cake dragée ice cream
|
subscription. You can upgrade to a higher plan to unlock
|
||||||
halvah tootsie roll. Danish cake oat cake pie macaroon
|
more features, downgrade to a smaller plan if your needs
|
||||||
tart donut gummies. Jelly beans candy canes carrot cake.
|
change, or cancel your subscription anytime. Plan
|
||||||
Fruitcake chocolate chupa chups.
|
changes take effect instantly, and billing adjustments
|
||||||
|
are applied on a pro-rated basis.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1024,17 +1025,16 @@ const LandingPage = () => {
|
|||||||
aria-labelledby="headingThree"
|
aria-labelledby="headingThree"
|
||||||
data-bs-parent="#accordionExample"
|
data-bs-parent="#accordionExample"
|
||||||
>
|
>
|
||||||
<div className="accordion-body">
|
<div className="accordion-body text-start">
|
||||||
Regular license can be used for end products that do not
|
Security is at the core of Marco PMS. We use
|
||||||
charge users for access or service(access is free and
|
industry-standard encryption (SSL/TLS) to protect data
|
||||||
there will be no monthly subscription fee). Single
|
in transit and advanced encryption to safeguard data at
|
||||||
regular license can be used for single end product and
|
rest. Role-based access controls ensure that only
|
||||||
end product can be used by you or your client. If you
|
authorized users can access sensitive information. Our
|
||||||
want to sell end product to multiple clients then you
|
system is hosted on secure, cloud-ready infrastructure
|
||||||
will need to purchase separate license for each client.
|
with regular backups, monitoring, and compliance with
|
||||||
The same rule applies if you want to use the same end
|
best practices to keep your data safe and available at
|
||||||
product on multiple domains(unique setup). For more info
|
all times.
|
||||||
on regular license you can check official description.
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1057,12 +1057,12 @@ const LandingPage = () => {
|
|||||||
aria-labelledby="headingFour"
|
aria-labelledby="headingFour"
|
||||||
data-bs-parent="#accordionExample"
|
data-bs-parent="#accordionExample"
|
||||||
>
|
>
|
||||||
<div className="accordion-body">
|
<div className="accordion-body text-start">
|
||||||
Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
You can reach our support team anytime through the
|
||||||
Nobis et aliquid quaerat possimus maxime! Mollitia
|
in-app help center, email, or live chat. We also provide
|
||||||
reprehenderit neque repellat deleniti delectus
|
a detailed knowledge base and FAQs to guide you through
|
||||||
architecto dolorum maxime, blanditiis earum ea, incidunt
|
common queries. For personalized assistance, our support
|
||||||
quam possimus cumque.
|
specialists are always ready to help you.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1085,15 +1085,47 @@ const LandingPage = () => {
|
|||||||
aria-labelledby="headingFive"
|
aria-labelledby="headingFive"
|
||||||
data-bs-parent="#accordionExample"
|
data-bs-parent="#accordionExample"
|
||||||
>
|
>
|
||||||
<div className="accordion-body">
|
<div className="accordion-body text-start">
|
||||||
Lorem ipsum dolor sit amet consectetur, adipisicing
|
Marco PMS operate under a proprietary license combined
|
||||||
elit. Sequi molestias exercitationem ab cum nemo facere
|
with a subscription model. This means customers don’t
|
||||||
voluptates veritatis quia, eveniet veniam at et
|
own the software but are granted the right to access and
|
||||||
repudiandae mollitia ipsam quasi labore enim architecto
|
use it through the cloud under our Terms of Service.
|
||||||
non!
|
Depending on the plan, licensing may be based on users,
|
||||||
|
features, or usage, and you can upgrade, downgrade, or
|
||||||
|
cancel at any time. non!
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="card accordion-item">
|
||||||
|
<h2 className="accordion-header" id="headingSix">
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
className="accordion-button collapsed"
|
||||||
|
data-bs-toggle="collapse"
|
||||||
|
data-bs-target="#accordionSix"
|
||||||
|
aria-expanded="false"
|
||||||
|
aria-controls="accordionSix"
|
||||||
|
>
|
||||||
|
Can I customize Marco PMS for my business needs?
|
||||||
|
</button>
|
||||||
|
</h2>
|
||||||
|
<div
|
||||||
|
id="accordionSix"
|
||||||
|
className="accordion-collapse collapse"
|
||||||
|
aria-labelledby="headingSix"
|
||||||
|
data-bs-parent="#accordionExample"
|
||||||
|
>
|
||||||
|
<div className="accordion-body text-start">
|
||||||
|
Yes, Marco PMS is designed to be flexible and adaptable.
|
||||||
|
You can customize workflows, user roles, permissions,
|
||||||
|
and reporting to match your organization’s unique
|
||||||
|
processes. Depending on your plan, we also support
|
||||||
|
advanced customization such as integrating with
|
||||||
|
third-party tools, adding custom fields, and tailoring
|
||||||
|
modules to fit your business requirements.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>{" "}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user