From 24d6acf3e333bf9f17bc1b8ad3b29e3b1519ec20 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 28 Dec 2024 12:38:33 -0500 Subject: [PATCH] fix sections --- components/layout/footer/Footer3.js | 5 ++ components/sections/MermsFeatures2.js | 77 +++++++++++++++++++++++++++ pages/ProductHome.js | 16 ++---- 3 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 components/sections/MermsFeatures2.js 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() { footer-logo footer-logo +
+

+ 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 */} +
+ feature-image + feature-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 */} +
+ feature-image + feature-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 */} +
+ feature-image + feature-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() { {/**/} {/**/} {/**/} - + + {/**/} {/**/} {/**/}