Compare commits

...

27 Commits

Author SHA1 Message Date
victorAnumudu e4ae8c4455 fixed contact page image 2026-05-15 21:29:48 +01:00
ameye c4312b007d Added Api end point 2026-05-15 12:12:51 -04:00
ameye 4b5c210bf6 Merge branch 'help-center-page-text' of MERMS/MermsWebsite2025 into master 2026-05-15 15:28:17 +00:00
victorAnumudu 77d205f3e5 added help center page text 2026-05-15 16:25:36 +01:00
ameye 7a745964c4 fix build 2026-04-26 04:30:05 -04:00
CHIEFSOFT\ameye ce4e314920 Fix footer menyu 2026-03-21 21:41:15 -04:00
CHIEFSOFT\ameye 43b8745071 Fix footer menyu 2026-03-21 15:05:12 -04:00
CHIEFSOFT\ameye db4c371730 Fix footer menyu 2026-03-21 14:55:12 -04:00
CHIEFSOFT\ameye 941ba9406e Fix footer menyu 2026-03-21 14:38:30 -04:00
CHIEFSOFT\ameye 73507adcc2 Fix footer menyu 2026-03-21 13:35:47 -04:00
CHIEFSOFT\ameye 8a021ee71e Merge branch 'master' of https://gitlab.chiefsoft.net/MERMS/MermsWebsite2025 2026-03-21 12:52:58 -04:00
CHIEFSOFT\ameye 845fcaf119 Fix footer menyu 2026-03-21 12:52:47 -04:00
tokslaw faf2c0256b Merge branch 'master' of http://gitlab.chiefsoft.net/MERMS/MermsWebsite2025 2026-03-21 12:50:44 -04:00
tokslaw 90efee2fbf Data security text fix 2026-03-21 12:49:50 -04:00
CHIEFSOFT\ameye 24e91359b1 Fix footer menyu 2026-03-21 12:47:55 -04:00
CHIEFSOFT\ameye 2a44da0e88 Fix footer menyu 2026-02-07 21:06:06 -05:00
CHIEFSOFT\ameye 710109cc04 Fix footer menyu 2026-02-07 20:00:22 -05:00
CHIEFSOFT\ameye 03639b2ab7 forum added 2025-12-28 20:21:42 -05:00
CHIEFSOFT\ameye b58d576e86 forum added 2025-12-28 20:14:57 -05:00
CHIEFSOFT\ameye c3f565ebe8 NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com" 2025-12-25 15:43:06 -05:00
CHIEFSOFT\ameye e6a1470ba0 Fix contacts 2025-12-25 13:47:51 -05:00
CHIEFSOFT\ameye 752fc86549 tem contact page 2025-12-25 12:42:24 -05:00
CHIEFSOFT\ameye 63ecef03d3 temporary run dev 2025-12-25 12:26:51 -05:00
CHIEFSOFT\ameye b0e9a477fe contact layout 2025-12-25 11:33:13 -05:00
CHIEFSOFT\ameye 46f38c9633 Merge branch 'master' of https://gitlab.chiefsoft.net/MERMS/MermsWebsite2025 2025-12-20 15:37:48 -05:00
CHIEFSOFT\ameye 03ff2fde0e NEXT_SITE_FORUM=https://blog.mermsemr.com/ 2025-12-20 15:29:51 -05:00
ameye 83f2c4ecb3 Merge branch 'merms-base-url' of MERMS/MermsWebsite2025 into master 2025-12-16 23:12:17 +00:00
23 changed files with 359 additions and 247 deletions
+4
View File
@@ -0,0 +1,4 @@
node_modules
.next
.git
*.log
+5 -1
View File
@@ -6,6 +6,7 @@ PANEL_URL=https://panel.mermsemr.com
NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup
NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net'
NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
@@ -14,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
NEXT_PUBLIC_YOUTUBE_URL=# NEXT_PUBLIC_YOUTUBE_URL=#
#forum #forum
NEXT_SITE_FORUM=https://forum.automedsys.ai/ NEXT_SITE_FORUM=https://blog.mermsemr.com/
#SITE API
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
+5 -1
View File
@@ -6,6 +6,7 @@ PANEL_URL=https://dev-panel.mermsemr.com
NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup
NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net'
NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
@@ -14,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
NEXT_PUBLIC_YOUTUBE_URL=# NEXT_PUBLIC_YOUTUBE_URL=#
#forum #forum
NEXT_SITE_FORUM=https://forum.automedsys.ai/ NEXT_SITE_FORUM=https://blog.mermsemr.com/
#SITE API
NEXT_SITE_BACKEND_SERVER=https://devapi.mermsemr.com/
+5 -1
View File
@@ -6,6 +6,7 @@ PANEL_URL=https://panel.mermsemr.com
NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup
NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net'
NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
@@ -14,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
NEXT_PUBLIC_YOUTUBE_URL=# NEXT_PUBLIC_YOUTUBE_URL=#
#forum #forum
NEXT_SITE_FORUM=https://forum.automedsys.ai/ NEXT_SITE_FORUM=https://blog.mermsemr.com/
#SITE API
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
+5 -1
View File
@@ -6,6 +6,7 @@ PANEL_URL=https://panel.mermsemr.com
NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup
NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net'
NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
@@ -14,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
NEXT_PUBLIC_YOUTUBE_URL=# NEXT_PUBLIC_YOUTUBE_URL=#
#forum #forum
NEXT_SITE_FORUM=https://forum.automedsys.ai/ NEXT_SITE_FORUM=https://blog.mermsemr.com/
#SITE API
NEXT_SITE_BACKEND_SERVER=https://api.mermsemr.com/
+5 -1
View File
@@ -6,6 +6,7 @@ PANEL_URL=https://qa-panel.mermsemr.com
NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com NEXT_PUBLIC_LOGIN_URL=https://qa-panel.mermsemr.com
NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup NEXT_PUBLIC_SIGNUP_URL=https://qa-panel.mermsemr.com/auth/signup
NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net' NEXT_PUBLIC_MERMS_WEBSITE_BASE_URL='https://blogdata.chiefsoft.net'
NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
# social links # social links
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/ NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
@@ -14,4 +15,7 @@ NEXT_PUBLIC_INSTAGRAM_URL=#
NEXT_PUBLIC_YOUTUBE_URL=# NEXT_PUBLIC_YOUTUBE_URL=#
#forum #forum
NEXT_SITE_FORUM=https://forum.automedsys.ai/ NEXT_SITE_FORUM=https://blog.mermsemr.com/
#SITE API
NEXT_SITE_BACKEND_SERVER=https://devapi.mermsemr.com/
+32 -21
View File
@@ -1,5 +1,5 @@
import Link from "next/link" import Link from "next/link"
export default function MermsFooter() { export default function MermsFooter() {
return ( return (
<> <>
@@ -10,11 +10,13 @@ export default function MermsFooter() {
{/* FOOTER LOGO */} {/* FOOTER LOGO */}
<div className="col-md-6 col-xl-4"> <div className="col-md-6 col-xl-4">
<div className="footer-info"> <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>
<div> <div>
<p> <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> </p>
</div> </div>
</div> </div>
@@ -32,9 +34,9 @@ export default function MermsFooter() {
<li> <li>
<p><Link href="/about">About Us</Link></p> <p><Link href="/about">About Us</Link></p>
</li> </li>
<li> {/*<li>*/}
<p><Link href="/merms-blog">Use Cases</Link></p> {/* <p><Link href="/merms-blog">Use Cases</Link></p>*/}
</li> {/*</li>*/}
<li> <li>
<p><Link href="/contacts">Contact Us</Link></p> <p><Link href="/contacts">Contact Us</Link></p>
</li> </li>
@@ -43,7 +45,8 @@ export default function MermsFooter() {
{/*</li>*/} {/*</li>*/}
</ul> </ul>
</div> </div>
</div> {/* END FOOTER LINKS */} </div>
{/* END FOOTER LINKS */}
{/* FOOTER LINKS */} {/* FOOTER LINKS */}
<div className="col-6 col-sm-4 col-md-4 col-xl-4"> <div className="col-6 col-sm-4 col-md-4 col-xl-4">
<div className="footer-links fl-2"> <div className="footer-links fl-2">
@@ -56,9 +59,9 @@ export default function MermsFooter() {
<li> <li>
<p><Link href="/features">Features</Link></p> <p><Link href="/features">Features</Link></p>
</li> </li>
<li> {/*<li>*/}
<p><Link href="/merms-updates">What's New</Link></p> {/* <p><Link href="/merms-updates">What's New</Link></p>*/}
</li> {/*</li>*/}
{/*<li>*/} {/*<li>*/}
{/* <p><Link href="/pricing">Pricing</Link></p>*/} {/* <p><Link href="/pricing">Pricing</Link></p>*/}
{/*</li>*/} {/*</li>*/}
@@ -66,11 +69,13 @@ 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>
</div> {/* END FOOTER LINKS */} </div>
{/* END FOOTER LINKS */}
{/* FOOTER LINKS */} {/* FOOTER LINKS */}
<div className="col-6 col-sm-4 col-md-4 col-xl-4"> <div className="col-6 col-sm-4 col-md-4 col-xl-4">
<div className="footer-links fl-3"> <div className="footer-links fl-3">
@@ -94,29 +99,35 @@ export default function MermsFooter() {
</div> </div>
</div> </div>
</div> </div>
</div> {/* END FOOTER CONTENT */} </div>
<hr /> {/* END FOOTER CONTENT */}
<hr/>
<div className="bottom-footer"> <div className="bottom-footer">
<div className="row row-cols-1 row-cols-md-2 d-flex align-items-center"> <div className="row row-cols-1 row-cols-md-2 d-flex align-items-center">
{/* FOOTER COPYRIGHT */} {/* FOOTER COPYRIGHT */}
<div className="col"> <div className="col">
<div className="footer-copyright"> <div className="footer-copyright">
<p className="p-sm">© 2025 autoMedSys A.I. <span>All Rights Reserved</span></p> <p className="p-sm">© 2026 autoMedSys(AI) <span>All Rights Reserved</span></p>
</div> </div>
</div> </div>
{/* FOOTER SOCIALS */} {/* FOOTER SOCIALS */}
<div className="col"> <div className="col">
<ul className="bottom-footer-socials ico-20 text-end"> <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_FACEBOOK_URL}><span
<li><Link href={process.env.NEXT_PUBLIC_TWITTER_URL}><span className="flaticon-twitter" /></Link></li> 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_INSTAGRAM_URL}><span className="flaticon-instagram" /></Link></li>*/}
<li><Link href={process.env.NEXT_PUBLIC_YOUTUBE_URL}><span className="flaticon-youtube" /></Link></li> {/*<li><Link href={process.env.NEXT_PUBLIC_YOUTUBE_URL}><span className="flaticon-youtube" /></Link></li>*/}
</ul> </ul>
</div> </div>
</div> {/* End row */} </div>
</div> {/* END BOTTOM FOOTER */} {/* End row */}
</div> {/* End container */} </div>
{/* END BOTTOM FOOTER */}
</div>
{/* End container */}
</footer> </footer>
</> </>
+2 -8
View File
@@ -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 */}
+40 -44
View File
@@ -1,33 +1,30 @@
export default function MermsFeatures() { 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: '15px'}}>
<div className="container"> <div className="container">
<div className="row d-flex align-items-center"> <div className="row d-flex align-items-center">
{/* FEATURES-13 WRAPPER */}
<div className="col-md-7 order-last order-md-2"> <div className="col-md-7 order-last order-md-2">
<div className="fbox-13-wrapper wow fadeInRight"> <div className="fbox-13-wrapper wow fadeInRight">
<div className="row"> <div className="row">
<div className="col-md-6"> <div className="col-md-6">
{/* FEATURE BOX #1 */}
<div id="fb-12-1" className="fbox-12 bg--green-100 block-shadow r-12 mb-30"> <div id="fb-12-1" className="fbox-12 bg--green-100 block-shadow r-12 mb-30">
{/* Icon */}
<div className="fbox-ico ico-50"> <div className="fbox-ico ico-50">
<div className="shape-ico color--theme"> <div className="shape-ico color--theme">
{/* Vector Icon */} {/* Vector Icon */}
<span className="flaticon-graphics" /> <span className="flaticon-graphics"/>
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" /> <path
d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z"
transform="translate(100 100)"/>
</svg> </svg>
</div> </div>
</div> {/* End Icon */} </div>
{/* Text */}
<div className="fbox-txt"> <div className="fbox-txt">
<h5 className="s-20 w-700">Website in Seconds</h5> <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>
</div> </div>
{/* FEATURE BOX #2 */} {/* FEATURE BOX #2 */}
@@ -36,14 +33,15 @@ export default function MermsFeatures() {
<div className="fbox-ico ico-50"> <div className="fbox-ico ico-50">
<div className="shape-ico color--theme"> <div className="shape-ico color--theme">
{/* Vector Icon */} {/* Vector Icon */}
<span className="flaticon-idea" /> <span className="flaticon-idea"/>
{/* Shape */} {/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" /> <path
d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z"
transform="translate(100 100)"/>
</svg> </svg>
</div> </div>
</div> {/* End Icon */} </div>
{/* Text */}
<div className="fbox-txt"> <div className="fbox-txt">
<h5 className="s-20 w-700">Useful Addons</h5> <h5 className="s-20 w-700">Useful Addons</h5>
<p>Explore our expanding addons to improve your applications.</p> <p>Explore our expanding addons to improve your applications.</p>
@@ -51,38 +49,37 @@ export default function MermsFeatures() {
</div> </div>
</div> </div>
<div className="col-md-6"> <div className="col-md-6">
{/* FEATURE BOX #3 */}
<div id="fb-12-3" className="fbox-12 bg--white-100 block-shadow r-12 mb-30"> <div id="fb-12-3" className="fbox-12 bg--white-100 block-shadow r-12 mb-30">
{/* Icon */}
<div className="fbox-ico ico-50"> <div className="fbox-ico ico-50">
<div className="shape-ico color--theme"> <div className="shape-ico color--theme">
{/* Vector Icon */} <span className="flaticon-graphic"/>
<span className="flaticon-graphic" />
{/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" /> <path
d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z"
transform="translate(100 100)"/>
</svg> </svg>
</div> </div>
</div> {/* End Icon */} </div>
{/* Text */}
<div className="fbox-txt"> <div className="fbox-txt">
<h5 className="s-20 w-700">Digital Marketing</h5> <h5 className="s-20 w-700">Digital Marketing</h5>
<p>Promote your presence and grow with MERMS SEO tools.</p> <p>Promote your presence and grow with MERMS SEO tools.</p>
</div> </div>
</div> </div>
{/* FEATURE BOX #4 */}
<div id="fb-12-4" className="fbox-12 bg--green-100 block-shadow r-12"> <div id="fb-12-4" className="fbox-12 bg--green-100 block-shadow r-12">
{/* Icon */} {/* Icon */}
<div className="fbox-ico ico-50"> <div className="fbox-ico ico-50">
<div className="shape-ico color--theme"> <div className="shape-ico color--theme">
{/* Vector Icon */} {/* Vector Icon */}
<span className="flaticon-search-engine-1" /> <span className="flaticon-search-engine-1"/>
{/* Shape */} {/* Shape */}
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"> <svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z" transform="translate(100 100)" /> <path
d="M69.8,-23C76.3,-2.7,57.6,25.4,32.9,42.8C8.1,60.3,-22.7,67,-39.1,54.8C-55.5,42.7,-57.5,11.7,-48.6,-11.9C-39.7,-35.5,-19.8,-51.7,5.9,-53.6C31.7,-55.6,63.3,-43.2,69.8,-23Z"
transform="translate(100 100)"/>
</svg> </svg>
</div> </div>
</div> {/* End Icon */} </div>
{/* End Icon */}
{/* Text */} {/* Text */}
<div className="fbox-txt"> <div className="fbox-txt">
<h5 className="s-20 w-700">Unified Management</h5> <h5 className="s-20 w-700">Unified Management</h5>
@@ -91,33 +88,32 @@ export default function MermsFeatures() {
</div> </div>
</div> </div>
</div> </div>
</div> {/* End row */} </div>
</div> {/* END FEATURES-13 WRAPPER */} </div>
{/* TEXT BLOCK */}
<div className="col-md-5 order-first order-md-2"> <div className="col-md-5 order-first order-md-2">
<div className="txt-block left-column wow fadeInLeft"> <div className="txt-block left-column wow fadeInLeft">
{/* Section ID */} <h2 className="s-46 w-700">Deploy Tools for Your Practice with Ease in Our Secure
{/*<span className="section-id">One-Stop Solution</span>*/} Cloud.</h2>
{/* Title */} <p>Empower your practice with seamless automation and essential tools for lasting
<h2 className="s-46 w-700">Create a web presence without limits</h2> success.
{/* Text */}
<p>Bring your vision to life with the website builder that gives you the tools you need to succeed.
</p> </p>
{/* 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 palettes in minutes. <p>Effortlessly scale your practice with our growing ecosystem of innovative
tools.
</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 community and drive more traffic. <p className="mb-0">Boost your online presence and expand your community using
our intelligent marketing platform.
</p> </p>
</li> </li>
</ul> </ul>
</div> </div>
</div> {/* END TEXT BLOCK */} </div>
</div> {/* End row */} </div>
</div> {/* End container */} </div>
</section> </section>
</> </>
) )
+1 -1
View File
@@ -10,7 +10,7 @@ export default function MermsFeatures2() {
<div className="col-md-10 col-lg-9"> <div className="col-md-10 col-lg-9">
<div className="section-title mb-80"> <div className="section-title mb-80">
{/* Title */} {/* Title */}
<h2 className="s-50 w-700">Supercharge your digital presence with AI.</h2> <h2 className="s-50 w-700">All-in-One Cloud Platform for Practice Management.</h2>
{/* Text */} {/* Text */}
<p className="s-21 color--grey">Unified AI-powered solutions for everything that matters to your online reputation and engagement.</p> <p className="s-21 color--grey">Unified AI-powered solutions for everything that matters to your online reputation and engagement.</p>
</div> </div>
+26 -16
View File
@@ -1,6 +1,3 @@
export default function MermsHowItWorks() { export default function MermsHowItWorks() {
return ( return (
<> <>
@@ -11,56 +8,69 @@ export default function MermsHowItWorks() {
{/* TEXT BLOCK */} {/* TEXT BLOCK */}
<div className="col-md-6 order-last order-md-2"> <div className="col-md-6 order-last order-md-2">
<div className="txt-block left-column wow fadeInRight"> <div className="txt-block left-column wow fadeInRight">
<h2 className="s-46 w-700">MERMS-Agent: Always Here to Help You.</h2>
{/* CONTENT BOX #2 */} {/* CONTENT BOX #2 */}
<div className="cbox-4"> <div className="cbox-4">
{/* Icon & Title */} {/* Icon & Title */}
<div className="box-title"> <div className="box-title">
<span className="flaticon-layers-1 color--theme" /> <span className="flaticon-layers-1 color--theme"/>
<h5 className="s-24 w-700">Automatic Workflows</h5> <h5 className="s-24 w-700">Automatic Workflows</h5>
</div> </div>
{/* Text */} {/* Text */}
<div className="cbox-4-txt"> <div className="cbox-4-txt">
<p>It takes a single touch! Standardize service delivery using visual process workflows and AI-based automation. Get a quick visual summary of all your requests and monitor them in one place. <p>It takes a single touch! Standardize service delivery using visual process
workflows and AI-based automation. Get a quick visual summary of all your
requests and monitor them in one place.
</p> </p>
</div> </div>
</div> {/* END CONTENT BOX #2 */} </div>
{/* END CONTENT BOX #2 */}
{/* CONTENT BOX #1 */} {/* CONTENT BOX #1 */}
<div className="cbox-4"> <div className="cbox-4">
{/* Icon & Title */} {/* Icon & Title */}
<div className="box-title"> <div className="box-title">
<span className="flaticon-paper-sizes color--theme" /> <span className="flaticon-paper-sizes color--theme"/>
<h5 className="s-24 w-700">Efficient A.I Assist</h5> <h5 className="s-24 w-700">Efficient A.I Assist</h5>
</div> </div>
{/* Text */} {/* Text */}
<div className="cbox-4-txt"> <div className="cbox-4-txt">
<p>Drive brand loyalty, boost your brand with social media marketing, and build your digital identity with our A.I. Assist creator tools. <p>Drive brand loyalty, boost your brand with social media marketing, and build
your digital identity with our A.I. Assist creator tools.
</p> </p>
</div> </div>
</div> {/* END CONTENT BOX #1 */} </div>
{/* END CONTENT BOX #1 */}
{/* CONTENT BOX #3 */} {/* CONTENT BOX #3 */}
<div className="cbox-4"> <div className="cbox-4">
{/* Icon & Title */} {/* Icon & Title */}
<div className="box-title"> <div className="box-title">
<span className="flaticon-pie-chart color--theme" /> <span className="flaticon-pie-chart color--theme"/>
<h5 className="s-24 w-700">Useful Analytics</h5> <h5 className="s-24 w-700">Useful Analytics</h5>
</div> </div>
{/* Text */} {/* Text */}
<div className="cbox-4-txt"> <div className="cbox-4-txt">
<p className="mb-0">Monitor your website performance with our simplified data dashboard. You can stay on top of your website's performance with real-time traffic statistics and trend charts. <p className="mb-0">Monitor your website performance with our simplified data
dashboard. You can stay on top of your website's performance with real-time
traffic statistics and trend charts.
</p> </p>
</div> </div>
</div> {/* END CONTENT BOX #3 */} </div>
{/* END CONTENT BOX #3 */}
</div> </div>
</div> {/* END TEXT BLOCK */} </div>
{/* END TEXT BLOCK */}
{/* IMAGE BLOCK */} {/* IMAGE BLOCK */}
<div className="col-md-6 order-first order-md-2"> <div className="col-md-6 order-first order-md-2">
<div className="img-block right-column wow fadeInLeft"> <div className="img-block right-column wow fadeInLeft">
<img className="img-fluid" src="/images/img-08.png" alt="content-image" /> <img className="img-fluid" src="/images/img-08.png" alt="content-image"/>
</div> </div>
</div> </div>
</div> {/* END SECTION CONTENT (ROW) */} </div>
</div> {/* End container */} {/* END SECTION CONTENT (ROW) */}
</div>
{/* End container */}
</section> </section>
</> </>
) )
+1 -1
View File
@@ -13,7 +13,7 @@ export default function MersmHero() {
{/* Section ID */} {/* Section ID */}
{/*<span className="section-id">Online Reputation That Work</span>*/} {/*<span className="section-id">Online Reputation That Work</span>*/}
{/* Title */} {/* Title */}
<h2 className="s-54 w-700">Supercharge Your Practice Efficiency with MERMS AI Agent Today!</h2> <h2 className="s-54 w-700">All-in-One Cloud Platform for Practice Management</h2>
{/* Text */} {/* Text */}
<p className="p-lg">Streamline workflows across practice with powerful AI agents. Build and deploy automated workflows with ease. <p className="p-lg">Streamline workflows across practice with powerful AI agents. Build and deploy automated workflows with ease.
</p> </p>
+27 -11
View File
@@ -1,4 +1,5 @@
import axios from "axios" import axios from "axios"
import {string} from "yup";
axios.interceptors.request.use( axios.interceptors.request.use(
@@ -10,9 +11,9 @@ axios.interceptors.request.use(
// "Access-Control-Allow-Headers": "Origin, X-API-KEY, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Access-Control-Allow-Headers, Authorization, observe, enctype, Content-Length, X-Csrf-Token", // "Access-Control-Allow-Headers": "Origin, X-API-KEY, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Access-Control-Allow-Headers, Authorization, observe, enctype, Content-Length, X-Csrf-Token",
// "Content-Type": "application/json;charset=UTF-8", // "Content-Type": "application/json;charset=UTF-8",
// 'Authorization': (localStorage && localStorage.getItem('access_token')) ? `Bearer ${localStorage.getItem('access_token')}` : '', // 'Authorization': (localStorage && localStorage.getItem('access_token')) ? `Bearer ${localStorage.getItem('access_token')}` : '',
}; };
// config.headers['Authorization'] = `Bearer ${localStorage.getItem('token')}`; // config.headers['Authorization'] = `Bearer ${localStorage.getItem('token')}`;
// config.baseURL = process.env.REACT_APP_MAIN_API // config.baseURL = process.env.REACT_APP_MAIN_API
return config; return config;
}, },
error => { error => {
@@ -20,15 +21,23 @@ axios.interceptors.request.use(
} }
); );
const postAuxEnd = (path, postData, media=false) => { const blogBasePath = () => {
return 'https://blogdata.chiefsoft.net';
}
const siteServerPath = () => {
// NEXT_PUBLIC_APP_MAIN_API="https://devapi.mermsemr.com"
return 'https://devapi.mermsemr.com';
}
const postAuxEnd = (path, postData, media = false) => {
const basePath = media ? 'https://blogdata.chiefsoft.net' : 'https://blogdata.chiefsoft.net' const basePath = media ? 'https://blogdata.chiefsoft.net' : 'https://blogdata.chiefsoft.net'
let newPostData = {} let newPostData = {}
if(!media){ if (!media) {
newPostData = {...postData} newPostData = {...postData}
}else{ } else {
newPostData = new FormData(); newPostData = new FormData();
for (let data in postData) { for (let data in postData) {
newPostData.append(data, postData[data]); newPostData.append(data, postData[data]);
} }
} }
return axios.post(`${basePath}${path}`, newPostData).then(res => { return axios.post(`${basePath}${path}`, newPostData).then(res => {
@@ -39,9 +48,9 @@ const postAuxEnd = (path, postData, media=false) => {
}) })
} }
const getAuxEnd = (path, reqData= null) => { const getAuxEnd = (basePath, path, reqData = null) => {
const basePath = 'https://blogdata.chiefsoft.net' // const basePath = 'https://blogdata.chiefsoft.net'
return axios.get(`${basePath}${path}`,{ params: reqData }).then(res => { return axios.get(`${basePath}${path}`, {params: reqData}).then(res => {
return res return res
// localStorage.clear(); // localStorage.clear();
// window.location.href = `/login?sessionExpired=true`; // window.location.href = `/login?sessionExpired=true`;
@@ -57,5 +66,12 @@ export const getMermsBlogs = (reqData) => {
let postData = { let postData = {
...reqData ...reqData
} }
return getAuxEnd('/mermsblogdata/mermsemr', postData, false) return getAuxEnd(blogBasePath(), '/mermsblogdata/mermsemr', postData)
}
export const serMermsWebContact = (reqData) => {
let postData = {
...reqData
}
return getAuxEnd(siteServerPath(), '/mermsblogdata/mermsemr', postData)
} }
+2 -1
View File
@@ -10,7 +10,7 @@ services:
working_dir: /app working_dir: /app
volumes: volumes:
- .:/app - .:/app
- ./node_modules:/app_backup/node_modules - node_modules:/app/node_modules
# - ./run.sh:/app/run.sh # - ./run.sh:/app/run.sh
# - ./next:/app/.next # - ./next:/app/.next
image: registry.chiefsoft.net/merms-web-2025:latest image: registry.chiefsoft.net/merms-web-2025:latest
@@ -24,3 +24,4 @@ services:
- NODE_ENV=${NODE_ENV:-live} - NODE_ENV=${NODE_ENV:-live}
volumes: volumes:
src: src:
node_modules:
+29 -30
View File
@@ -1,6 +1,6 @@
FROM alpine:3.20 FROM alpine:3.22
ENV NODE_VERSION 22.12.0 ENV NODE_VERSION=22.12.0
RUN addgroup -g 1000 node \ RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \ && adduser -u 1000 -G node -s /bin/sh -D node \
@@ -77,31 +77,31 @@ RUN addgroup -g 1000 node \
&& node --version \ && node --version \
&& npm --version && npm --version
ENV YARN_VERSION 1.22.22 # ENV YARN_VERSION 1.22.22
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \ # RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
# use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150 # # use pre-existing gpg directory, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
&& export GNUPGHOME="$(mktemp -d)" \ # && export GNUPGHOME="$(mktemp -d)" \
&& for key in \ # && for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \ # 6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \ # ; do \
gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || \ # gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" || \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; \ # gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; \
done \ # done \
&& curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" \ # && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" \
&& curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" \ # && curl -fsSLO --compressed "https://yarnpkg.com/downloads/$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz.asc" \
&& gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \ # && gpg --batch --verify yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
&& gpgconf --kill all \ # && gpgconf --kill all \
&& rm -rf "$GNUPGHOME" \ # && rm -rf "$GNUPGHOME" \
&& mkdir -p /opt \ # && mkdir -p /opt \
&& tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ \ # && tar -xzf yarn-v$YARN_VERSION.tar.gz -C /opt/ \
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn \ # && ln -s /opt/yarn-v$YARN_VERSION/bin/yarn /usr/local/bin/yarn \
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \ # && ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \ # && rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz \
&& apk del .build-deps-yarn \ # && apk del .build-deps-yarn \
# smoke test # # smoke test
&& yarn --version \ # && yarn --version \
&& rm -rf /tmp/* # && rm -rf /tmp/*
COPY docker-entrypoint.sh /usr/local/bin/ COPY docker-entrypoint.sh /usr/local/bin/
# ENTRYPOINT ["docker-entrypoint.sh"] # ENTRYPOINT ["docker-entrypoint.sh"]
@@ -118,19 +118,18 @@ COPY package.json /app/
# Install app dependencies # Install app dependencies
RUN npm install --save RUN npm install --save
RUN npm install react-scripts RUN npm install react-scripts
RUN npm install -g next
RUN npm install sharp RUN npm install sharp
RUN npm install react-modal-video RUN npm install react-modal-video
RUN npm install wowjs RUN npm install wowjs
# Bundle app source # Bundle app source
COPY . /app COPY . /app
RUN cp -a /app/. /app_backup # RUN cp -a /app/. /app_backup
RUN chmod a+x /usr/local/bin/docker-entrypoint.sh RUN chmod a+x /usr/local/bin/docker-entrypoint.sh
EXPOSE 3000 EXPOSE 3000
ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ] ENTRYPOINT [ "/usr/local/bin/docker-entrypoint.sh" ]
#CMD ["sh", "-c", "next build && next start"] CMD ["sh", "-c", "npm run build && npm run start"]
CMD [ "npm" ,"run","dev"] # CMD [ "npm" ,"run","dev"]
+3 -3
View File
@@ -1,9 +1,9 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const path = require('path')
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
experimental: { outputFileTracingRoot: path.join(__dirname),
serverActions: true,
},
} }
module.exports = nextConfig module.exports = nextConfig
+134 -84
View File
@@ -1,8 +1,10 @@
import { useMutation } from '@tanstack/react-query'; import {useMutation} from '@tanstack/react-query';
import Layout from "../components/layout/Layout" import Layout from "../components/layout/Layout"
import Link from "next/link" import Link from "next/link"
import { Form, Formik } from 'formik'; import {Form, Formik} from 'formik';
//import {Form, Formik} from 'formik';
import * as Yup from "yup"; import * as Yup from "yup";
export default function Home() { export default function Home() {
const validationSchema = Yup.object().shape({ const validationSchema = Yup.object().shape({
@@ -24,25 +26,25 @@ export default function Home() {
return null //completePWDReset(fields) return null //completePWDReset(fields)
}, },
onSuccess: (res) => { onSuccess: (res) => {
if(res?.data?.resultCode != '0'){ if (res?.data?.resultCode != '0') {
throw({message: res?.data?.resultDescription}) throw({message: res?.data?.resultDescription})
} }
}, },
// onError: (err) => { // onError: (err) => {
// console.log('err', err) // console.log('err', err)
// } // }
}) })
const handleContactMutation = (values) => { const handleContactMutation = (values) => {
let reqData = { let reqData = {
...values ...values
}
console.log(reqData)
setTimeout(() => {
contactMutation.reset()
}, 3000)
contactMutation.mutate(reqData)
} }
console.log(reqData)
setTimeout(()=>{
contactMutation.reset()
},3000)
// contactMutation.mutate(reqData)
}
return ( return (
<> <>
@@ -57,85 +59,133 @@ export default function Home() {
{/* Title */} {/* Title */}
<h2 className="s-52 w-700">Questions? Let's Talk</h2> <h2 className="s-52 w-700">Questions? Let's Talk</h2>
{/* Text */} {/* Text */}
<p className="p-lg">Want to learn more about MERMS, get a quote, or speak with an expert? <p className="p-lg">Want to learn more about MERMS, get a quote, or speak with
an expert?
Let us know what you are looking for and well get back to you right away Let us know what you are looking for and well get back to you right away
</p> </p>
</div> </div>
</div> </div>
</div> </div>
{/* CONTACT FORM */} {/* CONTACT FORM */}
<div className="row justify-content-center">
<div className="col-md-11 col-lg-10 col-xl-8"> <div>
<div className="form-holder"> <div className="row d-flex align-items-start">
<Formik {/* IMAGE BLOCK */}
initialValues={initialValues} <div className="col-md-6 col-lg-6">
validationSchema={validationSchema} <div className="img-block left-column wow fadeInRight">
onSubmit={handleContactMutation} <img className="img-fluid" src="/images/contact-us-page.png" alt="content-image"/>
> </div>
{(props) => { </div>
return (
<Form name="contactform" className="row contact-form">
{/* Form Select */} <div className="col-md-6 col-lg-6">
<div className="col-md-12 input-subject"> <div className="form-holder">
<p className="p-lg">This question is about:{(props.errors.subject && props.touched.subject) && <span style={{display: 'inline'}} className='text-danger'>{props.errors.subject}</span>}</p> <Formik
<span>Choose a topic, so we know who to send your request to: </span> initialValues={initialValues}
<select name='subject' onChange={props.handleChange} className="form-select subject" aria-label="Default select example"> validationSchema={validationSchema}
<option value=''>This question is about...</option> onSubmit={handleContactMutation}
<option value='registering/authorising'>Registering/Authorising</option> >
<option value='using application'>Using Application</option> {(props) => {
<option value='troubleshooting'>Troubleshooting</option> return (
<option value='backup/restore'>Backup/Restore</option> <Form name="contactform" className="row contact-form">
<option value='others'>Other</option> {/* Form Select */}
</select> <div className="col-md-12 input-subject">
</div> <p className="p-lg">This question is
{/* Contact Form Input */} about:{(props.errors.subject && props.touched.subject) &&
<div className="col-md-12"> <span style={{display: 'inline'}}
<p className="p-lg">Your Name:{(props.errors.name && props.touched.name) && <span style={{display: 'inline'}} className='text-danger'>{props.errors.name}</span>}</p> className='text-danger'>{props.errors.subject}</span>}</p>
<span>Please enter your real name: </span> <span>Choose a topic, so we can best determine how to handle your request to:</span>
<input type="text" onChange={props.handleChange} name="name" className="form-control name" placeholder="Your Name*" /> <select name='subject' onChange={props.handleChange}
</div> className="form-select subject"
<div className="col-md-12"> aria-label="Default select example">
<p className="p-lg">Your Email Address:{(props.errors.email && props.touched.email) && <span style={{display: 'inline'}} className='text-danger'>{props.errors.email}</span>}</p> <option value=''>This question is about...</option>
<span>Please carefully check your email address for accuracy</span> <option
<input type="text" onChange={props.handleChange} name="email" className="form-control email" placeholder="Email Address*" /> value='registering or account'>Registering or
</div> Accounts
<div className="col-md-12"> </option>
<p className="p-lg">Explain your question in details:{(props.errors.message && props.touched.message) && <span style={{display: 'inline'}} className='text-danger'>{props.errors.message}</span>}</p> <option value='using application'>Application
<span>Your OS version, MERMS version &amp; build, steps you did. Be VERY precise!</span> </option>
<textarea onChange={props.handleChange} className="form-control message" name="message" rows={6} placeholder="I have a problem with..." /> <option value='troubleshooting'>Troubleshooting
</div> </option>
{/* Contact Form Button */} <option value='data and files'>Data or Files
<div className="d-flex justify-content-end mt-15 form-btn"> </option>
<button <option value='others'>Other</option>
type="submit" </select>
className="btn btn--theme hover--theme submit" </div>
disabled={contactMutation.isPending || contactMutation.isSuccess} {/* Contact Form Input */}
> <div className="col-md-12">
{contactMutation.isPending ? 'Sending' : contactMutation.isSuccess ? 'Message Sent' : 'Submit Request'} <p className="p-lg">Your
</button> Name:{(props.errors.name && props.touched.name) &&
</div> <span style={{display: 'inline'}}
<div className="contact-form-notice"> className='text-danger'>{props.errors.name}</span>}</p>
<p className="p-sm">We are committed to your privacy. MERMS uses the information you <span>Please enter your name: </span>
provide us to contact you about our relevant content, products, and services. <input type="text" onChange={props.handleChange}
You may unsubscribe from these communications at any time. For more information, name="name" className="form-control name"
check out our <Link href="/privacy">Privacy Policy</Link>. placeholder="Your Name*"/>
</p> </div>
</div> <div className="col-md-12">
{/* Contact Form Message */} <p className="p-lg">Your Email
<div className="col-lg-12 contact-form-msg"> Address:{(props.errors.email && props.touched.email) &&
<span className="loading" /> <span style={{display: 'inline'}}
</div> className='text-danger'>{props.errors.email}</span>}</p>
</Form> <span>Please carefully check your email address for accuracy:</span>
); <input type="text" onChange={props.handleChange}
}} name="email" className="form-control email"
</Formik> placeholder="Email Address*"/>
</div>
<div className="col-md-12">
<p className="p-lg">Explain your question in
details:{(props.errors.message && props.touched.message) &&
<span style={{display: 'inline'}}
className='text-danger'>{props.errors.message}</span>}</p>
<span>Please provide specific details regarding your request or any feedback you wish to share.</span>
<textarea onChange={props.handleChange}
className="form-control message"
name="message" rows={6}
placeholder="I have a problem with..."/>
</div>
{/* Contact Form Button */}
<div className="d-flex justify-content-end mt-15 form-btn">
<button
type="submit"
className="btn btn--theme hover--theme submit"
disabled={contactMutation.isPending || contactMutation.isSuccess}
>
{contactMutation.isPending ? 'Sending' : contactMutation.isSuccess ? 'Message Sent' : 'Submit Request'}
</button>
</div>
<div className="contact-form-notice">
<p className="p-sm">
We are committed to protecting your privacy. MERMS uses the information you provide to communicate with you regarding our relevant content, products, and services. You may unsubscribe from these communications at any time.
</p>
</div>
{/* Contact Form Message */}
<div className="col-lg-12 contact-form-msg">
<span className="loading"/>
</div>
</Form>
);
}}
</Formik>
</div>
{/*</div>*/}
</div> </div>
</div> </div>
</div> {/* END CONTACT FORM */} {/* End row */}
</div> {/* End container */} </div>
</section> {/* END CONTACTS-1 */}
{/*<div className="row justify-content-center">*/}
{/* <div className="col-md-11 col-lg-10 col-xl-8">*/}
{/* </div>*/}
{/*</div> */}
</div>
{/* End container */}
</section>
{/* END CONTACTS-1 */}
{/* DIVIDER LINE */} {/* DIVIDER LINE */}
<hr className="divider" /> <hr className="divider"/>
{/* NEWSLETTER-1 {/* NEWSLETTER-1
============================================= */} ============================================= */}
+5 -4
View File
@@ -66,14 +66,15 @@ export default function Home() {
</div> {/* END SECTION CONTENT (ROW) */} </div> {/* END SECTION CONTENT (ROW) */}
</div> {/* End container */} </div> {/* End container */}
</section> </section>
<hr className="divider" />
<MermsFeaturesSectionTwo /> <MermsFeaturesSectionTwo />
<hr className="divider" />
<MermsFeaturesSection1 /> <MermsFeaturesSection1 />
<hr className="divider" />
<MermsFeatureSection4 /> <MermsFeatureSection4 />
<hr className="divider" />
<MermsAboutFeautures /> <MermsAboutFeautures />
<hr className="divider" />
<section className="pt-100 ws-wrapper content-section"> <section className="pt-100 ws-wrapper content-section">
<div className="container"> <div className="container">
<div className="bc-1-wrapper bg--white-400 bg--fixed r-16"> <div className="bc-1-wrapper bg--white-400 bg--fixed r-16">
+18 -7
View File
@@ -5,7 +5,7 @@ import {useState} from "react"
const tabs = [ const tabs = [
{name: 'Getting Started', icon: 'flaticon-mechanics'}, {name: 'Getting Started', icon: 'flaticon-mechanics'},
{name: 'My Account', icon: 'flaticon-suit'}, {name: 'My Account', icon: 'flaticon-suit'},
{name: 'Pricing Plans', icon: 'flaticon-price-label'}, {name: 'Subscriptions', icon: 'flaticon-price-label'},
{name: 'Other Questions', icon: 'flaticon-screenplay'} {name: 'Other Questions', icon: 'flaticon-screenplay'}
] ]
@@ -30,19 +30,30 @@ const tabContents = {
], ],
'My Account': [ 'My Account': [
{title: 'Sign up and manage your account', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, {title: 'How do I reset my account password?', desc: `You can reset your password by clicking the “Forgot Password” link on the login page. Follow the instructions sent to your registered email to create a new password.`},
{title: 'How can I update my email address or personal information?', desc: `Log in to your account, navigate to the Account Settings or Profile section, and update your information as needed. Remember to save your changes before exiting.`},
{title: 'What should I do if I suspect unauthorized access to my account?', desc: `Immediately change your password and review your recent account activity. Contact support to report the issue and secure your account.`},
{title: 'How do I delete or deactivate my account?', desc: `Go to the Account Settings or Privacy section and look for the option to delete or deactivate your account. Follow the prompts to complete the process. If you need assistance, contact customer support.`},
{title: 'How can I view or download my account activity and history?', desc: `Most platforms have an Account Activity or History tab within your account dashboard. You can view or download your activity details from there. If you need a comprehensive report, contact support.`},
], ],
'Pricing Plans': [ 'Subscriptions': [
{title: 'How much does MERMS cost?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, {title: 'What subscription plans are available?', desc: `We offer a variety of subscription plans designed to meet diverse needs, including monthly, annual, and enterprise options. Comprehensive details regarding each plan are available on our Pricing page.`},
{title: 'How can I upgrade or downgrade my subscription?', desc: `You may upgrade or downgrade your subscription at any time through your Account Settings. Any changes will be applied at the beginning of your next billing cycle.`},
{title: 'What is your subscription refund policy?', desc: `Refunds are provided in accordance with our Refund Policy. For eligibility requirements and detailed instructions on submitting a refund request, please consult our policy page.`},
{title: 'How do I cancel my subscription?', desc: `To cancel your subscription, please log in to your account, navigate to the Subscription section, and follow the provided cancellation prompts. A confirmation email will be sent to you upon successful completion of the process.`},
{title: 'Will I lose access to features immediately after canceling my subscription?', desc: `No, you will continue to have access to all subscription features until the conclusion of your current billing period. Afterward, your account will revert to the free or basic version.`},
], ],
'Other Questions': [ 'Other Questions': [
{ {
title: 'How do I get a custom solution from MERMS?', title: 'Is my personal information secure on your website?',
desc: `Simply contact our product team and describe your need. We will engage to understand and help reach your objectives.` desc: `Yes, we employ industry-standard encryption and advanced security protocols to ensure that your personal information remains protected at all times.`
}, },
{title: 'How do I get the error log?', desc: `Curabitur ac dapibus libero eu congue tristique neque.`}, {title: 'How do I contact customer support?', desc: `You may contact our customer support team through the Contact Us page, by email, or via live chat, according to your preference.`},
{title: 'Are there any fees for using the websites services?', desc: `Our basic services are complimentary. However, certain premium features may require a subscription or a one-time payment. For more information, please refer to our Pricing page.`},
{title: 'What browsers are supported by your website?', desc: `Our website is compatible with the latest versions of major web browsers, including Chrome, Firefox, Safari, and Edge.`},
{title: 'Can I access the website on my mobile device?', desc: `Yes, our website is fully responsive and optimized for seamless use on smartphones and tablets.`},
] ]
} }
+9 -10
View File
@@ -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,14 +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"/>
<MermsAbout /> <MermsFeatures/>
<hr className="divider" /> <hr className="divider"/>
<MermsFeatures /> <MermsHowItWorks/>
<MermsHowItWorks /> <hr className="divider"/>
{/*<MermsFeatures2 />*/} <MermsAbout/>
<MermsBanner /> <hr className="divider"/>
<MermsBanner/>
</Layout> </Layout>
</> </>
) )
+1 -1
View File
@@ -83,7 +83,7 @@ export default function Home() {
{/* Data Security */} {/* Data Security */}
<h4 className="s-30 w-700"><span>4.</span> Data Security</h4> <h4 className="s-30 w-700"><span>4.</span> Data Security</h4>
<p> <p>
YWe take the security of your information seriously and implement reasonable technical and organizational measures to protect it from unauthorized access, loss, or misuse. However, please be aware that no method of transmission over the internet or method of electronic storage is 100% secure. We take the security of your information seriously and implement reasonable technical and organizational measures to protect it from unauthorized access, loss, or misuse. However, please be aware that no method of transmission over the internet or method of electronic storage is 100% secure.
</p> </p>
{/* Your Rights */} {/* Your Rights */}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB