missing request demo links

This commit is contained in:
Vikas Nale 2025-12-14 17:22:21 +05:30
parent 476fb49e07
commit 34d5ce9ef9

View File

@ -86,7 +86,7 @@ const LandingPage = () => {
<li className="nav-item ms-1">
<a
className="btn btn-sm btn-green btn-ovel-small px-3 my-1"
href="#"
href="/auth/reqest/demo"
>
Request For Demo
</a>
@ -162,7 +162,7 @@ const LandingPage = () => {
Make data-driven decisions with real-time project analytics.
</p>
<a
href="#"
href="/auth/reqest/demo"
className="btn btn-green btn-square-small btn-lg mt-3 p-3"
>
View Demo
@ -185,7 +185,7 @@ const LandingPage = () => {
Eliminate Paper Receipts. Take Control of Your Cash Flow.
</p>
<a
href="#"
href="/auth/reqest/demo"
className="btn btn-green btn-square-small btn-lg mt-3 p-3"
>
View Demo
@ -320,65 +320,6 @@ const LandingPage = () => {
</p>
{/* <SubscriptionPlans/> */}
<SubscriptionPlans></SubscriptionPlans>
{/* <div className="row g-4 justify-content-center hidden">
<div className="col-md-4">
<div className="card pricing-card border-0 shadow-sm">
<div className="card-body">
<h5 className="text-green fw-bold">Starter</h5>
<h2>
499<span className="fs-6 text-muted">/month</span>
</h2>
<ul className="list-unstyled mt-3 mb-4 text-muted">
<li>Up to 10 users</li>
<li>Basic reporting</li>
<li>Project tracking</li>
</ul>
<a href="#" className="btn btn-outline-success">
Request Demo
</a>
</div>
</div>
</div>
<div className="col-md-4">
<div className="card pricing-card border-primary shadow-lg">
<div className="card-body">
<h5 className="text-green fw-bold">Professional</h5>
<h2>
999<span className="fs-6 text-muted">/month</span>
</h2>
<ul className="list-unstyled mt-3 mb-4 text-muted">
<li>Unlimited projects</li>
<li>Expense & attendance tracking</li>
<li>Advanced analytics</li>
</ul>
<a
href="https://ofw.marcoaiot.com/auth/reqest/demo"
className="btn btn-green btn-square-small"
>
Request Demo
</a>
</div>
</div>
</div>
<div className="col-md-4">
<div className="card pricing-card border-0 shadow-sm">
<div className="card-body">
<h5 className="text-green fw-bold">Enterprise</h5>
<h2>Custom</h2>
<ul className="list-unstyled mt-3 mb-4 text-muted">
<li>Dedicated support</li>
<li>Custom integrations</li>
<li>Private cloud hosting</li>
</ul>
<a href="#" className="btn btn-outline-success">
Request Demo
</a>
</div>
</div>
</div>
</div> */}
</div>
</section>
{/* <!-- About --> */}