diff --git a/components/sections/MermsEngageBox.js b/components/sections/MermsEngageBox.js new file mode 100644 index 0000000..fd583eb --- /dev/null +++ b/components/sections/MermsEngageBox.js @@ -0,0 +1,46 @@ +export default function MermsEngageBox() { + return <> +
+
+
+
+
+ {/* TEXT BLOCK */} +
+
+ {/* Section ID */} + Enhance Engagement + {/* Title */} +

Automate your way to success

+ {/* Text */} +

Leverage our automation tools to present and manage your healthcare online + presence and your practice tools with AI-Assist. +

+ {/* Small Title */} +
Modern & Smarter for your Practice
+ {/* Text */} +

Up to date tools to manage all you need for effective online + presence and your practice management. Effective practice campaign, easy + adoptions of tools and visibility to trends. +

+
+
+ {/* END TEXT BLOCK */} + {/* IMAGE BLOCK */} +
+
+ content-image +
+
+
+ {/* End row */} +
+ {/* End section overlay */} +
+ {/* End content wrapper */} +
+ {/* End container */} +
+ {/* END BOX CONTENT */} + +} \ No newline at end of file diff --git a/pages/features.js b/pages/features.js index 9fbc8d3..7f148f0 100644 --- a/pages/features.js +++ b/pages/features.js @@ -7,6 +7,7 @@ import MermsBanner from "../components/sections/MermsBanner"; import MermsFeatureSection4 from "../components/sections/MermsFeatureSection4"; import MermsFeaturesSection1 from "../components/sections/MermsFeaturesSection1"; import MermsFeaturesSectionTwo from "../components/sections/MermsFeaturesSectionTwo"; +import MermsEngageBox from "../components/sections/MermsEngageBox"; export default function Home() { return ( @@ -75,40 +76,7 @@ export default function Home() {

-
-
-
-
-
- {/* TEXT BLOCK */} -
-
- {/* Section ID */} - Enhance Engagement - {/* Title */} -

Automate your way to success

- {/* Text */} -

Leverage our automation tools to present and manage your healthcare online presence and your practice tools with AI-Assist. -

- {/* Small Title */} -
Modern & Smarter for your Practice
- {/* Text */} -

Up to date tools to manage all you need for effective online presence and your practice management. Effective practice campaign, easy adoptions of tools and visibility to trends. -

-
-
{/* END TEXT BLOCK */} - {/* IMAGE BLOCK */} -
-
- content-image -
-
-
{/* End row */} -
{/* End section overlay */} -
{/* End content wrapper */} -
{/* End container */} -
{/* END BOX CONTENT */} - +
diff --git a/public/images/engage-box.png b/public/images/engage-box.png new file mode 100644 index 0000000..d1c9ce4 Binary files /dev/null and b/public/images/engage-box.png differ