Fix footer menyu
This commit is contained in:
@@ -66,7 +66,7 @@ export default function MermsFooter() {
|
|||||||
<p><Link href="/help-center">Help Center</Link></p>
|
<p><Link href="/help-center">Help Center</Link></p>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Link from "next/link"
|
|||||||
export default function MermsBanner() {
|
export default function MermsBanner() {
|
||||||
return (
|
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">
|
<div className="container">
|
||||||
{/* BANNER-13 WRAPPER */}
|
{/* BANNER-13 WRAPPER */}
|
||||||
<div className="banner-13-wrapper bg--03 bg--scroll r-16 block-shadow">
|
<div className="banner-13-wrapper bg--03 bg--scroll r-16 block-shadow">
|
||||||
@@ -13,20 +13,14 @@ export default function MermsBanner() {
|
|||||||
{/* BANNER-5 TEXT */}
|
{/* BANNER-5 TEXT */}
|
||||||
<div className="col-md-7">
|
<div className="col-md-7">
|
||||||
<div className="banner-13-txt color--white">
|
<div className="banner-13-txt color--white">
|
||||||
{/* Title */}
|
|
||||||
<h2 className="s-46 w-700">Getting started with MERMS today!</h2>
|
<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>
|
<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>
|
||||||
</div> {/* END BANNER-13 TEXT */}
|
</div> {/* END BANNER-13 TEXT */}
|
||||||
{/* BANNER-13 IMAGE */}
|
{/* BANNER-13 IMAGE */}
|
||||||
<div className="col-md-5">
|
<div className="col-md-5">
|
||||||
<div className="banner-13-img text-center">
|
<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>
|
</div>
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ export default function MermsFeatures() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<section id="merms-features" className="shape--bg shape--purple-100 pt-100 features-section division"
|
<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="container">
|
||||||
<div className="row d-flex align-items-center">
|
<div className="row d-flex align-items-center">
|
||||||
<div className="col-md-7 order-last order-md-2">
|
<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
|
<h2 className="s-46 w-700">Deploy Tools for Your Practice with Ease in Our Secure
|
||||||
Cloud.</h2>
|
Cloud.</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p>Bring your vision to life with the website builder that gives you the tools you need
|
<p>Empower your practice with seamless automation and essential tools for lasting success.
|
||||||
to succeed.
|
|
||||||
</p>
|
</p>
|
||||||
{/* List */}
|
{/* List */}
|
||||||
<ul className="simple-list">
|
<ul className="simple-list">
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p>Design your website using our modern templates, designer fonts, and color
|
<p>Effortlessly scale your practice with our growing ecosystem of innovative tools.
|
||||||
palettes in minutes.
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li className="list-item">
|
<li className="list-item">
|
||||||
<p className="mb-0">Promote your business and grow. Create a blog to grow your
|
<p className="mb-0">Boost your online presence and expand your community using our intelligent marketing platform.
|
||||||
community and drive more traffic.
|
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
+9
-11
@@ -1,10 +1,8 @@
|
|||||||
import Link from "next/link"
|
|
||||||
import Layout from "../components/layout/Layout"
|
import Layout from "../components/layout/Layout"
|
||||||
import MersmHero from "../components/sections/MersmHero";
|
import MersmHero from "../components/sections/MersmHero";
|
||||||
import MermsFeatures from "../components/sections/MermsFeatures";
|
import MermsFeatures from "../components/sections/MermsFeatures";
|
||||||
import MermsAbout from "../components/sections/MermsAbout";
|
import MermsAbout from "../components/sections/MermsAbout";
|
||||||
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
|
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
|
||||||
import MermsFeatures2 from "../components/sections/MermsFeatures2";
|
|
||||||
import MermsBanner from "../components/sections/MermsBanner";
|
import MermsBanner from "../components/sections/MermsBanner";
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
@@ -12,15 +10,15 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark">
|
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark">
|
||||||
<MersmHero />
|
<MersmHero/>
|
||||||
<hr className="divider" />
|
<hr className="divider"/>
|
||||||
<MermsFeatures />
|
<MermsFeatures/>
|
||||||
<hr className="divider" />
|
<hr className="divider"/>
|
||||||
<MermsAbout />
|
<MermsHowItWorks/>
|
||||||
<hr className="divider" />
|
<hr className="divider"/>
|
||||||
<MermsHowItWorks />
|
<MermsAbout/>
|
||||||
{/*<MermsFeatures2 />*/}
|
<hr className="divider"/>
|
||||||
<MermsBanner />
|
<MermsBanner/>
|
||||||
</Layout>
|
</Layout>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 714 KiB |
Reference in New Issue
Block a user