diff --git a/components/layout/footer/Footer3.js b/components/layout/footer/Footer3.js
index 29460e0..c3abdcc 100644
--- a/components/layout/footer/Footer3.js
+++ b/components/layout/footer/Footer3.js
@@ -13,6 +13,11 @@ export default function Footer3() {
+
+
+ MERMS, a HIPAA compliant healthcare reputation management platform, helps doctors & medical practitioner improve their online reputation.
+
+
{/* FOOTER LINKS */}
diff --git a/components/sections/MermsFeatures2.js b/components/sections/MermsFeatures2.js
new file mode 100644
index 0000000..85152c6
--- /dev/null
+++ b/components/sections/MermsFeatures2.js
@@ -0,0 +1,77 @@
+
+
+export default function MermsFeatures2() {
+ return (
+ <>
+
+
+ {/* SECTION TITLE */}
+
+
+
+ {/* Title */}
+
Supercharge your digital presence with AI.
+ {/* Text */}
+
Unified AI-powered solutions for everything that matters to your online reputation and engagement.
+
+
+
+ {/* FEATURES-1 WRAPPER */}
+
+
+ {/* FEATURE BOX #1 */}
+
+
+ {/* Image */}
+
+

+

+
+ {/* Text */}
+
+
Intuitive Dashboard
+
Smart dashboard that adapts to focus processes and tasks that optimized your targets.
+
+
+
+
{/* END FEATURE BOX #1 */}
+ {/* FEATURE BOX #2 */}
+
+
+ {/* Image */}
+
+

+

+
+ {/* Text */}
+
+
Effortless Integration
+
With real-time API interfaces, we have dozens of ways to slice and analyze your data.
+
+
+
+
{/* END FEATURE BOX #2 */}
+ {/* FEATURE BOX #3 */}
+
+
+ {/* Image */}
+
+

+

+
+ {/* Text */}
+
+
Engagement Analysis
+
Optimize your online profiles across search engines, maps, and high-visibility.
+
+
+
+
+
{/* END FEATURE BOX #3 */}
+
{/* End row */}
+
{/* END FEATURES-1 WRAPPER */}
+
{/* End container */}
+
+ >
+ )
+}
diff --git a/pages/ProductHome.js b/pages/ProductHome.js
index 0d42a1d..8aeb722 100644
--- a/pages/ProductHome.js
+++ b/pages/ProductHome.js
@@ -8,7 +8,7 @@ import Ct01_16 from "../components/sections/Ct01_16"
// import Ct04_7 from "../components/sections/Ct04_7"
// import Faqs3_9 from "../components/sections/Faqs3_9"
//import Features13_5 from "../components/sections/Features13_5"
-import Features1_2 from "../components/sections/Features1_2"
+//import Features1_2 from "../components/sections/Features1_2"
// import Features5_8 from "../components/sections/Features5_8"
//import Hero13 from "../components/sections/Hero13"
// import Integrations2_6 from "../components/sections/Integrations2_6"
@@ -20,18 +20,9 @@ import MersmHero from "../components/sections/MersmHero";
import MermsFeatures from "../components/sections/MermsFeatures";
import MermsAbout from "../components/sections/MermsAbout";
import MermsHowItWorks from "../components/sections/MermsHowItWorks";
+import MermsFeatures2 from "../components/sections/MermsFeatures2";
-//
-//
-//
-
export default function ProductHome() {
return (
@@ -50,7 +41,8 @@ export default function ProductHome() {
{/*
*/}
{/*
*/}
{/*
*/}
-
+
+ {/*
*/}
{/*
*/}
{/*
*/}