diff --git a/src/components/WhyVortex/index.tsx b/src/components/WhyVortex/index.tsx index 78551255..6e812df9 100644 --- a/src/components/WhyVortex/index.tsx +++ b/src/components/WhyVortex/index.tsx @@ -33,16 +33,16 @@ const features: Feature[] = [ const FeatureCard = ({ icon, title, description, subtext }: Feature) => (
{description}
-{subtext}
+{description}
+{subtext}