Merge branch 'text-replacement' of MERMS/MermsWebsite2025 into master
This commit is contained in:
@@ -8,77 +8,79 @@ export default function MermsFooter() {
|
||||
{/* FOOTER CONTENT */}
|
||||
<div className="row">
|
||||
{/* FOOTER LOGO */}
|
||||
<div className="col-xl-3">
|
||||
<div className="col-xl-4">
|
||||
<div className="footer-info">
|
||||
<img className="footer-logo" src="/images/logo-pink.png" alt="footer-logo" />
|
||||
</div>
|
||||
<div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-1">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Company</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix">
|
||||
<li>
|
||||
<p><Link href="/about">About 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>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-2">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Product</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix1">
|
||||
<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="/pricing">Pricing</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/help-center">Help Center</Link></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-3">
|
||||
<div className="footer-links fl-3">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Legal</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix1">
|
||||
<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="/cookies">Cookie Policy</Link></p>
|
||||
</li>
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="#">Site Map</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
<div className="row col-xl-8">
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-4">
|
||||
<div className="footer-links fl-1">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Company</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix">
|
||||
<li>
|
||||
<p><Link href="/about">About 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>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-4">
|
||||
<div className="footer-links fl-2">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Product</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix1">
|
||||
<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="/pricing">Pricing</Link></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><Link href="/help-center">Help Center</Link></p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END FOOTER LINKS */}
|
||||
{/* FOOTER LINKS */}
|
||||
<div className="col-xl-4">
|
||||
<div className="footer-links fl-3">
|
||||
{/* Title */}
|
||||
<h6 className="s-17 w-700">Legal</h6>
|
||||
{/* Links */}
|
||||
<ul className="foo-links clearfix1">
|
||||
<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="/cookies">Cookie Policy</Link></p>
|
||||
</li>
|
||||
{/*<li>*/}
|
||||
{/* <p><Link href="#">Site Map</Link></p>*/}
|
||||
{/*</li>*/}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END FOOTER CONTENT */}
|
||||
|
||||
@@ -8,7 +8,7 @@ function QueryClientContext({children}) {
|
||||
refetchOnWindowFocus: false,
|
||||
retry: 3,
|
||||
// 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 */}
|
||||
<span className="section-id">our Team at MERMS</span>
|
||||
{/* Title */}
|
||||
<h2 className="s-50 w-700">Henry Adams</h2>
|
||||
<h2 className="s-50 w-700">Dedicated Team</h2>
|
||||
{/* Text */}
|
||||
<p className="p-lg">"Sodales tempor sapien diam purus ipsum quaerat and volute fusce
|
||||
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 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"
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
|
||||
@@ -1,7 +1,24 @@
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import Link from "next/link";
|
||||
import queryKeys from "../queryclientProvider/queryKeys";
|
||||
|
||||
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 <>
|
||||
<section id="blog-1" className="py-100 blog-section division">
|
||||
<div className="container">
|
||||
@@ -16,98 +33,69 @@ export default function MermsRecentBlog(){
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
{/* BLOG POST #1 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div id="bp-1-1" className="blog-post wow fadeInUp">
|
||||
{/* 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 */}
|
||||
{isFetching ?
|
||||
<div className="">
|
||||
<div className="">
|
||||
<p className='text-mute text-center'>Loading...</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST #1 */}
|
||||
{/* BLOG POST #2 */}
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div id="bp-1-2" className="blog-post wow fadeInUp">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<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>
|
||||
: isError ?
|
||||
<div className="">
|
||||
<div className="">
|
||||
<p className='text-danger text-center'>{error.message}</p>
|
||||
</div>
|
||||
</div> {/* END BLOG POST #2 */}
|
||||
{/* BLOG POST #3 */}
|
||||
<div className="col-md-12 col-lg-4">
|
||||
<div id="bp-1-3" className="blog-post wow fadeInUp">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img mb-35">
|
||||
<img className="img-fluid r-16" src="/images/blog/post-5-img.jpg" alt="blog-post-image" />
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
<span className="post-tag color--purple-400">Freelancer Tips</span>
|
||||
{/* Post Link */}
|
||||
<h6 className="s-20 w-700">
|
||||
<Link href="/single-post">Cubilia laoreet augue egestas and MERMS magna impedit</Link>
|
||||
</h6>
|
||||
{/* Text */}
|
||||
<p>Luctus vitae egestas augue and ipsum ultrice quisque in cursus lacus feugiat egets
|
||||
congue ultrice sagittis laoreet
|
||||
</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 Miranda Green</p></li>
|
||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||
<li><p className="p-sm">Mar 27, 2023</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div> {/* END BLOG POST TEXT */}
|
||||
</div>
|
||||
:
|
||||
<>
|
||||
{(data && data?.payload?.blogdata?.length > 0) ?
|
||||
<div className="row">
|
||||
{data?.payload?.blogdata.map((item, index)=>{
|
||||
if(index < 3){
|
||||
return (
|
||||
<div key={item.id || index} className="col-md-6 col-lg-4">
|
||||
<div className="blog-post mb-40 wow fadeInUp clearfix">
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="blog-post-img mb-35">
|
||||
<img
|
||||
className="img-fluid r-16"
|
||||
src={`${data?.payload?.image_url}/${item.meta_value}`}
|
||||
alt="blog-post-image"
|
||||
/>
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
<div className="blog-post-txt">
|
||||
{/* Post Tag */}
|
||||
{/* <span className="post-tag color--red-400">Product News</span> */}
|
||||
{/* Post Link */}
|
||||
<h6 className="s-20 w-700">
|
||||
<Link href={item.guid}> {item.post_title}</Link>
|
||||
</h6>
|
||||
{/* Text */}
|
||||
<p dangerouslySetInnerHTML={{ __html: item.post_content.length > 250 ? item.post_content.substring(0, 250) + ' ...' : item.post_content.substring(0, 250) }} />
|
||||
{/* 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> {/* 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 */}
|
||||
</section>
|
||||
</>
|
||||
|
||||
@@ -10,18 +10,17 @@ export default function MermsWhyChooseUs(){
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="txt-block left-column wow fadeInRight">
|
||||
{/* Section ID */}
|
||||
<span className="section-id">Why Choose Us</span>
|
||||
<span className="s-24 w-700 h5-title">Why Choose Us</span>
|
||||
{/* 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 */}
|
||||
<p>Sodales tempor sapien quaerat congue eget ipsum laoreet turpis neque auctor
|
||||
vitae eros dolor luctus placerat magna ligula cursus and purus pretium
|
||||
<p>
|
||||
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>
|
||||
{/* 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 */}
|
||||
<p className="mb-0">Sapien tempor sodales quaerat ipsum undo congue laoreet turpis neque
|
||||
auctor turpis vitae dolor luctus placerat magna and ligula cursus purus vitae
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
|
||||
+2
-4
@@ -64,12 +64,10 @@ export default function Home() {
|
||||
<span className="flaticon-quote" />
|
||||
</div>
|
||||
{/* Text */}
|
||||
<p>Nullam tempor pretium a gravida donec congue ipsum porta justo integer dolor
|
||||
odio auctor a neque suscipit an ipsum integer congue purus at pretium turpis
|
||||
egestas and volute laoreet quaerat
|
||||
<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
|
||||
</p>
|
||||
{/* 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>
|
||||
{/* IMAGE-4 */}
|
||||
|
||||
+2
-2
@@ -3,15 +3,15 @@ import { useQuery } from "@tanstack/react-query";
|
||||
import VideoPopup from "../components/elements/VidepPopup"
|
||||
import Layout from "../components/layout/Layout"
|
||||
import Link from "next/link"
|
||||
import queryKeys from "../components/queryclientProvider/queryKeys";
|
||||
|
||||
export default function Home() {
|
||||
|
||||
const {data, isFetching, isError, error} = useQuery({
|
||||
queryKey: ['blog'],
|
||||
queryKey: queryKeys.blog,
|
||||
queryFn: async () => {
|
||||
try {
|
||||
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 data = await res.json()
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user