merms website
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
APP_PORT=8091
|
||||
ESLINT_NO_DEV_ERRORS=true
|
||||
ESLINT_NO_DEV_ERRORS=true
|
||||
PANEL_URL=https://dev-panel.mermsemr.com
|
||||
@@ -21,11 +21,11 @@ export default function Menu() {
|
||||
{/* SIMPLE NAVIGATION LINK */}
|
||||
<li className="nl-simple" aria-haspopup="true"><Link href="#merms-features" className="h-link">Features</Link></li>
|
||||
<li className="nl-simple reg-fst-link mobile-last-link" aria-haspopup="true">
|
||||
<Link href="https://works.mermsemr.com/" className="h-link">Sign in</Link>
|
||||
<Link href="https://dev-panel.mermsemr.com/" className="h-link">Sign in</Link>
|
||||
</li>
|
||||
{/* SIGN UP BUTTON */}
|
||||
<li className="nl-simple" aria-haspopup="true">
|
||||
<Link href="https://works.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-white last-link">Sign
|
||||
<Link href="https://dev-panel.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-white last-link">Sign
|
||||
up</Link>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -16,14 +16,14 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, header
|
||||
<div className="wsmainwp clearfix">
|
||||
{/* HEADER BLACK LOGO */}
|
||||
<div className="desktoplogo">
|
||||
<Link href="#hero-1" className="logo-black">
|
||||
<Link href="/" className="logo-black">
|
||||
<img className="light-theme-img" src="/images/logo-pink.png" alt="logo" />
|
||||
<img className="dark-theme-img" src="/images/logo-pink-white.png" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
{/* HEADER WHITE LOGO */}
|
||||
<div className="desktoplogo">
|
||||
<Link href="#hero-1" className="logo-white"><img src="/images/logo-white.png" alt="logo" /></Link>
|
||||
<Link href="/" className="logo-white"><img src="/images/logo-white.png" alt="logo" /></Link>
|
||||
</div>
|
||||
{/* MAIN MENU */}
|
||||
<nav className="wsmenu clearfix" style={{height:"100vh"}}>
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function MersmHero() {
|
||||
<p className="p-lg">In the digital age, your online reputation has to work for you for your practice to be effective and create trust.
|
||||
</p>
|
||||
{/* Button */}
|
||||
<Link href="https://works.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-black">Get started for free</Link>
|
||||
<Link href="https://dev-panel.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-black">Get started for free</Link>
|
||||
{/*<p className="p-sm btn-txt ico-15">*/}
|
||||
{/* <span className="flaticon-check" /> No credit card needed, free 14-day trial*/}
|
||||
{/*</p>*/}
|
||||
|
||||
Reference in New Issue
Block a user