Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5aa834d846 | |||
| d77242a571 | |||
| 298c4a9e8c | |||
| 9aba07763a | |||
| 5779313e26 | |||
| e3669ad48d | |||
| 48a573dc50 |
@@ -8,7 +8,7 @@ function QueryClientContext({children}) {
|
|||||||
refetchOnWindowFocus: false,
|
refetchOnWindowFocus: false,
|
||||||
retry: 3,
|
retry: 3,
|
||||||
// refetchOnMount: false,
|
// refetchOnMount: false,
|
||||||
staleTime: 60000,
|
staleTime: Infinity,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -0,0 +1,76 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
export default function MermsFeatureSection4 (){
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section className="pt-100 ct-04 content-section division">
|
||||||
|
<div className="container">
|
||||||
|
{/* SECTION CONTENT (ROW) */}
|
||||||
|
<div className="row d-flex align-items-center">
|
||||||
|
{/* 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-2 process-step">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="ico-wrap">
|
||||||
|
<div className="cbox-2-ico bg--theme color--white">1</div>
|
||||||
|
<span className="cbox-2-line" />
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="cbox-2-txt">
|
||||||
|
<h5 className="s-22 w-700">Simple, Secure & Intuitive</h5>
|
||||||
|
<p>Ligula risus auctor tempus feugiat dolor lacinia nemo purus in lipsum purus
|
||||||
|
sapien quaerat a primis viverra tellus vitae luctus dolor ipsum neque ligula
|
||||||
|
quaerat
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div> {/* END CONTENT BOX #1 */}
|
||||||
|
{/* CONTENT BOX #2 */}
|
||||||
|
<div className="cbox-2 process-step">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="ico-wrap">
|
||||||
|
<div className="cbox-2-ico bg--theme color--white">2</div>
|
||||||
|
<span className="cbox-2-line" />
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="cbox-2-txt">
|
||||||
|
<h5 className="s-22 w-700">Weekly Email Reports</h5>
|
||||||
|
<p>Ligula risus auctor tempus feugiat dolor lacinia nemo purus in lipsum purus
|
||||||
|
sapien quaerat a primis viverra tellus vitae luctus dolor ipsum neque ligula
|
||||||
|
quaerat
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div> {/* END CONTENT BOX #2 */}
|
||||||
|
{/* CONTENT BOX #3 */}
|
||||||
|
<div className="cbox-2 process-step">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="ico-wrap">
|
||||||
|
<div className="cbox-2-ico bg--theme color--white">3</div>
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="cbox-2-txt">
|
||||||
|
<h5 className="s-22 w-700">No Personal Data Collected</h5>
|
||||||
|
<p className="mb-0">Ligula risus auctor tempus feugiat dolor lacinia nemo purus in
|
||||||
|
lipsum purus sapien quaerat a primis viverra tellus vitae luctus dolor ipsum n
|
||||||
|
eque ligula quaerat
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div> {/* END CONTENT BOX #3 */}
|
||||||
|
</div>
|
||||||
|
</div> {/* END TEXT BLOCK */}
|
||||||
|
{/* IMAGE BLOCK */}
|
||||||
|
<div className="col-md-6 order-first order-md-2">
|
||||||
|
<div className="img-block wow fadeInLeft">
|
||||||
|
<img className="img-fluid" src="/images/tablet-01.png" alt="content-image" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* END SECTION CONTENT (ROW) */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section> {/* END TEXT CONTENT */}
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,76 @@
|
|||||||
|
|
||||||
|
|
||||||
|
export default function MermsFeaturesSection1(){
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section id="features-2" className="pt-100 features-section division">
|
||||||
|
<div className="container">
|
||||||
|
{/* SECTION TITLE */}
|
||||||
|
<div className="row justify-content-center">
|
||||||
|
<div className="col-md-10 col-lg-9">
|
||||||
|
<div className="section-title mb-80">
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="s-50 w-700">Everything in One Place</h2>
|
||||||
|
{/* Text */}
|
||||||
|
<p className="s-21 color--grey">Ligula risus auctor tempus magna feugiat lacinia.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* FEATURES-2 WRAPPER */}
|
||||||
|
<div className="fbox-wrapper text-center">
|
||||||
|
<div className="row row-cols-1 row-cols-md-3">
|
||||||
|
{/* FEATURE BOX #1 */}
|
||||||
|
<div className="col">
|
||||||
|
<div className="fbox-2 fb-1 wow fadeInUp">
|
||||||
|
{/* Image */}
|
||||||
|
<div className="fbox-img gr--whitesmoke h-175">
|
||||||
|
<img className="img-fluid light-theme-img" src="/images/f_01.png" alt="feature-image" />
|
||||||
|
<img className="img-fluid dark-theme-img" src="/images/f_01_dark.png" alt="feature-image" />
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h6 className="s-22 w-700">Intuitive Dashboard</h6>
|
||||||
|
<p>Luctus egestas augue undo ultrice aliquam in lacus congue dapibus</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* END FEATURE BOX #1 */}
|
||||||
|
{/* FEATURE BOX #2 */}
|
||||||
|
<div className="col">
|
||||||
|
<div className="fbox-2 fb-2 wow fadeInUp">
|
||||||
|
{/* Image */}
|
||||||
|
<div className="fbox-img gr--whitesmoke h-175">
|
||||||
|
<img className="img-fluid light-theme-img" src="/images/f_05.png" alt="feature-image" />
|
||||||
|
<img className="img-fluid dark-theme-img" src="/images/f_05_dark.png" alt="feature-image" />
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h6 className="s-22 w-700">Effortless Integration</h6>
|
||||||
|
<p>Tempor laoreet augue undo ultrice aliquam in lacusq luctus feugiat</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* END FEATURE BOX #2 */}
|
||||||
|
{/* FEATURE BOX #3 */}
|
||||||
|
<div className="col">
|
||||||
|
<div className="fbox-2 fb-3 wow fadeInUp">
|
||||||
|
{/* Image */}
|
||||||
|
<div className="fbox-img gr--whitesmoke h-175">
|
||||||
|
<img className="img-fluid light-theme-img" src="/images/f_02.png" alt="feature-image" />
|
||||||
|
<img className="img-fluid dark-theme-img" src="/images/f_02_dark.png" alt="feature-image" />
|
||||||
|
</div>
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h6 className="s-22 w-700">Real-time Analytics</h6>
|
||||||
|
<p>Egestas luctus augue undo ultrice aliquam in lacus feugiat cursus</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* END FEATURE BOX #3 */}
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* END FEATURES-2 WRAPPER */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section> {/* END FEATURES-2 */}
|
||||||
|
|
||||||
|
<hr className="divider" />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -0,0 +1,127 @@
|
|||||||
|
|
||||||
|
|
||||||
|
export default function MermsFeaturesSectionTwo(){
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<section id="features-12" className="shape--bg shape--white-400 pt-100 features-section division">
|
||||||
|
<div className="container">
|
||||||
|
<div className="row d-flex align-items-center">
|
||||||
|
{/* TEXT BLOCK */}
|
||||||
|
<div className="col-md-5">
|
||||||
|
<div className="txt-block left-column wow fadeInRight">
|
||||||
|
|
||||||
|
<h2 className="s-46 w-700">Smart solutions, real-time results</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>
|
||||||
|
{/* 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>
|
||||||
|
</li>
|
||||||
|
<li className="list-item">
|
||||||
|
<p className="mb-0">Cursus purus suscipit vitae cubilia magnis diam volute egestas
|
||||||
|
sapien ultrice auctor
|
||||||
|
</p>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div> {/* END TEXT BLOCK */}
|
||||||
|
{/* FEATURES-12 WRAPPER */}
|
||||||
|
<div className="col-md-7">
|
||||||
|
<div className="fbox-12-wrapper wow fadeInLeft">
|
||||||
|
<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">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-ico ico-50">
|
||||||
|
<div className="shape-ico color--theme">
|
||||||
|
{/* Vector Icon */}
|
||||||
|
<span className="flaticon-layers-1" />
|
||||||
|
{/* Shape */}
|
||||||
|
<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)" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div> {/* End Icon */}
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h5 className="s-20 w-700">Comprehensive</h5>
|
||||||
|
<p>Nothing is overlooked at providing a complete coverage with details</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* FEATURE BOX #2 */}
|
||||||
|
<div id="fb-12-2" className="fbox-12 bg--white-100 block-shadow r-12">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-ico ico-50">
|
||||||
|
<div className="shape-ico color--theme">
|
||||||
|
{/* Vector Icon */}
|
||||||
|
<span className="flaticon-click-1" />
|
||||||
|
{/* Shape */}
|
||||||
|
<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)" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div> {/* End Icon */}
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h5 className="s-20 w-700">Intuitive</h5>
|
||||||
|
<p>Easy to understand, navigate without the need for extensive training</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<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">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-ico ico-50">
|
||||||
|
<div className="shape-ico color--theme">
|
||||||
|
{/* Vector Icon */}
|
||||||
|
<span className="flaticon-prioritize" />
|
||||||
|
{/* Shape */}
|
||||||
|
<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)" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div> {/* End Icon */}
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h5 className="s-20 w-700">Flexible</h5>
|
||||||
|
<p>Suit your different circumstances or requirements with ease</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* FEATURE BOX #4 */}
|
||||||
|
<div id="fb-12-4" className="fbox-12 bg--white-100 block-shadow r-12">
|
||||||
|
{/* Icon */}
|
||||||
|
<div className="fbox-ico ico-50">
|
||||||
|
<div className="shape-ico color--theme">
|
||||||
|
{/* Vector Icon */}
|
||||||
|
<span className="flaticon-analytics" />
|
||||||
|
{/* Shape */}
|
||||||
|
<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)" />
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</div> {/* End Icon */}
|
||||||
|
{/* Text */}
|
||||||
|
<div className="fbox-txt">
|
||||||
|
<h5 className="s-20 w-700">Efficient</h5>
|
||||||
|
<p>Accomplishes tasks quickly and effectively, maximize productivity</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* END FEATURES-12 WRAPPER */}
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,161 @@
|
|||||||
|
import { useRouter } from "next/router"
|
||||||
|
import Layout from "../../../components/layout/Layout"
|
||||||
|
import Link from "next/link"
|
||||||
|
import { useQuery } from "@tanstack/react-query"
|
||||||
|
import queryKeys from "../../../components/queryclientProvider/queryKeys"
|
||||||
|
|
||||||
|
export default function Home() {
|
||||||
|
|
||||||
|
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)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
let {query} = useRouter()
|
||||||
|
|
||||||
|
const blogData = data?.payload?.blogdata
|
||||||
|
const imageURL = data?.payload?.image_url
|
||||||
|
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
||||||
|
<div>
|
||||||
|
{isFetching ?
|
||||||
|
<div className="pb-90 inner-page-hero blog-page-section">
|
||||||
|
<div className="">
|
||||||
|
<p className='text-mute text-center'>Loading...</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
: isError ?
|
||||||
|
<div className="pb-90 inner-page-hero blog-page-section">
|
||||||
|
<div className="">
|
||||||
|
<p className='text-danger text-center'>{error.message}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
:
|
||||||
|
<>
|
||||||
|
<section id="single-post" className="pb-90 inner-page-hero blog-page-section">
|
||||||
|
<div className="container">
|
||||||
|
<div className="row justify-content-center">
|
||||||
|
{/* SINGLE POST CONTENT */}
|
||||||
|
<div className="col-xl-10">
|
||||||
|
{blogData?.filter(item => item?.id == query?.id).length > 0 ?
|
||||||
|
<>
|
||||||
|
{blogData?.filter(item => item?.id == query?.id).map(blog => {
|
||||||
|
return (
|
||||||
|
<div key={blog?.id} className="post-content">
|
||||||
|
{/* SINGLE POST TITLE */}
|
||||||
|
<div className="single-post-title text-center">
|
||||||
|
{/* Post Tag */}
|
||||||
|
{/* <span className="post-tag color--green-400">Community</span> */}
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="s-46 w-700">{blog?.post_title}</h2>
|
||||||
|
{/* Post Meta */}
|
||||||
|
<div className="blog-post-meta mt-35">
|
||||||
|
<ul className="post-meta-list ico-10">
|
||||||
|
<li><p className="w-500">MERMS </p></li>
|
||||||
|
<li className="meta-list-divider"><p><span className="flaticon-minus" /></p></li>
|
||||||
|
<li><p>{new Date(blog?.post_date).toDateString()}</p></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div> {/* END SINGLE POST TITLE */}
|
||||||
|
{/* SINGLE POST IMAGE */}
|
||||||
|
<div className="blog-post-img py-50">
|
||||||
|
<img className="img-fluid r-16" src={`${imageURL}/${blog?.meta_value}`} alt="blog-post-image" />
|
||||||
|
</div>
|
||||||
|
{/* SINGLE POST TEXT */}
|
||||||
|
<p dangerouslySetInnerHTML={{ __html: blog?.post_content }} />
|
||||||
|
{/* END SINGLE POST TEXT */}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
})}
|
||||||
|
</>
|
||||||
|
:
|
||||||
|
<div className="">
|
||||||
|
<p className='text-danger text-center'>Error! Blog not found.</p>
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
</div> {/* END SINGLE POST CONTENT */}
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section> {/* END SINGLE POST */}
|
||||||
|
{/* BLOG-1
|
||||||
|
============================================= */}
|
||||||
|
<section id="blog-1" className="bg--white-300 py-100 blog-section division">
|
||||||
|
<div className="container">
|
||||||
|
{/* SECTION TITLE */}
|
||||||
|
<div className="row justify-content-center">
|
||||||
|
<div className="col-md-10 col-lg-9">
|
||||||
|
<div className="section-title mb-70">
|
||||||
|
<h2 className="s-50 w-700">Recent Postings</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="row">
|
||||||
|
{/* BLOG POST #1 */}
|
||||||
|
{blogData?.filter(item => item.id != query?.id).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={`${imageURL}/${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> */}
|
||||||
|
<Link
|
||||||
|
href={`/blogview/${item.id}`}
|
||||||
|
// href={{pathname: '/merms-blogview', query:{...item, image_url:data?.payload?.image_url}}}
|
||||||
|
>
|
||||||
|
{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>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
})}
|
||||||
|
{/* END BLOG POST #1 */}
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section>
|
||||||
|
</>
|
||||||
|
}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</Layout>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
+48
-392
@@ -4,400 +4,15 @@ import Layout from "../components/layout/Layout"
|
|||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
import MermsAboutFeautures from "../components/sections/MermsAboutFeautures";
|
import MermsAboutFeautures from "../components/sections/MermsAboutFeautures";
|
||||||
import MermsBanner from "../components/sections/MermsBanner";
|
import MermsBanner from "../components/sections/MermsBanner";
|
||||||
|
import MermsFeatureSection4 from "../components/sections/MermsFeatureSection4";
|
||||||
|
import MermsFeaturesSection1 from "../components/sections/MermsFeaturesSection1";
|
||||||
|
import MermsFeaturesSectionTwo from "../components/sections/MermsFeaturesSectionTwo";
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
||||||
<div>
|
<div>
|
||||||
<section className="ct-01 inner-page-hero content-section division">
|
|
||||||
<div className="container">
|
|
||||||
{/* SECTION CONTENT (ROW) */}
|
|
||||||
<div className="row d-flex align-items-center">
|
|
||||||
{/* TEXT BLOCK */}
|
|
||||||
<div className="col-md-6 order-last order-md-2">
|
|
||||||
<div className="txt-block left-column wow fadeInRight">
|
|
||||||
{/* Section ID */}
|
|
||||||
<span className="section-id">Productivity Focused</span>
|
|
||||||
{/* Title */}
|
|
||||||
<h2 className="s-46 w-700">Achieve more with better workflows</h2>
|
|
||||||
{/* Text */}
|
|
||||||
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis
|
|
||||||
vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit
|
|
||||||
</p>
|
|
||||||
{/* List */}
|
|
||||||
<ul className="simple-list">
|
|
||||||
<li className="list-item">
|
|
||||||
<p>Tempor sapien quaerat an ipsum laoreet purus and sapien dolor an ultrice
|
|
||||||
ipsum aliquam undo congue dolor cursus
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
<li className="list-item">
|
|
||||||
<p className="mb-0">Cursus purus suscipit vitae cubilia magnis volute egestas vitae
|
|
||||||
sapien turpis ultrice auctor congue placerat
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div> {/* END TEXT BLOCK */}
|
|
||||||
{/* IMAGE BLOCK */}
|
|
||||||
<div className="col-md-6 order-first order-md-2">
|
|
||||||
<div className="img-block right-column wow fadeInLeft">
|
|
||||||
<img className="img-fluid" src="/images/img-06.png" alt="content-image" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* END SECTION CONTENT (ROW) */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END TEXT CONTENT */}
|
|
||||||
|
|
||||||
<MermsAboutFeautures />
|
|
||||||
|
|
||||||
<section className="pt-100 ws-wrapper content-section">
|
|
||||||
<div className="container">
|
|
||||||
<div className="bc-1-wrapper bg--white-400 bg--fixed r-16">
|
|
||||||
<div className="section-overlay">
|
|
||||||
<div className="row d-flex align-items-center">
|
|
||||||
{/* TEXT BLOCK */}
|
|
||||||
<div className="col-md-6 order-last order-md-2">
|
|
||||||
<div className="txt-block left-column wow fadeInRight">
|
|
||||||
{/* Section ID */}
|
|
||||||
<span className="section-id">Enhance Engagement</span>
|
|
||||||
{/* Title */}
|
|
||||||
<h2 className="s-46 w-700">Automate your way to success</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>
|
|
||||||
{/* Small Title */}
|
|
||||||
<h5 className="s-24 w-700 h5-title">The smarter way to work</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>
|
|
||||||
</div>
|
|
||||||
</div> {/* END TEXT BLOCK */}
|
|
||||||
{/* IMAGE BLOCK */}
|
|
||||||
<div className="col-md-6 order-first order-md-2">
|
|
||||||
<div className="img-block right-column wow fadeInLeft">
|
|
||||||
<img className="img-fluid" src="/images/img-05.png" alt="content-image" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* End row */}
|
|
||||||
</div> {/* End section overlay */}
|
|
||||||
</div> {/* End content wrapper */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END BOX CONTENT */}
|
|
||||||
{/* TEXT CONTENT
|
|
||||||
============================================= */}
|
|
||||||
<section className="pt-100 ct-02 content-section division">
|
|
||||||
<div className="container">
|
|
||||||
{/* SECTION CONTENT (ROW) */}
|
|
||||||
<div className="row d-flex align-items-center">
|
|
||||||
{/* IMAGE BLOCK */}
|
|
||||||
<div className="col-md-6">
|
|
||||||
<div className="img-block left-column wow fadeInRight">
|
|
||||||
<img className="img-fluid" src="/images/img-03.png" alt="content-image" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{/* TEXT BLOCK */}
|
|
||||||
<div className="col-md-6">
|
|
||||||
<div className="txt-block right-column wow fadeInLeft">
|
|
||||||
{/* TEXT BOX */}
|
|
||||||
<div className="txt-box">
|
|
||||||
{/* Title */}
|
|
||||||
<h5 className="s-24 w-700">Solution that grows with you</h5>
|
|
||||||
{/* Text */}
|
|
||||||
<p>Sodales tempor sapien quaerat ipsum undo congue laoreet turpis neque auctor turpis
|
|
||||||
vitae dolor luctus placerat magna and ligula cursus purus vitae purus an ipsum suscipit
|
|
||||||
</p>
|
|
||||||
</div> {/* END TEXT BOX */}
|
|
||||||
{/* TEXT BOX */}
|
|
||||||
<div className="txt-box mb-0">
|
|
||||||
{/* Title */}
|
|
||||||
<h5 className="s-24 w-700">Connect your data sources</h5>
|
|
||||||
{/* Text */}
|
|
||||||
<p>Tempor sapien sodales quaerat ipsum undo congue laoreet turpis neque auctor turpis
|
|
||||||
vitae dolor luctus placerat magna and ligula cursus purus an ipsum vitae suscipit
|
|
||||||
purus
|
|
||||||
</p>
|
|
||||||
{/* List */}
|
|
||||||
<ul className="simple-list">
|
|
||||||
<li className="list-item">
|
|
||||||
<p>Tempor sapien quaerat an ipsum laoreet purus and sapien dolor an ultrice ipsum
|
|
||||||
aliquam undo congue dolor cursus
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
<li className="list-item">
|
|
||||||
<p className="mb-0">Cursus purus suscipit vitae cubilia magnis volute egestas vitae
|
|
||||||
sapien turpis ultrice auctor congue magna placerat
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div> {/* END TEXT BOX */}
|
|
||||||
</div>
|
|
||||||
</div> {/* END TEXT BLOCK */}
|
|
||||||
</div> {/* END SECTION CONTENT (ROW) */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END TEXT CONTENT */}
|
|
||||||
{/* FEATURES-12
|
|
||||||
============================================= */}
|
|
||||||
<section id="features-12" className="shape--bg shape--white-400 pt-100 features-section division">
|
|
||||||
<div className="container">
|
|
||||||
<div className="row d-flex align-items-center">
|
|
||||||
{/* TEXT BLOCK */}
|
|
||||||
<div className="col-md-5">
|
|
||||||
<div className="txt-block left-column wow fadeInRight">
|
|
||||||
{/* Section ID */}
|
|
||||||
<span className="section-id">One-Stop Solution</span>
|
|
||||||
{/* Title */}
|
|
||||||
<h2 className="s-46 w-700">Smart solutions, real-time results</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>
|
|
||||||
{/* 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>
|
|
||||||
</li>
|
|
||||||
<li className="list-item">
|
|
||||||
<p className="mb-0">Cursus purus suscipit vitae cubilia magnis diam volute egestas
|
|
||||||
sapien ultrice auctor
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div> {/* END TEXT BLOCK */}
|
|
||||||
{/* FEATURES-12 WRAPPER */}
|
|
||||||
<div className="col-md-7">
|
|
||||||
<div className="fbox-12-wrapper wow fadeInLeft">
|
|
||||||
<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">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="fbox-ico ico-50">
|
|
||||||
<div className="shape-ico color--theme">
|
|
||||||
{/* Vector Icon */}
|
|
||||||
<span className="flaticon-layers-1" />
|
|
||||||
{/* Shape */}
|
|
||||||
<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)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div> {/* End Icon */}
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h5 className="s-20 w-700">Integrated</h5>
|
|
||||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{/* FEATURE BOX #2 */}
|
|
||||||
<div id="fb-12-2" className="fbox-12 bg--white-100 block-shadow r-12">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="fbox-ico ico-50">
|
|
||||||
<div className="shape-ico color--theme">
|
|
||||||
{/* Vector Icon */}
|
|
||||||
<span className="flaticon-click-1" />
|
|
||||||
{/* Shape */}
|
|
||||||
<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)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div> {/* End Icon */}
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h5 className="s-20 w-700">Intuitive</h5>
|
|
||||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<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">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="fbox-ico ico-50">
|
|
||||||
<div className="shape-ico color--theme">
|
|
||||||
{/* Vector Icon */}
|
|
||||||
<span className="flaticon-prioritize" />
|
|
||||||
{/* Shape */}
|
|
||||||
<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)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div> {/* End Icon */}
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h5 className="s-20 w-700">Flexible</h5>
|
|
||||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{/* FEATURE BOX #4 */}
|
|
||||||
<div id="fb-12-4" className="fbox-12 bg--white-100 block-shadow r-12">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="fbox-ico ico-50">
|
|
||||||
<div className="shape-ico color--theme">
|
|
||||||
{/* Vector Icon */}
|
|
||||||
<span className="flaticon-analytics" />
|
|
||||||
{/* Shape */}
|
|
||||||
<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)" />
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div> {/* End Icon */}
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h5 className="s-20 w-700">Efficient</h5>
|
|
||||||
<p>Porta semper lacus and cursus feugiat at primis ultrice a ligula auctor</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* End row */}
|
|
||||||
</div> {/* END FEATURES-12 WRAPPER */}
|
|
||||||
</div> {/* End row */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END FEATURES-12 */}
|
|
||||||
{/* FEATURES-2
|
|
||||||
============================================= */}
|
|
||||||
<section id="features-2" className="pt-100 features-section division">
|
|
||||||
<div className="container">
|
|
||||||
{/* SECTION TITLE */}
|
|
||||||
<div className="row justify-content-center">
|
|
||||||
<div className="col-md-10 col-lg-9">
|
|
||||||
<div className="section-title mb-80">
|
|
||||||
{/* Title */}
|
|
||||||
<h2 className="s-50 w-700">Everything in One Place</h2>
|
|
||||||
{/* Text */}
|
|
||||||
<p className="s-21 color--grey">Ligula risus auctor tempus magna feugiat lacinia.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{/* FEATURES-2 WRAPPER */}
|
|
||||||
<div className="fbox-wrapper text-center">
|
|
||||||
<div className="row row-cols-1 row-cols-md-3">
|
|
||||||
{/* FEATURE BOX #1 */}
|
|
||||||
<div className="col">
|
|
||||||
<div className="fbox-2 fb-1 wow fadeInUp">
|
|
||||||
{/* Image */}
|
|
||||||
<div className="fbox-img gr--whitesmoke h-175">
|
|
||||||
<img className="img-fluid light-theme-img" src="/images/f_01.png" alt="feature-image" />
|
|
||||||
<img className="img-fluid dark-theme-img" src="/images/f_01_dark.png" alt="feature-image" />
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h6 className="s-22 w-700">Intuitive Dashboard</h6>
|
|
||||||
<p>Luctus egestas augue undo ultrice aliquam in lacus congue dapibus</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* END FEATURE BOX #1 */}
|
|
||||||
{/* FEATURE BOX #2 */}
|
|
||||||
<div className="col">
|
|
||||||
<div className="fbox-2 fb-2 wow fadeInUp">
|
|
||||||
{/* Image */}
|
|
||||||
<div className="fbox-img gr--whitesmoke h-175">
|
|
||||||
<img className="img-fluid light-theme-img" src="/images/f_05.png" alt="feature-image" />
|
|
||||||
<img className="img-fluid dark-theme-img" src="/images/f_05_dark.png" alt="feature-image" />
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h6 className="s-22 w-700">Effortless Integration</h6>
|
|
||||||
<p>Tempor laoreet augue undo ultrice aliquam in lacusq luctus feugiat</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* END FEATURE BOX #2 */}
|
|
||||||
{/* FEATURE BOX #3 */}
|
|
||||||
<div className="col">
|
|
||||||
<div className="fbox-2 fb-3 wow fadeInUp">
|
|
||||||
{/* Image */}
|
|
||||||
<div className="fbox-img gr--whitesmoke h-175">
|
|
||||||
<img className="img-fluid light-theme-img" src="/images/f_02.png" alt="feature-image" />
|
|
||||||
<img className="img-fluid dark-theme-img" src="/images/f_02_dark.png" alt="feature-image" />
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="fbox-txt">
|
|
||||||
<h6 className="s-22 w-700">Real-time Analytics</h6>
|
|
||||||
<p>Egestas luctus augue undo ultrice aliquam in lacus feugiat cursus</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* END FEATURE BOX #3 */}
|
|
||||||
</div> {/* End row */}
|
|
||||||
</div> {/* END FEATURES-2 WRAPPER */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END FEATURES-2 */}
|
|
||||||
|
|
||||||
<hr className="divider" />
|
|
||||||
|
|
||||||
|
|
||||||
<section className="pt-100 ct-04 content-section division">
|
|
||||||
<div className="container">
|
|
||||||
{/* SECTION CONTENT (ROW) */}
|
|
||||||
<div className="row d-flex align-items-center">
|
|
||||||
{/* 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-2 process-step">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="ico-wrap">
|
|
||||||
<div className="cbox-2-ico bg--theme color--white">1</div>
|
|
||||||
<span className="cbox-2-line" />
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="cbox-2-txt">
|
|
||||||
<h5 className="s-22 w-700">Simple, Secure & Intuitive</h5>
|
|
||||||
<p>Ligula risus auctor tempus feugiat dolor lacinia nemo purus in lipsum purus
|
|
||||||
sapien quaerat a primis viverra tellus vitae luctus dolor ipsum neque ligula
|
|
||||||
quaerat
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div> {/* END CONTENT BOX #1 */}
|
|
||||||
{/* CONTENT BOX #2 */}
|
|
||||||
<div className="cbox-2 process-step">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="ico-wrap">
|
|
||||||
<div className="cbox-2-ico bg--theme color--white">2</div>
|
|
||||||
<span className="cbox-2-line" />
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="cbox-2-txt">
|
|
||||||
<h5 className="s-22 w-700">Weekly Email Reports</h5>
|
|
||||||
<p>Ligula risus auctor tempus feugiat dolor lacinia nemo purus in lipsum purus
|
|
||||||
sapien quaerat a primis viverra tellus vitae luctus dolor ipsum neque ligula
|
|
||||||
quaerat
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div> {/* END CONTENT BOX #2 */}
|
|
||||||
{/* CONTENT BOX #3 */}
|
|
||||||
<div className="cbox-2 process-step">
|
|
||||||
{/* Icon */}
|
|
||||||
<div className="ico-wrap">
|
|
||||||
<div className="cbox-2-ico bg--theme color--white">3</div>
|
|
||||||
</div>
|
|
||||||
{/* Text */}
|
|
||||||
<div className="cbox-2-txt">
|
|
||||||
<h5 className="s-22 w-700">No Personal Data Collected</h5>
|
|
||||||
<p className="mb-0">Ligula risus auctor tempus feugiat dolor lacinia nemo purus in
|
|
||||||
lipsum purus sapien quaerat a primis viverra tellus vitae luctus dolor ipsum n
|
|
||||||
eque ligula quaerat
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div> {/* END CONTENT BOX #3 */}
|
|
||||||
</div>
|
|
||||||
</div> {/* END TEXT BLOCK */}
|
|
||||||
{/* IMAGE BLOCK */}
|
|
||||||
<div className="col-md-6 order-first order-md-2">
|
|
||||||
<div className="img-block wow fadeInLeft">
|
|
||||||
<img className="img-fluid" src="/images/tablet-01.png" alt="content-image" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> {/* END SECTION CONTENT (ROW) */}
|
|
||||||
</div> {/* End container */}
|
|
||||||
</section> {/* END TEXT CONTENT */}
|
|
||||||
{/* TEXT CONTENT
|
|
||||||
============================================= */}
|
|
||||||
<section className="pt-100 ct-02 content-section division">
|
<section className="pt-100 ct-02 content-section division">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
{/* SECTION CONTENT (ROW) */}
|
{/* SECTION CONTENT (ROW) */}
|
||||||
@@ -454,13 +69,54 @@ export default function Home() {
|
|||||||
</div> {/* END TEXT BLOCK */}
|
</div> {/* END TEXT BLOCK */}
|
||||||
</div> {/* END SECTION CONTENT (ROW) */}
|
</div> {/* END SECTION CONTENT (ROW) */}
|
||||||
</div> {/* End container */}
|
</div> {/* End container */}
|
||||||
</section> {/* END TEXT CONTENT */}
|
</section>
|
||||||
|
<MermsFeaturesSectionTwo />
|
||||||
|
|
||||||
|
<MermsFeaturesSection1 />
|
||||||
|
|
||||||
|
<MermsFeatureSection4 />
|
||||||
|
|
||||||
|
<MermsAboutFeautures />
|
||||||
|
|
||||||
|
<section className="pt-100 ws-wrapper content-section">
|
||||||
|
<div className="container">
|
||||||
|
<div className="bc-1-wrapper bg--white-400 bg--fixed r-16">
|
||||||
|
<div className="section-overlay">
|
||||||
|
<div className="row d-flex align-items-center">
|
||||||
|
{/* TEXT BLOCK */}
|
||||||
|
<div className="col-md-6 order-last order-md-2">
|
||||||
|
<div className="txt-block left-column wow fadeInRight">
|
||||||
|
{/* Section ID */}
|
||||||
|
<span className="section-id">Enhance Engagement</span>
|
||||||
|
{/* Title */}
|
||||||
|
<h2 className="s-46 w-700">Automate your way to success</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>
|
||||||
|
{/* Small Title */}
|
||||||
|
<h5 className="s-24 w-700 h5-title">The smarter way to work</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>
|
||||||
|
</div>
|
||||||
|
</div> {/* END TEXT BLOCK */}
|
||||||
|
{/* IMAGE BLOCK */}
|
||||||
|
<div className="col-md-6 order-first order-md-2">
|
||||||
|
<div className="img-block right-column wow fadeInLeft">
|
||||||
|
<img className="img-fluid" src="/images/img-05.png" alt="content-image" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div> {/* End row */}
|
||||||
|
</div> {/* End section overlay */}
|
||||||
|
</div> {/* End content wrapper */}
|
||||||
|
</div> {/* End container */}
|
||||||
|
</section> {/* END BOX CONTENT */}
|
||||||
|
|
||||||
|
<hr className="divider" />
|
||||||
<MermsBanner />
|
<MermsBanner />
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Layout>
|
</Layout>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|||||||
+5
-2
@@ -23,6 +23,7 @@ export default function Home() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
<Layout headerStyle={1} footerStyle={3} headerCls="navbar-dark inner-page-header">
|
||||||
@@ -64,7 +65,8 @@ export default function Home() {
|
|||||||
<h3 className="s-38 w-700">
|
<h3 className="s-38 w-700">
|
||||||
{/*<Link href={data?.payload?.blogdata[0].guid}> {data?.payload?.blogdata[0].post_title}</Link>*/}
|
{/*<Link href={data?.payload?.blogdata[0].guid}> {data?.payload?.blogdata[0].post_title}</Link>*/}
|
||||||
<Link
|
<Link
|
||||||
href={{pathname: '/merms-blogview', query:{...data?.payload?.blogdata[0], image_url:data?.payload?.image_url}}}
|
href={`/blogview/${data?.payload?.blogdata[0].id}`}
|
||||||
|
// href={{pathname: '/merms-blogview', query:{...data?.payload?.blogdata[0], image_url:data?.payload?.image_url}}}
|
||||||
>
|
>
|
||||||
{data?.payload?.blogdata[0].post_title}
|
{data?.payload?.blogdata[0].post_title}
|
||||||
</Link>
|
</Link>
|
||||||
@@ -109,7 +111,8 @@ export default function Home() {
|
|||||||
<h6 className="s-20 w-700">
|
<h6 className="s-20 w-700">
|
||||||
{/* <Link href={item.guid}> {item.post_title}</Link> */}
|
{/* <Link href={item.guid}> {item.post_title}</Link> */}
|
||||||
<Link
|
<Link
|
||||||
href={{pathname: '/merms-blogview', query:{...item, image_url:data?.payload?.image_url}}}
|
href={`/blogview/${item.id}`}
|
||||||
|
// href={{pathname: '/merms-blogview', query:{...item, image_url:data?.payload?.image_url}}}
|
||||||
>
|
>
|
||||||
{item.post_title}
|
{item.post_title}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user