Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92c061c6a9 | |||
| 65c7abd8bd | |||
| 383a7c700f | |||
| aa4ea396ea | |||
| e8758372a2 | |||
| 6cb51252bd | |||
| 1352e99188 | |||
| f6dc48521a | |||
| edfbc01291 | |||
| 30c2ea81f8 | |||
| 5333e577b9 |
@@ -7,7 +7,7 @@ NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com
|
||||
NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup
|
||||
|
||||
# social links
|
||||
NEXT_PUBLIC_FACEBOOK_URL=#
|
||||
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
|
||||
NEXT_PUBLIC_TWITTER_URL=#
|
||||
NEXT_PUBLIC_INSTAGRAM_URL=#
|
||||
NEXT_PUBLIC_YOUTUBE_URL=#
|
||||
@@ -16,17 +16,17 @@ export default function MermsBanner() {
|
||||
{/* Title */}
|
||||
<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>
|
||||
{/*<p className="p-lg">Congue laoreet turpis neque auctor turpis vitae dolor a luctus*/}
|
||||
{/* placerat and magna ligula cursus*/}
|
||||
{/*</p>*/}
|
||||
{/* Button */}
|
||||
<Link href="https://dev-panel.mermsemr.com/auth/signup" 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> {/* END BANNER-13 TEXT */}
|
||||
{/* BANNER-13 IMAGE */}
|
||||
<div className="col-md-5">
|
||||
<div className="banner-13-img text-center">
|
||||
<img className="img-fluid" src="/images/img-04.png" alt="banner-image" />
|
||||
<img className="img-fluid" src="/images/start-banner.png" alt="banner-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function MermsFeatures() {
|
||||
<div className="row">
|
||||
<div className="col-md-6">
|
||||
{/* FEATURE BOX #1 */}
|
||||
<div id="fb-12-1" className="fbox-12 bg--white-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="shape-ico color--theme">
|
||||
@@ -26,8 +26,8 @@ export default function MermsFeatures() {
|
||||
</div> {/* End Icon */}
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Market Research</h5>
|
||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
||||
<h5 className="s-20 w-700">Website in Seconds</h5>
|
||||
<p>Build a website in seconds with MERMS AI website builder.</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
@@ -45,8 +45,8 @@ export default function MermsFeatures() {
|
||||
</div> {/* End Icon */}
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">User Experience</h5>
|
||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
||||
<h5 className="s-20 w-700">Useful Addons</h5>
|
||||
<p>Explore our expanding addons to improve your applications.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,11 +67,11 @@ export default function MermsFeatures() {
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">Digital Marketing</h5>
|
||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
||||
<p>Promote your presence and grow with MERMS SEO tools.</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #4 */}
|
||||
<div id="fb-12-4" className="fbox-12 bg--white-100 block-shadow r-12">
|
||||
<div id="fb-12-4" className="fbox-12 bg--green-100 block-shadow r-12">
|
||||
{/* Icon */}
|
||||
<div className="fbox-ico ico-50">
|
||||
<div className="shape-ico color--theme">
|
||||
@@ -85,8 +85,8 @@ export default function MermsFeatures() {
|
||||
</div> {/* End Icon */}
|
||||
{/* Text */}
|
||||
<div className="fbox-txt">
|
||||
<h5 className="s-20 w-700">SEO Services</h5>
|
||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
||||
<h5 className="s-20 w-700">Unified Management</h5>
|
||||
<p>Manage everything from one portal with MERMS AI Assist Tools</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -99,21 +99,18 @@ export default function MermsFeatures() {
|
||||
{/* Section ID */}
|
||||
{/*<span className="section-id">One-Stop Solution</span>*/}
|
||||
{/* Title */}
|
||||
<h2 className="s-46 w-700">Smart solutions, real-time results</h2>
|
||||
<h2 className="s-46 w-700">Create a web presence without limits</h2>
|
||||
{/* Text */}
|
||||
<p>Sodales tempor sapien quaerat ipsum and congue undo laoreet turpis neque auctor turpis
|
||||
vitae dolor luctus placerat magna ligula and cursus vitae
|
||||
<p>Bring your vision to life with the website builder that gives you the tools you need to succeed.
|
||||
</p>
|
||||
{/* List */}
|
||||
<ul className="simple-list">
|
||||
<li className="list-item">
|
||||
<p>Tempor sapien quaerat undo ipsum laoreet diam purus sapien a dolor ociis ultrice
|
||||
ipsum aliquam congue a dolor cursus congue varius magnis
|
||||
<p>Design your website using our modern templates, designer fonts, and color palettes in minutes.
|
||||
</p>
|
||||
</li>
|
||||
<li className="list-item">
|
||||
<p className="mb-0">Cursus purus suscipit vitae cubilia magnis diam volute egestas
|
||||
sapien ultrice auctor
|
||||
<p className="mb-0">Promote your business and grow. Create a blog to grow your community and drive more traffic.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -11,48 +11,43 @@ export default function MermsHowItWorks() {
|
||||
{/* TEXT BLOCK */}
|
||||
<div className="col-md-6 order-last order-md-2">
|
||||
<div className="txt-block left-column wow fadeInRight">
|
||||
{/* CONTENT BOX #1 */}
|
||||
<div className="cbox-4">
|
||||
{/* Icon & Title */}
|
||||
<div className="box-title">
|
||||
<span className="flaticon-paper-sizes color--theme" />
|
||||
<h5 className="s-24 w-700">Built-in automation</h5>
|
||||
</div>
|
||||
{/* Text */}
|
||||
<div className="cbox-4-txt">
|
||||
<p>Quaerat sodales sapien blandit purus primis purus ipsum cubilia laoreet augue
|
||||
luctus and magna dolor luctus egestas an ipsum sapien primis vitae volute and
|
||||
magna turpis
|
||||
</p>
|
||||
</div>
|
||||
</div> {/* END CONTENT BOX #1 */}
|
||||
{/* CONTENT BOX #2 */}
|
||||
<div className="cbox-4">
|
||||
{/* Icon & Title */}
|
||||
<div className="box-title">
|
||||
<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>
|
||||
{/* Text */}
|
||||
<div className="cbox-4-txt">
|
||||
<p>Quaerat sodales sapien blandit purus primis purus ipsum cubilia laoreet augue
|
||||
luctus and magna dolor luctus egestas an ipsum sapien primis vitae volute and
|
||||
magna turpis
|
||||
<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>
|
||||
</div>
|
||||
</div> {/* END CONTENT BOX #2 */}
|
||||
{/* CONTENT BOX #1 */}
|
||||
<div className="cbox-4">
|
||||
{/* Icon & Title */}
|
||||
<div className="box-title">
|
||||
<span className="flaticon-paper-sizes color--theme" />
|
||||
<h5 className="s-24 w-700">Efficient A.I Assist</h5>
|
||||
</div>
|
||||
{/* Text */}
|
||||
<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>
|
||||
</div>
|
||||
</div> {/* END CONTENT BOX #1 */}
|
||||
|
||||
{/* CONTENT BOX #3 */}
|
||||
<div className="cbox-4">
|
||||
{/* Icon & Title */}
|
||||
<div className="box-title">
|
||||
<span className="flaticon-pie-chart color--theme" />
|
||||
<h5 className="s-24 w-700">Real-time analytics</h5>
|
||||
<h5 className="s-24 w-700">Useful Analytics</h5>
|
||||
</div>
|
||||
{/* Text */}
|
||||
<div className="cbox-4-txt">
|
||||
<p className="mb-0">Quaerat sodales sapien blandit purus primis purus ipsum cubilia laoreet
|
||||
augue luctus and magna dolor luctus egestas an ipsum sapien primis vitae volute and
|
||||
magna turpis
|
||||
<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>
|
||||
</div>
|
||||
</div> {/* END CONTENT BOX #3 */}
|
||||
|
||||
@@ -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://dev-panel.mermsemr.com/auth/signup" className="btn r-04 btn--theme hover--tra-black">Get started for free</Link>
|
||||
<Link href={process.env.NEXT_PUBLIC_SIGNUP_URL} 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>*/}
|
||||
|
||||
+15
-38
@@ -10,7 +10,9 @@ export default function Home() {
|
||||
useEffect(() => {
|
||||
async function fetchPosts() {
|
||||
try {
|
||||
const res = await fetch('https://blogdata.chiefsoft.net/blogdata/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 data = await res.json()
|
||||
setPosts(data)
|
||||
console.log(data)
|
||||
@@ -18,13 +20,15 @@ export default function Home() {
|
||||
catch(e){
|
||||
console.log(e)
|
||||
}
|
||||
|
||||
}
|
||||
fetchPosts().then(r => {
|
||||
console.log(r)
|
||||
})
|
||||
}, [])
|
||||
|
||||
const firstBlogItem = posts?.payload?.blogdata[0];
|
||||
console.log(firstBlogItem);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
||||
@@ -37,7 +41,10 @@ export default function Home() {
|
||||
{/* BLOG POST IMAGE */}
|
||||
<div className="col-md-6">
|
||||
<div className="blog-post-img">
|
||||
<img className="img-fluid r-16" src="/images/blog/post-11-img.jpg" alt="blog-post-image" />
|
||||
<img
|
||||
className="img-fluid r-16"
|
||||
src="https://blog.mermsemr.com/wp-content/uploads/2024/10/branding-practice.jpg"
|
||||
alt="blog-post-image" />
|
||||
</div>
|
||||
</div>
|
||||
{/* BLOG POST TEXT */}
|
||||
@@ -45,20 +52,18 @@ export default function Home() {
|
||||
<div className="blog-post-txt">
|
||||
|
||||
<h3 className="s-38 w-700">
|
||||
<Link href="/single-post">Congue magna tempor and ipsum Martex sapien turpis
|
||||
laoreet augue
|
||||
<Link href="https://blog.mermsemr.com/?p=55"> {firstBlogItem?.post_name}
|
||||
</Link>
|
||||
</h3>
|
||||
{/* Text */}
|
||||
<p>Aliqum mullam blandit vitae and tempor sapien and donec lipsum gravida porta undo
|
||||
velna dolor libero a risus aliquet tempus posuere a tempor velna tempus posuere dolor
|
||||
<p>{firstBlogItem?.post_content.substring(0, 250)}
|
||||
</p>
|
||||
{/* Post Meta */}
|
||||
<div className="blog-post-meta mt-30">
|
||||
<ul className="post-meta-list ico-10">
|
||||
<li><p className="w-500">MermsEmr Team</p></li>
|
||||
<li><p className="w-500">MERMS </p></li>
|
||||
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||
<li><p>Apr 28, 2023</p></li>
|
||||
<li><p>{firstBlogItem?.post_date}</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -446,35 +451,7 @@ export default function Home() {
|
||||
<hr className="divider" />
|
||||
{/* NEWSLETTER-1
|
||||
============================================= */}
|
||||
<section id="newsletter-1" className="newsletter-section">
|
||||
<div className="newsletter-overlay">
|
||||
<div className="container">
|
||||
<div className="row d-flex align-items-center row-cols-1 row-cols-lg-2">
|
||||
{/* NEWSLETTER TEXT */}
|
||||
<div className="col">
|
||||
<div className="newsletter-txt">
|
||||
<h4 className="s-34 w-700">Stay up to date with our news, ideas and updates</h4>
|
||||
</div>
|
||||
</div>
|
||||
{/* NEWSLETTER FORM */}
|
||||
<div className="col">
|
||||
<form className="newsletter-form">
|
||||
<div className="input-group">
|
||||
<input type="email" autoComplete="off" className="form-control" placeholder="Your email address" required id="s-email" />
|
||||
<span className="input-group-btn">
|
||||
<button type="submit" className="btn btn--theme hover--theme">Subscribe Now</button>
|
||||
</span>
|
||||
</div>
|
||||
{/* Newsletter Form Notification */}
|
||||
<label htmlFor="s-email" className="form-notification" />
|
||||
</form>
|
||||
</div> {/* END NEWSLETTER FORM */}
|
||||
</div> {/* End row */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* End newsletter-overlay */}
|
||||
</section> {/* END NEWSLETTER-1 */}
|
||||
{/* DIVIDER LINE */}
|
||||
<hr className="divider" />
|
||||
|
||||
</div>
|
||||
|
||||
</Layout>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 419 KiB |
Reference in New Issue
Block a user