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) => (
{title} -

{title}

-

{description}

-

{subtext}

+

{title}

+

{description}

+

{subtext}

); export const WhyVortex = () => (
-

Why Vortex?

-
+

Why Vortex?

+
{features.map((feature) => ( ))}