diff --git a/src/components/sections/about/AboutFeaturesSplit.tsx b/src/components/sections/about/AboutFeaturesSplit.tsx index 6e3cb94..d6dda0d 100644 --- a/src/components/sections/about/AboutFeaturesSplit.tsx +++ b/src/components/sections/about/AboutFeaturesSplit.tsx @@ -54,7 +54,7 @@ const AboutFeaturesSplit = ({
-
+
{items.map((item, index) => { const ItemIcon = resolveIcon(item.icon); return ( @@ -74,7 +74,7 @@ const AboutFeaturesSplit = ({ })}
-
+
diff --git a/src/components/sections/contact/ContactCta.tsx b/src/components/sections/contact/ContactCta.tsx index 6d71ce6..842f23d 100644 --- a/src/components/sections/contact/ContactCta.tsx +++ b/src/components/sections/contact/ContactCta.tsx @@ -16,7 +16,7 @@ const ContactCta = ({ return (
- +
{tag} diff --git a/src/components/sections/faq/FaqSplitMedia.tsx b/src/components/sections/faq/FaqSplitMedia.tsx index 442a7a9..3a64a8e 100644 --- a/src/components/sections/faq/FaqSplitMedia.tsx +++ b/src/components/sections/faq/FaqSplitMedia.tsx @@ -84,7 +84,7 @@ const FaqSplitMedia = ({
handleToggle(index)} - className="p-3 2xl:p-4 rounded secondary-button cursor-pointer select-none" + className="p-3 2xl:p-4 rounded secondary-button cursor-pointer select-none bg-background/60 backdrop-blur-md" >

{item.question}

diff --git a/src/components/sections/features/FeaturesBento.tsx b/src/components/sections/features/FeaturesBento.tsx index c9a541a..258b7a3 100644 --- a/src/components/sections/features/FeaturesBento.tsx +++ b/src/components/sections/features/FeaturesBento.tsx @@ -84,7 +84,7 @@ const FeaturesBento = ({ {features.map((feature) => ( -
+
{getBentoComponent(feature)}

{feature.title}

diff --git a/src/components/sections/metrics/MetricsMediaCards.tsx b/src/components/sections/metrics/MetricsMediaCards.tsx index 9cdb3f2..c3a78cf 100644 --- a/src/components/sections/metrics/MetricsMediaCards.tsx +++ b/src/components/sections/metrics/MetricsMediaCards.tsx @@ -68,7 +68,7 @@ const MetricsMediaCards = ({ className={cls("grid grid-cols-2 gap-5", shouldSpanFull && "md:col-span-2")} >
diff --git a/src/components/sections/product/ProductRatingCards.tsx b/src/components/sections/product/ProductRatingCards.tsx index 54bf7d8..f961d53 100644 --- a/src/components/sections/product/ProductRatingCards.tsx +++ b/src/components/sections/product/ProductRatingCards.tsx @@ -96,7 +96,7 @@ const ProductRatingCards = ({