diff --git a/src/pages/HomePage/sections/TrustedBy.tsx b/src/pages/HomePage/sections/TrustedBy.tsx index 9273d58..803aa5a 100644 --- a/src/pages/HomePage/sections/TrustedBy.tsx +++ b/src/pages/HomePage/sections/TrustedBy.tsx @@ -12,15 +12,15 @@ export default function TrustedBy() { ]; return ( -
+
- +

Trusted by leading healthcare providers

{partners.map((partner, index) => ( -
+
{partner} @@ -31,4 +31,4 @@ export default function TrustedBy() {
); -} +} \ No newline at end of file