Fix footer menyu
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import Link from "next/link"
|
||||
|
||||
export default function MermsFooter() {
|
||||
return (
|
||||
<>
|
||||
@@ -10,11 +10,13 @@ export default function MermsFooter() {
|
||||
{/* FOOTER LOGO */}
|
||||
<div className="col-md-6 col-xl-4">
|
||||
<div className="footer-info">
|
||||
<img className="footer-logo" src="/images/logo-pink.png" alt="footer-logo" />
|
||||
<img className="footer-logo" src="/images/logo-pink.png" alt="footer-logo"/>
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
Do you need a secure online presence for your healthcare brand with reliable SEO and online marketing to grow? MermEmr helps healthcare professionals to achieve their online marketing service needs
|
||||
Are you looking for secure cloud-based tools and a strong online presence for your
|
||||
healthcare brand? MermEmr provides healthcare professionals with reliable SEO,
|
||||
online marketing, and clinical solutions to help you grow.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,7 +45,8 @@ export default function MermsFooter() {
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
</div>
|
||||
{/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-6 col-sm-4 col-md-4 col-xl-4">
|
||||
<div className="footer-links fl-2">
|
||||
@@ -66,11 +69,13 @@ export default function MermsFooter() {
|
||||
<p><Link href="/help-center">Help Center</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="https://blog.mermsemr.com/" target={"_blank"}>Our Forum</Link></p>
|
||||
<p><Link href="https://blog.mermsemr.com/" target={"_blank"}>Our
|
||||
Forum</Link></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
</div>
|
||||
{/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-6 col-sm-4 col-md-4 col-xl-4">
|
||||
<div className="footer-links fl-3">
|
||||
@@ -94,8 +99,9 @@ export default function MermsFooter() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END FOOTER CONTENT */}
|
||||
<hr />
|
||||
</div>
|
||||
{/* END FOOTER CONTENT */}
|
||||
<hr/>
|
||||
|
||||
<div className="bottom-footer">
|
||||
<div className="row row-cols-1 row-cols-md-2 d-flex align-items-center">
|
||||
@@ -108,15 +114,20 @@ export default function MermsFooter() {
|
||||
{/* FOOTER SOCIALS */}
|
||||
<div className="col">
|
||||
<ul className="bottom-footer-socials ico-20 text-end">
|
||||
<li><Link href={process.env.NEXT_PUBLIC_FACEBOOK_URL}><span className="flaticon-facebook" /></Link></li>
|
||||
<li><Link href={process.env.NEXT_PUBLIC_TWITTER_URL}><span className="flaticon-twitter" /></Link></li>
|
||||
<li><Link href={process.env.NEXT_PUBLIC_FACEBOOK_URL}><span
|
||||
className="flaticon-facebook"/></Link></li>
|
||||
<li><Link href={process.env.NEXT_PUBLIC_TWITTER_URL}><span
|
||||
className="flaticon-twitter"/></Link></li>
|
||||
{/*<li><Link href={process.env.NEXT_PUBLIC_INSTAGRAM_URL}><span className="flaticon-instagram" /></Link></li>*/}
|
||||
{/*<li><Link href={process.env.NEXT_PUBLIC_YOUTUBE_URL}><span className="flaticon-youtube" /></Link></li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END BOTTOM FOOTER */}
|
||||
</div> {/* End container */}
|
||||
</div>
|
||||
{/* End row */}
|
||||
</div>
|
||||
{/* END BOTTOM FOOTER */}
|
||||
</div>
|
||||
{/* End container */}
|
||||
</footer>
|
||||
|
||||
</>
|
||||
|
||||
@@ -27,7 +27,7 @@ export default function MermsFeatures() {
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Deploy in Seconds</h5>
|
||||
<p>Build a website in seconds with MERMS AI website builder.</p>
|
||||
<p>Easily deploy the tools you need with our automated system.</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
|
||||
Reference in New Issue
Block a user