Fix(UI): Home page: improved content for all sections, including new CTAs for buttons.
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="hero-content" data-aos="fade-up">
|
<div class="hero-content" data-aos="fade-up">
|
||||||
<h1>Transform Your Business with Modern ERP Solutions</h1>
|
<h1>Transform Your Business with Modern ERP Solutions</h1>
|
||||||
<p>UK-based ERPNext implementation experts helping SMBs streamline operations with customized, cost-effective solutions.</p>
|
<p>UK-based ERPNext specialist providing integrated ERP and e-commerce solutions. 5+ years experience implementing systems for builders merchants and automotive companies.</p>
|
||||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Get Started</a>
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Book Consultation</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<section id="services" class="services">
|
<section id="services" class="services">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="section-title text-center">Our Services</h2>
|
<h2 class="section-title text-center">Our Services</h2>
|
||||||
<p class="section-subtitle text-center">Comprehensive ERP solutions tailored to your business needs</p>
|
<p class="section-subtitle text-center">Enterprise-grade solutions at SMB-friendly prices</p>
|
||||||
|
|
||||||
<div class="services-grid">
|
<div class="services-grid">
|
||||||
<div class="service-card" data-aos="fade-up" data-aos-delay="100">
|
<div class="service-card" data-aos="fade-up" data-aos-delay="100">
|
||||||
@@ -76,25 +76,24 @@
|
|||||||
<div class="pricing-card" data-aos="fade-up">
|
<div class="pricing-card" data-aos="fade-up">
|
||||||
<h3>Implementation</h3>
|
<h3>Implementation</h3>
|
||||||
<div class="price">From £10,000</div>
|
<div class="price">From £10,000</div>
|
||||||
<p>One-time implementation fee</p>
|
<p>One-time setup fee based on business size</p>
|
||||||
<ul style="list-style: none; margin: 2rem 0;">
|
<ul style="list-style: none; margin: 2rem 0;">
|
||||||
<li>✓ Full system setup</li>
|
<li>✓ Full ERP & e-commerce setup</li>
|
||||||
|
<li>✓ Product catalogue configuration</li>
|
||||||
|
<li>✓ Staff training</li>
|
||||||
<li>✓ Data migration</li>
|
<li>✓ Data migration</li>
|
||||||
<li>✓ User training</li>
|
|
||||||
<li>✓ Custom configurations</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Monthly Support & Hosting</h3>
|
<h3>Monthly Support & Hosting</h3>
|
||||||
<div class="price">£200</div>
|
<div class="price">£200</div>
|
||||||
<p>Fixed monthly fee</p>
|
<p>12-month minimum term, billed annually at £2,400</p>
|
||||||
<ul style="list-style: none; margin: 2rem 0;">
|
<ul style="list-style: none; margin: 2rem 0;">
|
||||||
<li>✓ Unlimited support tickets</li>
|
<li>✓ Unlimited support tickets</li>
|
||||||
<li>✓ Cloud hosting</li>
|
<li>✓ Cloud hosting (99.9% uptime)</li>
|
||||||
<li>✓ Regular maintenance</li>
|
<li>✓ Regular maintenance and system updates</li>
|
||||||
<li>✓ System updates</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Get Started</a>
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_PRIMARY }}">Get Custom Quote</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -103,7 +102,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="section-title">Ready to Transform Your Business?</h2>
|
<h2 class="section-title">Ready to Transform Your Business?</h2>
|
||||||
<p class="section-subtitle">Contact us today to discuss your ERP needs</p>
|
<p class="section-subtitle">Contact us today to discuss your ERP needs</p>
|
||||||
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Contact Us</a>
|
<a href="{{ model.HASH_PAGE_CONTACT }}" class="{{ model.FLAG_BUTTON }} {{ model.FLAG_BUTTON_LIGHT }}">Book Consultation</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user