diff --git a/src/components/TrustedBy/index.tsx b/src/components/TrustedBy/index.tsx index dcb2929f..1e22ed97 100644 --- a/src/components/TrustedBy/index.tsx +++ b/src/components/TrustedBy/index.tsx @@ -45,7 +45,7 @@ export const TrustedBy = () => { ]; return ( -
+

Trusted by

diff --git a/src/components/WhyVortex/index.tsx b/src/components/WhyVortex/index.tsx index 78551255..1a4fda8e 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) => ( ))}