Fix footer menyu

This commit is contained in:
CHIEFSOFT\ameye
2026-03-21 14:38:30 -04:00
parent 73507adcc2
commit 941ba9406e
5 changed files with 16 additions and 27 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export default function MermsFooter() {
<p><Link href="/help-center">Help Center</Link></p>
</li>
<li>
<p><Link href="https://forum.automedsys.ai/">Our Forum</Link></p>
<p><Link href="https://blog.mermsemr.com/" target={"_blank"}>Our Forum</Link></p>
</li>
</ul>
</div>
+2 -8
View File
@@ -4,7 +4,7 @@ import Link from "next/link"
export default function MermsBanner() {
return (
<>
<section id="banner-13" className="pt-100 banner-section">
<section id="banner-13" className="pt-100 banner-section" style={{paddingBottom: '15px'}} >
<div className="container">
{/* BANNER-13 WRAPPER */}
<div className="banner-13-wrapper bg--03 bg--scroll r-16 block-shadow">
@@ -13,20 +13,14 @@ export default function MermsBanner() {
{/* BANNER-5 TEXT */}
<div className="col-md-7">
<div className="banner-13-txt color--white">
{/* Title */}
<h2 className="s-46 w-700">Getting started with MERMS today!</h2>
{/* Text */}
{/*<p className="p-lg">Congue laoreet turpis neque auctor turpis vitae dolor a luctus*/}
{/* placerat and magna ligula cursus*/}
{/*</p>*/}
{/* Button */}
<Link href={process.env.NEXT_PUBLIC_SIGNUP_URL} className="btn r-04 btn--theme hover--tra-white" data-bs-toggle="modal" data-bs-target="#modal-3">Get Started Now</Link>
</div>
</div> {/* END BANNER-13 TEXT */}
{/* BANNER-13 IMAGE */}
<div className="col-md-5">
<div className="banner-13-img text-center">
<img className="img-fluid" src="/images/start-banner.png" alt="banner-image" />
<img className="img-fluid" src="/images/start-banner-01.png" alt="banner-image" />
</div>
</div>
</div> {/* End row */}
+4 -7
View File
@@ -2,7 +2,7 @@ export default function MermsFeatures() {
return (
<>
<section id="merms-features" className="shape--bg shape--purple-100 pt-100 features-section division"
style={{paddingBottom: '10px'}}>
style={{paddingBottom: '15px'}}>
<div className="container">
<div className="row d-flex align-items-center">
<div className="col-md-7 order-last order-md-2">
@@ -110,19 +110,16 @@ export default function MermsFeatures() {
<h2 className="s-46 w-700">Deploy Tools for Your Practice with Ease in Our Secure
Cloud.</h2>
{/* Text */}
<p>Bring your vision to life with the website builder that gives you the tools you need
to succeed.
<p>Empower your practice with seamless automation and essential tools for lasting success.
</p>
{/* List */}
<ul className="simple-list">
<li className="list-item">
<p>Design your website using our modern templates, designer fonts, and color
palettes in minutes.
<p>Effortlessly scale your practice with our growing ecosystem of innovative tools.
</p>
</li>
<li className="list-item">
<p className="mb-0">Promote your business and grow. Create a blog to grow your
community and drive more traffic.
<p className="mb-0">Boost your online presence and expand your community using our intelligent marketing platform.
</p>
</li>
</ul>