From 1a445dfa7f59ca59f685b5430beeee22f8e06dce Mon Sep 17 00:00:00 2001 From: Abhijeet Bagade Date: Wed, 11 Jun 2025 20:40:40 +0530 Subject: [PATCH] fix-three pages --- .../BannerLearningSolutionTab.jsx | 4 +- .../BannerLearningSolutions.module.css | 2 +- src/components/Blogs/SingleBlog.jsx | 13 +- src/components/Blogs/index.module.css | 30 ++++ .../InteractionTabs/InteractionTabs.jsx | 2 +- src/components/Product/Product.jsx | 154 +++++++++--------- src/components/Product/Product.module.css | 4 +- .../ProductCapabilities.jsx | 2 +- .../ProductCapabilities.module.css | 2 +- src/components/form/ThreeFormFields.jsx | 1 + .../form/ThreeFormFields.module.css | 2 +- .../toddlers/GroupSection/GroupSection.jsx | 1 + 12 files changed, 125 insertions(+), 92 deletions(-) diff --git a/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx b/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx index c149f98..91ddad4 100644 --- a/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx +++ b/src/components/BannerLearningSolutions/BannerLearningSolutionTab.jsx @@ -5,7 +5,7 @@ import style from "./BannerLearningSolutions.module.css"; const Card = ({ data }) => { return (
-
{ }} > {data.content} -
+

{data.subcontent}

diff --git a/src/components/form/ThreeFormFields.module.css b/src/components/form/ThreeFormFields.module.css index c16657f..e32b830 100644 --- a/src/components/form/ThreeFormFields.module.css +++ b/src/components/form/ThreeFormFields.module.css @@ -2,7 +2,7 @@ textarea { width: 100%; max-width: 400px; - padding: 0.75rem 1rem; + padding: 0.75rem 0rem; font-size: 0.8rem; font-weight: 600; border-radius: 3px; diff --git a/src/components/toddlers/GroupSection/GroupSection.jsx b/src/components/toddlers/GroupSection/GroupSection.jsx index 68f6d1f..6675b6c 100644 --- a/src/components/toddlers/GroupSection/GroupSection.jsx +++ b/src/components/toddlers/GroupSection/GroupSection.jsx @@ -1,6 +1,7 @@ import { useState } from "react"; import style from "./GroupSection.module.css"; import Carousel from "react-multi-carousel"; +import "react-multi-carousel/lib/styles.css"; const data = [ {