merms website

This commit is contained in:
CHIEFSOFT\ameye
2024-12-27 08:52:24 -05:00
parent c038fa15b0
commit 43ee9a1cae
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
APP_PORT=8091 APP_PORT=8091
ESLINT_NO_DEV_ERRORS=true ESLINT_NO_DEV_ERRORS=true
PANEL_URL=https://dev-panel.mermsemr.com
+2 -2
View File
@@ -21,11 +21,11 @@ export default function Menu() {
{/* SIMPLE NAVIGATION LINK */} {/* SIMPLE NAVIGATION LINK */}
<li className="nl-simple" aria-haspopup="true"><Link href="#merms-features" className="h-link">Features</Link></li> <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"> <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> </li>
{/* SIGN UP BUTTON */} {/* SIGN UP BUTTON */}
<li className="nl-simple" aria-haspopup="true"> <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> up</Link>
</li> </li>
</ul> </ul>
+2 -2
View File
@@ -16,14 +16,14 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, header
<div className="wsmainwp clearfix"> <div className="wsmainwp clearfix">
{/* HEADER BLACK LOGO */} {/* HEADER BLACK LOGO */}
<div className="desktoplogo"> <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="light-theme-img" src="/images/logo-pink.png" alt="logo" />
<img className="dark-theme-img" src="/images/logo-pink-white.png" alt="logo" /> <img className="dark-theme-img" src="/images/logo-pink-white.png" alt="logo" />
</Link> </Link>
</div> </div>
{/* HEADER WHITE LOGO */} {/* HEADER WHITE LOGO */}
<div className="desktoplogo"> <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> </div>
{/* MAIN MENU */} {/* MAIN MENU */}
<nav className="wsmenu clearfix" style={{height:"100vh"}}> <nav className="wsmenu clearfix" style={{height:"100vh"}}>
+1 -1
View File
@@ -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 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> </p>
{/* Button */} {/* 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">*/} {/*<p className="p-sm btn-txt ico-15">*/}
{/* <span className="flaticon-check" /> No credit card needed, free 14-day trial*/} {/* <span className="flaticon-check" /> No credit card needed, free 14-day trial*/}
{/*</p>*/} {/*</p>*/}