diff --git a/src/components/pages/landingpage/customers.tsx b/src/components/pages/landingpage/customers.tsx index b7360e43e..459769976 100644 --- a/src/components/pages/landingpage/customers.tsx +++ b/src/components/pages/landingpage/customers.tsx @@ -66,23 +66,63 @@ const CustomerLogo = ({ ); }; +const AriaCustomerLogo = () => { + return ( + + ); +}; + export const Customers = () => { return ( - - - - - - - - - - - - - - - - + <> + + + + + + + + + + + + + + + + + + ); };