Merge branch 'text-replacement' of MERMS/MermsWebsite2025 into master
This commit is contained in:
@@ -8,77 +8,79 @@ export default function MermsFooter() {
|
|||||||
{/* FOOTER CONTENT */}
|
{/* FOOTER CONTENT */}
|
||||||
<div className="row">
|
<div className="row">
|
||||||
{/* FOOTER LOGO */}
|
{/* FOOTER LOGO */}
|
||||||
<div className="col-xl-3">
|
<div className="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>
|
||||||
MERMS, a HIPAA compliant healthcare reputation management platform, helps doctors & medical practitioner improve their online reputation.
|
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
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* FOOTER LINKS */}
|
<div className="row col-xl-8">
|
||||||
<div className="col-xl-3">
|
{/* FOOTER LINKS */}
|
||||||
<div className="footer-links fl-1">
|
<div className="col-xl-4">
|
||||||
{/* Title */}
|
<div className="footer-links fl-1">
|
||||||
<h6 className="s-17 w-700">Company</h6>
|
{/* Title */}
|
||||||
{/* Links */}
|
<h6 className="s-17 w-700">Company</h6>
|
||||||
<ul className="foo-links clearfix">
|
{/* Links */}
|
||||||
<li>
|
<ul className="foo-links clearfix">
|
||||||
<p><Link href="/about">About Us</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/about">About Us</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/contacts">Contact Us</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/contacts">Contact Us</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/merms-blog">Our Blog</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/merms-blog">Our Blog</Link></p>
|
||||||
</ul>
|
</li>
|
||||||
</div>
|
</ul>
|
||||||
</div> {/* END FOOTER LINKS */}
|
</div>
|
||||||
{/* FOOTER LINKS */}
|
</div> {/* END FOOTER LINKS */}
|
||||||
<div className="col-xl-3">
|
{/* FOOTER LINKS */}
|
||||||
<div className="footer-links fl-2">
|
<div className="col-xl-4">
|
||||||
{/* Title */}
|
<div className="footer-links fl-2">
|
||||||
<h6 className="s-17 w-700">Product</h6>
|
{/* Title */}
|
||||||
{/* Links */}
|
<h6 className="s-17 w-700">Product</h6>
|
||||||
<ul className="foo-links clearfix1">
|
{/* Links */}
|
||||||
<li>
|
<ul className="foo-links clearfix1">
|
||||||
<p><Link href="/features">Features</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/features">Features</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/merms-updates">What's New</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/merms-updates">What's New</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/pricing">Pricing</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/pricing">Pricing</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/help-center">Help Center</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/help-center">Help Center</Link></p>
|
||||||
</ul>
|
</li>
|
||||||
</div>
|
</ul>
|
||||||
</div> {/* END FOOTER LINKS */}
|
</div>
|
||||||
{/* FOOTER LINKS */}
|
</div> {/* END FOOTER LINKS */}
|
||||||
<div className="col-xl-3">
|
{/* FOOTER LINKS */}
|
||||||
<div className="footer-links fl-3">
|
<div className="col-xl-4">
|
||||||
{/* Title */}
|
<div className="footer-links fl-3">
|
||||||
<h6 className="s-17 w-700">Legal</h6>
|
{/* Title */}
|
||||||
{/* Links */}
|
<h6 className="s-17 w-700">Legal</h6>
|
||||||
<ul className="foo-links clearfix1">
|
{/* Links */}
|
||||||
<li>
|
<ul className="foo-links clearfix1">
|
||||||
<p><Link href="/terms">Terms of Use</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/terms">Terms of Use</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/privacy">Privacy Policy</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/privacy">Privacy Policy</Link></p>
|
||||||
<li>
|
</li>
|
||||||
<p><Link href="/cookies">Cookie Policy</Link></p>
|
<li>
|
||||||
</li>
|
<p><Link href="/cookies">Cookie Policy</Link></p>
|
||||||
{/*<li>*/}
|
</li>
|
||||||
{/* <p><Link href="#">Site Map</Link></p>*/}
|
{/*<li>*/}
|
||||||
{/*</li>*/}
|
{/* <p><Link href="#">Site Map</Link></p>*/}
|
||||||
</ul>
|
{/*</li>*/}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END FOOTER CONTENT */}
|
</div> {/* END FOOTER CONTENT */}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ function QueryClientContext({children}) {
|
|||||||
refetchOnWindowFocus: false,
|
refetchOnWindowFocus: false,
|
||||||
retry: 3,
|
retry: 3,
|
||||||
// refetchOnMount: false,
|
// refetchOnMount: false,
|
||||||
staleTime: 3000
|
staleTime: 60000,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
const queryKeys = {
|
||||||
|
blog: ['blog']
|
||||||
|
}
|
||||||
|
|
||||||
|
export default queryKeys
|
||||||
@@ -11,13 +11,9 @@ export default function MermsDedicatedTeam (){
|
|||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">our Team at MERMS</span>
|
<span className="section-id">our Team at MERMS</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="s-50 w-700">Henry Adams</h2>
|
<h2 className="s-50 w-700">Dedicated Team</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="p-lg">"Sodales tempor sapien diam purus ipsum quaerat and volute fusce
|
<p className="p-lg">"We pride ourselves on fostering a collaborative environment where creativity and innovation thrive. By staying at the forefront of industry trends and technological advancements, we transform your ideas into actionable strategies that elevate your practice. Our goal is to assist you in establishing a strong online presence while you focus on what you do best—providing exceptional care to your patients"
|
||||||
a congue laoreet turpis neque diam auctor turpis vitae dolor magna luctus placerat
|
|
||||||
neque ipsum fusce cursus ligula cursus purus vitae purus and ipsum suscipit. Nemo
|
|
||||||
ipsam cubilia donec turpis undo egestas ipsum a purus sapien ultrice aliquam lacus
|
|
||||||
and quaerat an ipsum augue turpis sapien cursus congue augue"
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
|
|||||||
@@ -1,7 +1,24 @@
|
|||||||
|
import { useQuery } from "@tanstack/react-query";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
import queryKeys from "../queryclientProvider/queryKeys";
|
||||||
|
|
||||||
export default function MermsRecentBlog(){
|
export default function MermsRecentBlog(){
|
||||||
|
|
||||||
|
const {data, isFetching, isError, error} = useQuery({
|
||||||
|
queryKey: queryKeys.blog,
|
||||||
|
queryFn: async () => {
|
||||||
|
try {
|
||||||
|
const blog_url = 'https://blogdata.chiefsoft.net/mermsblogdata/mermsemr';
|
||||||
|
const res = await fetch(blog_url)
|
||||||
|
const data = await res.json()
|
||||||
|
return data
|
||||||
|
}
|
||||||
|
catch(e){
|
||||||
|
return(e)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
<section id="blog-1" className="py-100 blog-section division">
|
<section id="blog-1" className="py-100 blog-section division">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
@@ -16,98 +33,69 @@ export default function MermsRecentBlog(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
{isFetching ?
|
||||||
{/* BLOG POST #1 */}
|
<div className="">
|
||||||
<div className="col-md-6 col-lg-4">
|
<div className="">
|
||||||
<div id="bp-1-1" className="blog-post wow fadeInUp">
|
<p className='text-mute text-center'>Loading...</p>
|
||||||
{/* BLOG POST IMAGE */}
|
|
||||||
<div className="blog-post-img mb-35">
|
|
||||||
<img className="img-fluid r-16" src="/images/blog/post-8-img.jpg" alt="blog-post-image" />
|
|
||||||
</div>
|
|
||||||
{/* BLOG POST TEXT */}
|
|
||||||
<div className="blog-post-txt">
|
|
||||||
{/* Post Tag */}
|
|
||||||
<span className="post-tag color--pink-400">Product News</span>
|
|
||||||
{/* Post Link */}
|
|
||||||
<h6 className="s-20 w-700">
|
|
||||||
<Link href="/single-post">Aliqum mullam porta blandit: tempor sapien and gravida</Link>
|
|
||||||
</h6>
|
|
||||||
{/* Text */}
|
|
||||||
<p>Egestas luctus vitae augue and ipsum ultrice quisque in cursus lacus feugiat congue
|
|
||||||
diam ultrice laoreet sagittis
|
|
||||||
</p>
|
|
||||||
{/* Post Meta */}
|
|
||||||
<div className="blog-post-meta mt-20">
|
|
||||||
<ul className="post-meta-list ico-10">
|
|
||||||
<li><p className="p-sm w-500">By Helen J.</p></li>
|
|
||||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
|
||||||
<li><p className="p-sm">Apr 28, 2023</p></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div> {/* END BLOG POST TEXT */}
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END BLOG POST #1 */}
|
</div>
|
||||||
{/* BLOG POST #2 */}
|
: isError ?
|
||||||
<div className="col-md-6 col-lg-4">
|
<div className="">
|
||||||
<div id="bp-1-2" className="blog-post wow fadeInUp">
|
<div className="">
|
||||||
{/* BLOG POST IMAGE */}
|
<p className='text-danger text-center'>{error.message}</p>
|
||||||
<div className="blog-post-img mb-35">
|
|
||||||
<img className="img-fluid r-16" src="/images/blog/post-2-img.jpg" alt="blog-post-image" />
|
|
||||||
</div>
|
|
||||||
{/* BLOG POST TEXT */}
|
|
||||||
<div className="blog-post-txt">
|
|
||||||
{/* Post Tag */}
|
|
||||||
<span className="post-tag color--green-400">Community</span>
|
|
||||||
{/* Post Link */}
|
|
||||||
<h6 className="s-20 w-700">
|
|
||||||
<Link href="/single-post">Porttitor cursus fusce egestas CEO cursus at magna sapien
|
|
||||||
suscipit and egestas ipsum
|
|
||||||
</Link>
|
|
||||||
</h6>
|
|
||||||
{/* Text */}
|
|
||||||
<p>Aliqum mullam ipsum vitae and blandit vitae tempor sapien and donec lipsum</p>
|
|
||||||
{/* Post Meta */}
|
|
||||||
<div className="blog-post-meta mt-20">
|
|
||||||
<ul className="post-meta-list ico-10">
|
|
||||||
<li><p className="p-sm w-500">By MERMS Team</p></li>
|
|
||||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
|
||||||
<li><p className="p-sm">Apr 14, 2023</p></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div> {/* END BLOG POST TEXT */}
|
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END BLOG POST #2 */}
|
</div>
|
||||||
{/* BLOG POST #3 */}
|
:
|
||||||
<div className="col-md-12 col-lg-4">
|
<>
|
||||||
<div id="bp-1-3" className="blog-post wow fadeInUp">
|
{(data && data?.payload?.blogdata?.length > 0) ?
|
||||||
{/* BLOG POST IMAGE */}
|
<div className="row">
|
||||||
<div className="blog-post-img mb-35">
|
{data?.payload?.blogdata.map((item, index)=>{
|
||||||
<img className="img-fluid r-16" src="/images/blog/post-5-img.jpg" alt="blog-post-image" />
|
if(index < 3){
|
||||||
</div>
|
return (
|
||||||
{/* BLOG POST TEXT */}
|
<div key={item.id || index} className="col-md-6 col-lg-4">
|
||||||
<div className="blog-post-txt">
|
<div className="blog-post mb-40 wow fadeInUp clearfix">
|
||||||
{/* Post Tag */}
|
{/* BLOG POST IMAGE */}
|
||||||
<span className="post-tag color--purple-400">Freelancer Tips</span>
|
<div className="blog-post-img mb-35">
|
||||||
{/* Post Link */}
|
<img
|
||||||
<h6 className="s-20 w-700">
|
className="img-fluid r-16"
|
||||||
<Link href="/single-post">Cubilia laoreet augue egestas and MERMS magna impedit</Link>
|
src={`${data?.payload?.image_url}/${item.meta_value}`}
|
||||||
</h6>
|
alt="blog-post-image"
|
||||||
{/* Text */}
|
/>
|
||||||
<p>Luctus vitae egestas augue and ipsum ultrice quisque in cursus lacus feugiat egets
|
</div>
|
||||||
congue ultrice sagittis laoreet
|
{/* BLOG POST TEXT */}
|
||||||
</p>
|
<div className="blog-post-txt">
|
||||||
{/* Post Meta */}
|
{/* Post Tag */}
|
||||||
<div className="blog-post-meta mt-20">
|
{/* <span className="post-tag color--red-400">Product News</span> */}
|
||||||
<ul className="post-meta-list ico-10">
|
{/* Post Link */}
|
||||||
<li><p className="p-sm w-500">By Miranda Green</p></li>
|
<h6 className="s-20 w-700">
|
||||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
<Link href={item.guid}> {item.post_title}</Link>
|
||||||
<li><p className="p-sm">Mar 27, 2023</p></li>
|
</h6>
|
||||||
</ul>
|
{/* Text */}
|
||||||
</div>
|
<p dangerouslySetInnerHTML={{ __html: item.post_content.length > 250 ? item.post_content.substring(0, 250) + ' ...' : item.post_content.substring(0, 250) }} />
|
||||||
</div> {/* END BLOG POST TEXT */}
|
{/* Post Meta */}
|
||||||
|
<div className="blog-post-meta mt-20">
|
||||||
|
<ul className="post-meta-list ico-10">
|
||||||
|
<li><p className="p-sm w-500">Merms</p></li>
|
||||||
|
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||||
|
<li><p className="p-sm">{new Date(item.post_date).toDateString()}</p></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div> {/* END BLOG POST TEXT */}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
})}
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END BLOG POST #3 */}
|
:
|
||||||
</div> {/* End row */}
|
<div className="">
|
||||||
|
<div className="">
|
||||||
|
<p className='text-mute text-center'>No Blog Found!</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
</>
|
||||||
|
}
|
||||||
</div> {/* End container */}
|
</div> {/* End container */}
|
||||||
</section>
|
</section>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -10,18 +10,17 @@ export default function MermsWhyChooseUs(){
|
|||||||
<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">
|
||||||
{/* Section ID */}
|
{/* Section ID */}
|
||||||
<span className="section-id">Why Choose Us</span>
|
<span className="s-24 w-700 h5-title">Why Choose Us</span>
|
||||||
{/* Title */}
|
{/* Title */}
|
||||||
<h2 className="s-46 w-700">With knowledge, skills & hard work</h2>
|
<h2 className="s-46 w-700 pt-3">Experience, Knowledge, Skills & Passion</h2>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p>Sodales tempor sapien quaerat congue eget ipsum laoreet turpis neque auctor
|
<p>
|
||||||
vitae eros dolor luctus placerat magna ligula cursus and purus pretium
|
We make your practice stand out from other physicians in your area with modern A.I.-enabled solutions relevant to this period and time.
|
||||||
</p>
|
</p>
|
||||||
{/* Small Title */}
|
{/* Small Title */}
|
||||||
<h5 className="s-24 w-700 h5-title">Your road to success!</h5>
|
<h5 className="s-24 w-700 h5-title">Your success is the goal!</h5>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p className="mb-0">Sapien tempor sodales quaerat ipsum undo congue laoreet turpis neque
|
<p className="mb-0">Our platform helps any provider quickly create an online presence, a landing page, or a multi-page website. We also provide everything you need to get your practice humming at full speed.
|
||||||
auctor turpis vitae dolor luctus placerat magna and ligula cursus purus vitae
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
|
|||||||
+2
-4
@@ -64,12 +64,10 @@ export default function Home() {
|
|||||||
<span className="flaticon-quote" />
|
<span className="flaticon-quote" />
|
||||||
</div>
|
</div>
|
||||||
{/* Text */}
|
{/* Text */}
|
||||||
<p>Nullam tempor pretium a gravida donec congue ipsum porta justo integer dolor
|
<p>As a healthcare provider, you must stay up-to-date on the latest trends and technologies to connect with your patients and provide them with top-notch care. We offer a variety of products that are specifically designed to help you meet the growing online needs of your practice
|
||||||
odio auctor a neque suscipit an ipsum integer congue purus at pretium turpis
|
|
||||||
egestas and volute laoreet quaerat
|
|
||||||
</p>
|
</p>
|
||||||
{/* Author */}
|
{/* Author */}
|
||||||
<p className="a2-txt-author">Charlie Cheever <span>CEO & CO-FOUNDER</span></p>
|
{/* <p className="a2-txt-author">Charlie Cheever <span>CEO & CO-FOUNDER</span></p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/* IMAGE-4 */}
|
{/* IMAGE-4 */}
|
||||||
|
|||||||
+2
-2
@@ -3,15 +3,15 @@ import { useQuery } from "@tanstack/react-query";
|
|||||||
import VideoPopup from "../components/elements/VidepPopup"
|
import VideoPopup from "../components/elements/VidepPopup"
|
||||||
import Layout from "../components/layout/Layout"
|
import Layout from "../components/layout/Layout"
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
|
import queryKeys from "../components/queryclientProvider/queryKeys";
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
|
|
||||||
const {data, isFetching, isError, error} = useQuery({
|
const {data, isFetching, isError, error} = useQuery({
|
||||||
queryKey: ['blog'],
|
queryKey: queryKeys.blog,
|
||||||
queryFn: async () => {
|
queryFn: async () => {
|
||||||
try {
|
try {
|
||||||
const blog_url = 'https://blogdata.chiefsoft.net/mermsblogdata/mermsemr';
|
const blog_url = 'https://blogdata.chiefsoft.net/mermsblogdata/mermsemr';
|
||||||
//http://localhost:8805/mermsblogdata/mermsemr'; // https://blogdata.chiefsoft.net/mermsblogdata/mermsemr
|
|
||||||
const res = await fetch(blog_url)
|
const res = await fetch(blog_url)
|
||||||
const data = await res.json()
|
const data = await res.json()
|
||||||
return data
|
return data
|
||||||
|
|||||||
Reference in New Issue
Block a user