diff --git a/src/Components/Pages/Services/Buttons.tsx b/src/Components/Pages/Services/Buttons.tsx index c45b298..a976d68 100644 --- a/src/Components/Pages/Services/Buttons.tsx +++ b/src/Components/Pages/Services/Buttons.tsx @@ -16,7 +16,7 @@ const Buttons = ({ changeActiveGroup }: props) => { }; return ( -
+
handleClick("markCards")} diff --git a/src/Components/Pages/Services/CameraCards.tsx b/src/Components/Pages/Services/CameraCards.tsx index 47c8e06..8581569 100644 --- a/src/Components/Pages/Services/CameraCards.tsx +++ b/src/Components/Pages/Services/CameraCards.tsx @@ -20,19 +20,19 @@ const CameraCards = () => { title={t("services.cards.media.card2.title")} description={t("services.cards.media.card2.description")} imgSrc={CaptureImg} - delay="0.2s" + delay="0.1s" />
); diff --git a/src/Components/Pages/Services/CardBtn.tsx b/src/Components/Pages/Services/CardBtn.tsx index 6dad54c..f944963 100644 --- a/src/Components/Pages/Services/CardBtn.tsx +++ b/src/Components/Pages/Services/CardBtn.tsx @@ -6,19 +6,13 @@ interface props { const CardBtn = ({ title, onClick, isSelected }: props) => { const buttonClass = isSelected - ? "w-full font-bold md:px-4 py-1 text-xs lg:text-sm xl:text-lg bg-gradient-to-br from-custom-bglight to-custom-bgdark" - : "w-full font-medium md:px-4 py-1 text-xs lg:text-sm xl:text-lg bg-gradient-to-br from-custom-bglight to-custom-bgdark text-gray-400 shadow-inner"; - - const divClass = isSelected - ? "flex flex-1 flex-row mt-5 lg:mt-12 bg-gradient-to-b from-gold-light to-gold-dark p-0.5 shadow-lg transform scale-110" - : "flex flex-1 flex-row mt-5 lg:mt-12 bg-gradient-to-b from-gold-light to-gold-dark p-0.5 shadow-lg"; + ? "w-full font-bold md:px-4 py-1 text-xs lg:text-sm xl:text-2xl cursor-pointer" + : "w-full font-medium md:px-4 py-1 text-xs lg:text-sm xl:text-xl text-gray-400 shadow-inner hover:text-text-gold cursor-pointer"; return ( -
- -
+ ); }; diff --git a/src/Components/Pages/Services/MarketingCards.tsx b/src/Components/Pages/Services/MarketingCards.tsx index ba1cbd8..f0b63c6 100644 --- a/src/Components/Pages/Services/MarketingCards.tsx +++ b/src/Components/Pages/Services/MarketingCards.tsx @@ -20,19 +20,19 @@ const MarketingCards = () => { title={t("services.cards.marketing.card2.title")} description={t("services.cards.marketing.card2.description")} imgSrc={CreateImg} - delay="0.2s" + delay="0.1s" />
); diff --git a/src/Components/Pages/Services/SocialMedia.tsx b/src/Components/Pages/Services/SocialMedia.tsx index 0fae620..0e66f2e 100644 --- a/src/Components/Pages/Services/SocialMedia.tsx +++ b/src/Components/Pages/Services/SocialMedia.tsx @@ -20,19 +20,19 @@ const SocialMediaCards = () => { title={t("services.cards.social.card2.title")} description={t("services.cards.social.card2.description")} imgSrc={ScheduleImg} - delay="0.2s" + delay="0.1s" /> ); diff --git a/src/Components/Pages/Services/WesiteCards.tsx b/src/Components/Pages/Services/WesiteCards.tsx index 0ad69a1..71f4a3f 100644 --- a/src/Components/Pages/Services/WesiteCards.tsx +++ b/src/Components/Pages/Services/WesiteCards.tsx @@ -20,19 +20,19 @@ const WesiteCards = () => { title={t("services.cards.website.card2.title")} description={t("services.cards.website.card2.description")} imgSrc={DesignImg} - delay="0.2s" + delay="0.1s" /> );