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